Home
last modified time | relevance | path

Searched refs:aPortInfo (Results 1 – 25 of 95) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/dom/midi/
H A DMIDIPortInterface.cpp11 MIDIPortInterface::MIDIPortInterface(const MIDIPortInfo& aPortInfo, in MIDIPortInterface() argument
13 : mId(aPortInfo.id()), in MIDIPortInterface()
14 mName(aPortInfo.name()), in MIDIPortInterface()
15 mManufacturer(aPortInfo.manufacturer()), in MIDIPortInterface()
16 mVersion(aPortInfo.version()), in MIDIPortInterface()
18 mType((MIDIPortType)aPortInfo.type()), in MIDIPortInterface()
H A DMIDIPlatformService.cpp62 void MIDIPlatformService::BroadcastState(const MIDIPortInfo& aPortInfo, in BroadcastState() argument
66 if (p->MIDIPortInterface::Id() == aPortInfo.id() && in BroadcastState()
109 void MIDIPlatformService::AddPortInfo(MIDIPortInfo& aPortInfo) { in AddPortInfo() argument
113 mPortInfo.AppendElement(aPortInfo); in AddPortInfo()
127 if (port->MIDIPortInterface::Id() == aPortInfo.id()) { in AddPortInfo()
137 void MIDIPlatformService::RemovePortInfo(MIDIPortInfo& aPortInfo) { in RemovePortInfo() argument
139 mPortInfo.RemoveElement(aPortInfo); in RemovePortInfo()
140 BroadcastState(aPortInfo, MIDIPortDeviceState::Disconnected); in RemovePortInfo()
H A DMIDIPlatformRunnables.h62 explicit AddPortRunnable(const MIDIPortInfo& aPortInfo) in AddPortRunnable() argument
63 : MIDIBackgroundRunnable("AddPortRunnable"), mPortInfo(aPortInfo) {} in AddPortRunnable()
78 explicit RemovePortRunnable(const MIDIPortInfo& aPortInfo) in RemovePortRunnable() argument
79 : MIDIBackgroundRunnable("RemovePortRunnable"), mPortInfo(aPortInfo) {} in RemovePortRunnable()
H A DMIDIInput.cpp23 const MIDIPortInfo& aPortInfo, in Create() argument
25 MOZ_ASSERT(static_cast<MIDIPortType>(aPortInfo.type()) == in Create()
28 if (!port->Initialize(aPortInfo, aSysexEnabled)) { in Create()
H A DMIDIOutput.cpp26 const MIDIPortInfo& aPortInfo, in Create() argument
28 MOZ_ASSERT(static_cast<MIDIPortType>(aPortInfo.type()) == in Create()
31 if (NS_WARN_IF(!port->Initialize(aPortInfo, aSysexEnabled))) { in Create()
H A DMIDIPlatformService.h33 void AddPortInfo(MIDIPortInfo& aPortInfo);
36 void RemovePortInfo(MIDIPortInfo& aPortInfo);
104 void BroadcastState(const MIDIPortInfo& aPortInfo,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/midi/
H A DMIDIPortInterface.cpp11 MIDIPortInterface::MIDIPortInterface(const MIDIPortInfo& aPortInfo, in MIDIPortInterface() argument
13 : mId(aPortInfo.id()), in MIDIPortInterface()
14 mName(aPortInfo.name()), in MIDIPortInterface()
15 mManufacturer(aPortInfo.manufacturer()), in MIDIPortInterface()
16 mVersion(aPortInfo.version()), in MIDIPortInterface()
18 mType((MIDIPortType)aPortInfo.type()), in MIDIPortInterface()
H A DMIDIPlatformService.cpp62 void MIDIPlatformService::BroadcastState(const MIDIPortInfo& aPortInfo, in BroadcastState() argument
66 if (p->MIDIPortInterface::Id() == aPortInfo.id() && in BroadcastState()
109 void MIDIPlatformService::AddPortInfo(MIDIPortInfo& aPortInfo) { in AddPortInfo() argument
113 mPortInfo.AppendElement(aPortInfo); in AddPortInfo()
127 if (port->MIDIPortInterface::Id() == aPortInfo.id()) { in AddPortInfo()
137 void MIDIPlatformService::RemovePortInfo(MIDIPortInfo& aPortInfo) { in RemovePortInfo() argument
139 mPortInfo.RemoveElement(aPortInfo); in RemovePortInfo()
140 BroadcastState(aPortInfo, MIDIPortDeviceState::Disconnected); in RemovePortInfo()
H A DMIDIPlatformRunnables.h62 explicit AddPortRunnable(const MIDIPortInfo& aPortInfo) in AddPortRunnable() argument
63 : MIDIBackgroundRunnable("AddPortRunnable"), mPortInfo(aPortInfo) {} in AddPortRunnable()
78 explicit RemovePortRunnable(const MIDIPortInfo& aPortInfo) in RemovePortRunnable() argument
79 : MIDIBackgroundRunnable("RemovePortRunnable"), mPortInfo(aPortInfo) {} in RemovePortRunnable()
H A DMIDIInput.cpp23 const MIDIPortInfo& aPortInfo, in Create() argument
25 MOZ_ASSERT(static_cast<MIDIPortType>(aPortInfo.type()) == in Create()
28 if (!port->Initialize(aPortInfo, aSysexEnabled)) { in Create()
/dports/www/firefox-esr/firefox-91.8.0/dom/midi/
H A DMIDIPortInterface.cpp12 const MIDIPortInfo& aPortInfo, bool aSysexEnabled) in MIDIPortInterface() argument
13 : mId(aPortInfo.id()), in MIDIPortInterface()
14 mName(aPortInfo.name()), in MIDIPortInterface()
15 mManufacturer(aPortInfo.manufacturer()), in MIDIPortInterface()
16 mVersion(aPortInfo.version()), in MIDIPortInterface()
18 mType((MIDIPortType)aPortInfo.type()), in MIDIPortInterface()
H A DMIDIPlatformService.cpp68 void MIDIPlatformService::BroadcastState(const MIDIPortInfo& aPortInfo, in BroadcastState() argument
72 if (p->MIDIPortInterface::Id() == aPortInfo.id() && in BroadcastState()
115 void MIDIPlatformService::AddPortInfo(MIDIPortInfo& aPortInfo) { in AddPortInfo() argument
119 mPortInfo.AppendElement(aPortInfo); in AddPortInfo()
133 if (port->MIDIPortInterface::Id() == aPortInfo.id()) { in AddPortInfo()
143 void MIDIPlatformService::RemovePortInfo(MIDIPortInfo& aPortInfo) { in RemovePortInfo() argument
145 mPortInfo.RemoveElement(aPortInfo); in RemovePortInfo()
146 BroadcastState(aPortInfo, MIDIPortDeviceState::Disconnected); in RemovePortInfo()
H A DMIDIPlatformRunnables.h65 explicit AddPortRunnable(const MIDIPortInfo& aPortInfo) in AddPortRunnable() argument
66 : MIDIBackgroundRunnable("AddPortRunnable"), mPortInfo(aPortInfo) {} in AddPortRunnable()
81 explicit RemovePortRunnable(const MIDIPortInfo& aPortInfo) in RemovePortRunnable() argument
82 : MIDIBackgroundRunnable("RemovePortRunnable"), mPortInfo(aPortInfo) {} in RemovePortRunnable()
H A DMIDIInput.cpp23 const MIDIPortInfo& aPortInfo, in Create() argument
25 MOZ_ASSERT(static_cast<MIDIPortType>(aPortInfo.type()) == in Create()
28 if (!port->Initialize(aPortInfo, aSysexEnabled)) { in Create()
H A DMIDIPlatformService.h38 void AddPortInfo(MIDIPortInfo& aPortInfo);
41 void RemovePortInfo(MIDIPortInfo& aPortInfo);
109 void BroadcastState(const MIDIPortInfo& aPortInfo,
H A DMIDIOutput.cpp28 const MIDIPortInfo& aPortInfo, in Create() argument
30 MOZ_ASSERT(static_cast<MIDIPortType>(aPortInfo.type()) == in Create()
33 if (NS_WARN_IF(!port->Initialize(aPortInfo, aSysexEnabled))) { in Create()
/dports/www/firefox/firefox-99.0/dom/midi/
H A DMIDIPortInterface.cpp12 const MIDIPortInfo& aPortInfo, bool aSysexEnabled) in MIDIPortInterface() argument
13 : mId(aPortInfo.id()), in MIDIPortInterface()
14 mName(aPortInfo.name()), in MIDIPortInterface()
15 mManufacturer(aPortInfo.manufacturer()), in MIDIPortInterface()
16 mVersion(aPortInfo.version()), in MIDIPortInterface()
18 mType((MIDIPortType)aPortInfo.type()), in MIDIPortInterface()
H A DMIDIPlatformService.cpp72 void MIDIPlatformService::BroadcastState(const MIDIPortInfo& aPortInfo, in BroadcastState() argument
76 if (p->MIDIPortInterface::Id() == aPortInfo.id() && in BroadcastState()
120 void MIDIPlatformService::AddPortInfo(MIDIPortInfo& aPortInfo) { in AddPortInfo() argument
124 mPortInfo.AppendElement(aPortInfo); in AddPortInfo()
138 if (port->MIDIPortInterface::Id() == aPortInfo.id()) { in AddPortInfo()
148 void MIDIPlatformService::RemovePortInfo(MIDIPortInfo& aPortInfo) { in RemovePortInfo() argument
150 mPortInfo.RemoveElement(aPortInfo); in RemovePortInfo()
151 BroadcastState(aPortInfo, MIDIPortDeviceState::Disconnected); in RemovePortInfo()
H A DMIDIPlatformRunnables.h64 explicit AddPortRunnable(const MIDIPortInfo& aPortInfo) in AddPortRunnable() argument
65 : MIDIBackgroundRunnable("AddPortRunnable"), mPortInfo(aPortInfo) {} in AddPortRunnable()
80 explicit RemovePortRunnable(const MIDIPortInfo& aPortInfo) in RemovePortRunnable() argument
81 : MIDIBackgroundRunnable("RemovePortRunnable"), mPortInfo(aPortInfo) {} in RemovePortRunnable()
H A DMIDIPlatformService.h37 void AddPortInfo(MIDIPortInfo& aPortInfo);
40 void RemovePortInfo(MIDIPortInfo& aPortInfo);
105 void BroadcastState(const MIDIPortInfo& aPortInfo,
H A DMIDIOutput.cpp28 const MIDIPortInfo& aPortInfo, in Create() argument
30 MOZ_ASSERT(static_cast<MIDIPortType>(aPortInfo.type()) == in Create()
33 if (NS_WARN_IF(!port->Initialize(aPortInfo, aSysexEnabled))) { in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/midi/
H A DMIDIPortInterface.cpp12 const MIDIPortInfo& aPortInfo, bool aSysexEnabled) in MIDIPortInterface() argument
13 : mId(aPortInfo.id()), in MIDIPortInterface()
14 mName(aPortInfo.name()), in MIDIPortInterface()
15 mManufacturer(aPortInfo.manufacturer()), in MIDIPortInterface()
16 mVersion(aPortInfo.version()), in MIDIPortInterface()
18 mType((MIDIPortType)aPortInfo.type()), in MIDIPortInterface()
H A DMIDIPlatformService.cpp68 void MIDIPlatformService::BroadcastState(const MIDIPortInfo& aPortInfo, in BroadcastState() argument
72 if (p->MIDIPortInterface::Id() == aPortInfo.id() && in BroadcastState()
115 void MIDIPlatformService::AddPortInfo(MIDIPortInfo& aPortInfo) { in AddPortInfo() argument
119 mPortInfo.AppendElement(aPortInfo); in AddPortInfo()
133 if (port->MIDIPortInterface::Id() == aPortInfo.id()) { in AddPortInfo()
143 void MIDIPlatformService::RemovePortInfo(MIDIPortInfo& aPortInfo) { in RemovePortInfo() argument
145 mPortInfo.RemoveElement(aPortInfo); in RemovePortInfo()
146 BroadcastState(aPortInfo, MIDIPortDeviceState::Disconnected); in RemovePortInfo()
H A DMIDIPlatformRunnables.h65 explicit AddPortRunnable(const MIDIPortInfo& aPortInfo) in AddPortRunnable() argument
66 : MIDIBackgroundRunnable("AddPortRunnable"), mPortInfo(aPortInfo) {} in AddPortRunnable()
81 explicit RemovePortRunnable(const MIDIPortInfo& aPortInfo) in RemovePortRunnable() argument
82 : MIDIBackgroundRunnable("RemovePortRunnable"), mPortInfo(aPortInfo) {} in RemovePortRunnable()
H A DMIDIInput.cpp23 const MIDIPortInfo& aPortInfo, in Create() argument
25 MOZ_ASSERT(static_cast<MIDIPortType>(aPortInfo.type()) == in Create()
28 if (!port->Initialize(aPortInfo, aSysexEnabled)) { in Create()

1234