/external/opencore/engines/2way/test/src/ |
D | video_only_test.cpp | 96 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 97 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 104 iOutgoingVideo = *channel_id; in HandleInformationalEvent() 108 … OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); in HandleInformationalEvent() 122 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 123 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 130 iIncomingVideo = *channel_id; in HandleInformationalEvent() 134 … OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink)); in HandleInformationalEvent()
|
D | av_test.cpp | 101 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 102 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 108 … OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource)); in HandleInformationalEvent() 117 … OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); in HandleInformationalEvent() 131 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 132 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 138 … OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink)); in HandleInformationalEvent() 147 … OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink)); in HandleInformationalEvent()
|
D | audio_only_test.cpp | 92 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 93 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 100 … OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource)); in HandleInformationalEvent() 118 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 119 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 126 … OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink)); in HandleInformationalEvent()
|
D | avi_test.cpp | 99 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 100 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 106 … OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource)); in HandleInformationalEvent() 115 … OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); in HandleInformationalEvent() 129 TPVChannelId *channel_id = (TPVChannelId *)(&aEvent.GetLocalBuffer()[4]); in HandleInformationalEvent() local 130 printf("Indication with logical channel #%d ", *channel_id); in HandleInformationalEvent() 136 … OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink)); in HandleInformationalEvent() 145 … OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink)); in HandleInformationalEvent()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_channelcontrol.cpp | 103 void TSC_channelcontrol::ReceivedFormatSpecificInfo(TPVChannelId channel_id, in ReceivedFormatSpecificInfo() argument 109 channel_id, fsi_len)); in ReceivedFormatSpecificInfo() 110 OlcParam* param = iOlcs.FindOlcGivenChannel(OUTGOING, channel_id); in ReceivedFormatSpecificInfo() 145 iTSCblc.BlcEtbReq(channel_id, in ReceivedFormatSpecificInfo() 153 iTSClc.LcEtbReq(channel_id, in ReceivedFormatSpecificInfo()
|
D | tsc_mt.cpp | 334 TPVChannelId channel_id = (olc_list[lcn]->GetDirection() == OUTGOING) ? in MtTrfReq() local 338 (0, "TSC_mt::MtTrfReq Descriptor for lcn(%d)=%d", channel_id, entry_num)); in MtTrfReq() 339 desc = iTSCcomponent->GenerateSingleDescriptor((uint8)entry_num, channel_id); in MtTrfReq()
|
D | tsc_component.cpp | 2102 void TSC_component::ReceivedFormatSpecificInfo(TPVChannelId channel_id, in ReceivedFormatSpecificInfo() argument 2108 channel_id, fsi_len)); in ReceivedFormatSpecificInfo() 2109 iTSCchannelcontrol.ReceivedFormatSpecificInfo(channel_id, fsi, fsi_len); in ReceivedFormatSpecificInfo() 2359 TPVChannelId channel_id = iOlcs.GetNextAvailLcn(); in OpenOutgoingChannel() local 2391 iTSCblc.BlcEtbReq(channel_id, pDataType, pH223Params, in OpenOutgoingChannel() 2394 ret = iOlcs.AppendOlc(OUTGOING, channel_id, pDataType, pH223Params, in OpenOutgoingChannel() 2402 iTSClc.LcEtbReq(channel_id, pDataType, pH223Params); in OpenOutgoingChannel() 2405 ret = iOlcs.AppendOlc(OUTGOING, channel_id, pDataType, pH223Params); in OpenOutgoingChannel()
|
D | tscmain.cpp | 799 void TSC_324m::ReceivedFormatSpecificInfo(TPVChannelId channel_id, in ReceivedFormatSpecificInfo() argument 805 channel_id, fsi_len)); in ReceivedFormatSpecificInfo() 806 iTSCcomponent->ReceivedFormatSpecificInfo(channel_id, fsi, fsi_len); in ReceivedFormatSpecificInfo()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | cpvh223multiplex.cpp | 600 TPVChannelId channel_id, in OpenChannel() argument 607 … (0, "CPVH223Multiplex::OpenChannel direction(%d), id(%d)\n", direction, channel_id)); in OpenChannel() 673 if (channel_id) in OpenChannel() 676 channel = new(ptr) H223OutgoingChannel((uint16)channel_id, in OpenChannel() 694 if (channel_id) in OpenChannel() 700 channel = new(ptr)H223IncomingChannel(channel_id, in OpenChannel() 726 CPVH223Multiplex::CloseChannel(TPVDirection direction, TPVChannelId channel_id) in CloseChannel() argument 728 …r, PVLOGMSG_STACK_TRACE, (0, "Mux: Close channel direction(%d), id(%d)\n", direction, channel_id)); in CloseChannel() 738 if (outgoing_channel->GetLogicalChannelNumber() == channel_id) in CloseChannel() 753 MuxSduData* sdu_data_ptr = FindMuxSduData(channel_id, outgoing_channel->IsSegmentable()); in CloseChannel() [all …]
|
D | h223types.cpp | 684 OSCL_EXPORT_REF int CPVMultiplexEntryDescriptor::FindLcn(uint16 channel_id, uint16 len, TPVMuxDescr… in FindLcn() argument 686 TPVMuxDescriptorSlotList::iterator it = iLcns.find(channel_id); in FindLcn() 691 if (found_slot.is_fit(channel_id, len)) in FindLcn()
|
/external/qemu/android/ |
D | hw-qemud.c | 653 qemud_client_alloc( int channel_id, in qemud_client_alloc() argument 665 c->channel = channel_id; in qemud_client_alloc() 824 int channel_id ) in qemud_multiplexer_connect() argument 852 client = sv->serv_connect( sv->serv_opaque, sv, channel_id ); in qemud_multiplexer_connect() 860 __FUNCTION__, channel_id, service_name); in qemud_multiplexer_connect() 954 int channel_id = hex2int(msg+11, 2); in qemud_multiplexer_control_recv() local 955 if (channel_id <= 0) { in qemud_multiplexer_control_recv() 960 qemud_multiplexer_disconnect(mult, channel_id); in qemud_multiplexer_control_recv()
|
D | hw-qemud.h | 83 int channel_id,
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | cpvh223multiplex.h | 128 …TPVStatusCode OpenChannel(TPVDirection direction, TPVChannelId channel_id, H223ChannelParam* chann… 129 TPVStatusCode CloseChannel(TPVDirection direction, TPVChannelId channel_id);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tscmain.h | 299 …virtual TPVStatusCode SetChannelParam(CPVParam* params, TPVChannelId channel_id = CHANNEL_ID_UNKNO… 301 OSCL_UNUSED_ARG(channel_id);
|
D | tsc_component.h | 186 void ReceivedFormatSpecificInfo(TPVChannelId channel_id, uint8* fsi, uint32 fsi_len);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
D | h223types.h | 328 OSCL_IMPORT_REF int FindLcn(uint16 channel_id, uint16 len, TPVMuxDescriptorSlot& slot_info);
|