HomeSort by relevance Sort by last modified time
    Searched refs:channel_id (Results 1 - 16 of 16) 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));
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));
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));
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_channelcontrol.cpp 103 void TSC_channelcontrol::ReceivedFormatSpecificInfo(TPVChannelId channel_id,
109 channel_id, fsi_len));
110 OlcParam* param = iOlcs.FindOlcGivenChannel(OUTGOING, channel_id);
145 iTSCblc.BlcEtbReq(channel_id,
153 iTSClc.LcEtbReq(channel_id,
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...]
tscmain.cpp 799 void TSC_324m::ReceivedFormatSpecificInfo(TPVChannelId channel_id,
805 channel_id, fsi_len));
806 iTSCcomponent->ReceivedFormatSpecificInfo(channel_id, fsi, fsi_len);
    [all...]
  /external/qemu/android/
hw-qemud.h 83 int channel_id,
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...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 600 TPVChannelId channel_id,
607 (0, "CPVH223Multiplex::OpenChannel direction(%d), id(%d)\n", direction, channel_id));
673 if (channel_id)
676 channel = new(ptr) H223OutgoingChannel((uint16)channel_id,
694 if (channel_id)
700 channel = new(ptr)H223IncomingChannel(channel_id,
726 CPVH223Multiplex::CloseChannel(TPVDirection direction, TPVChannelId channel_id)
728 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "Mux: Close channel direction(%d), id(%d)\n", direction, channel_id));
738 if (outgoing_channel->GetLogicalChannelNumber() == channel_id)
753 MuxSduData* sdu_data_ptr = FindMuxSduData(channel_id, outgoing_channel->IsSegmentable())
    [all...]
h223types.cpp 684 OSCL_EXPORT_REF int CPVMultiplexEntryDescriptor::FindLcn(uint16 channel_id, uint16 len, TPVMuxDescriptorSlot& slot_info)
686 TPVMuxDescriptorSlotList::iterator it = iLcns.find(channel_id);
691 if (found_slot.is_fit(channel_id, len))
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 128 TPVStatusCode OpenChannel(TPVDirection direction, TPVChannelId channel_id, H223ChannelParam* channel_param);
129 TPVStatusCode CloseChannel(TPVDirection direction, TPVChannelId channel_id);
132 TPVStatusCode StopChannel(TPVDirection /*direction*/, TPVChannelId /*channel_id*/);
133 TPVStatusCode FlushChannel(TPVDirection /*direction*/, TPVChannelId /*channel_id*/);
134 bool IsValid(TPVDirection /*direction*/, TPVChannelId /*channel_id*/)
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 328 OSCL_IMPORT_REF int FindLcn(uint16 channel_id, uint16 len, TPVMuxDescriptorSlot& slot_info);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_component.h 186 void ReceivedFormatSpecificInfo(TPVChannelId channel_id, uint8* fsi, uint32 fsi_len);
tscmain.h 299 virtual TPVStatusCode SetChannelParam(CPVParam* params, TPVChannelId channel_id = CHANNEL_ID_UNKNOWN)
301 OSCL_UNUSED_ARG(channel_id);

Completed in 1466 milliseconds