Searched refs:channelId (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 721 int32_t channelId, in CreateChannel() argument 725 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId,channelId), in CreateChannel() 727 channelId, instanceId); in CreateChannel() 729 channel = new Channel(channelId, instanceId, event_log, config); in CreateChannel() 733 VoEId(instanceId,channelId), in CreateChannel() 802 Channel::Channel(int32_t channelId, in Channel() argument 811 _channelId(channelId), in Channel() 832 _inputFilePlayerId(VoEModuleId(instanceId, channelId) + 1024), in Channel() 833 _outputFilePlayerId(VoEModuleId(instanceId, channelId) + 1025), in Channel() 834 _outputFileRecorderId(VoEModuleId(instanceId, channelId) + 1026), in Channel() [all …]
|
D | channel.h | 177 int32_t channelId, 181 Channel(int32_t channelId,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothHealthFacade.java | 185 int channelId) { in onHealthChannelStateChange() argument
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 1488 int channelId = rIt->second; in RenderOffScreenBuffers() local 1489 std::map<int, VideoChannelAGL*>::iterator it = _aglChannels.find(channelId); in RenderOffScreenBuffers()
|
D | video_render_nsopengl.mm | 1104 int channelId = rIt->second; 1105 std::map<int, VideoChannelNSOpenGL*>::iterator it = _nsglChannels.find(channelId);
|