Searched defs:instanceId (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dstatistics.cc23 Statistics::Statistics(uint32_t instanceId) : argument
25 _instanceId(instanceId),
H A Doutput_mixer.cc101 OutputMixer::Create(OutputMixer*& mixer, uint32_t instanceId) argument
103 WEBRTC_TRACE(kTraceMemory, kTraceVoice, instanceId,
104 "OutputMixer::Create(instanceId=%d)", instanceId);
105 mixer = new OutputMixer(instanceId);
108 WEBRTC_TRACE(kTraceMemory, kTraceVoice, instanceId,
116 OutputMixer::OutputMixer(uint32_t instanceId) : argument
119 _mixerModule(*AudioConferenceMixer::Create(instanceId)),
121 _dtmfGenerator(instanceId),
122 _instanceId(instanceId),
[all...]
H A Dtransmit_mixer.cc147 TransmitMixer::Create(TransmitMixer*& mixer, uint32_t instanceId) argument
149 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId, -1),
150 "TransmitMixer::Create(instanceId=%d)", instanceId);
151 mixer = new TransmitMixer(instanceId);
154 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId, -1),
172 TransmitMixer::TransmitMixer(uint32_t instanceId) : argument
183 _filePlayerId(instanceId + 1024),
184 _fileRecorderId(instanceId + 1025),
185 _fileCallRecorderId(instanceId
[all...]
H A Dchannel.cc762 uint32_t instanceId,
765 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId,channelId),
766 "Channel::CreateChannel(channelId=%d, instanceId=%d)",
767 channelId, instanceId);
769 channel = new Channel(channelId, instanceId, config);
773 VoEId(instanceId,channelId),
843 uint32_t instanceId,
848 _instanceId(instanceId),
856 VoEModuleId(instanceId, channelId), Clock::GetRealTimeClock(), this,
860 VoEModuleId(instanceId, channelI
760 CreateChannel(Channel*& channel, int32_t channelId, uint32_t instanceId, const Config& config) argument
842 Channel(int32_t channelId, uint32_t instanceId, const Config& config) argument
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dapp_view.js74 'instanceId': this.viewInstanceId,
/external/chromium_org/remoting/webapp/background/
H A Dit2me_helper_channel.js142 remoting.It2MeHelperChannel.prototype.instanceId = function() {
214 * @param {string} instanceId
216 function(instanceId){
217 this.instanceId_ = instanceId;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h169 uint8_t instanceId; /* system value index of InstanceID */ member in struct:nv50_ir_prog_info::__anon13838
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h169 uint8_t instanceId; /* system value index of InstanceID */ member in struct:nv50_ir_prog_info::__anon27249
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 200 milliseconds