HomeSort by relevance Sort by last modified time
    Searched defs:channel_id (Results 1 - 7 of 7) sorted by null

  /external/opencore/engines/2way/test/src/
audio_only_test.cpp 92 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
93 printf("Indication with logical channel #%d ", *channel_id);
100 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource));
118 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
119 printf("Indication with logical channel #%d ", *channel_id);
126 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink));
avi_test.cpp 99 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
100 printf("Indication with logical channel #%d ", *channel_id);
106 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource));
115 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource));
129 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
130 printf("Indication with logical channel #%d ", *channel_id);
136 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink));
145 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink));
av_test.cpp 101 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
102 printf("Indication with logical channel #%d ", *channel_id);
108 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource));
117 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource));
131 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
132 printf("Indication with logical channel #%d ", *channel_id);
138 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink));
147 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink));
video_only_test.cpp 96 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
97 printf("Indication with logical channel #%d ", *channel_id);
104 iOutgoingVideo = *channel_id;
108 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource));
122 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); local
123 printf("Indication with logical channel #%d ", *channel_id);
130 iIncomingVideo = *channel_id;
134 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink));
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_mt.cpp 334 TPVChannelId channel_id = (olc_list[lcn]->GetDirection() == OUTGOING) ? local
338 (0, "TSC_mt::MtTrfReq Descriptor for lcn(%d)=%d", channel_id, entry_num));
339 desc = iTSCcomponent->GenerateSingleDescriptor((uint8)entry_num, channel_id);
tsc_component.cpp 2359 TPVChannelId channel_id = iOlcs.GetNextAvailLcn(); local
    [all...]
  /external/qemu/android/
hw-qemud.c 653 qemud_client_alloc( int channel_id,
665 c->channel = channel_id;
824 int channel_id )
852 client = sv->serv_connect( sv->serv_opaque, sv, channel_id );
860 __FUNCTION__, channel_id, service_name);
954 int channel_id = hex2int(msg+11, 2); local
955 if (channel_id <= 0) {
960 qemud_multiplexer_disconnect(mult, channel_id);
    [all...]

Completed in 2427 milliseconds