Home
last modified time | relevance | path

Searched refs:channel_id (Results 1 – 16 of 16) sorted by relevance

/external/opencore/engines/2way/test/src/
Dvideo_only_test.cpp96 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()
Dav_test.cpp101 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()
Daudio_only_test.cpp92 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()
Davi_test.cpp99 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/
Dtsc_channelcontrol.cpp103 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()
Dtsc_mt.cpp334 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()
Dtsc_component.cpp2102 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()
Dtscmain.cpp799 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/
Dcpvh223multiplex.cpp600 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 …]
Dh223types.cpp684 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/
Dhw-qemud.c653 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()
Dhw-qemud.h83 int channel_id,
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dcpvh223multiplex.h128 …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/
Dtscmain.h299 …virtual TPVStatusCode SetChannelParam(CPVParam* params, TPVChannelId channel_id = CHANNEL_ID_UNKNO…
301 OSCL_UNUSED_ARG(channel_id);
Dtsc_component.h186 void ReceivedFormatSpecificInfo(TPVChannelId channel_id, uint8* fsi, uint32 fsi_len);
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh223types.h328 OSCL_IMPORT_REF int FindLcn(uint16 channel_id, uint16 len, TPVMuxDescriptorSlot& slot_info);