Home
last modified time | relevance | path

Searched refs:i324Interface (Results 1 – 3 of 3) sorted by relevance

/external/opencore/engines/2way/test/src/
Dconnect_test.cpp105 H324MConfigInterface * i324Interface = (H324MConfigInterface *)i324mConfigInterface; in InitSucceeded() local
108 i324Interface->SetTimerCounter(EH324Timer, 1, 1, 10, NULL); in InitSucceeded()
109 i324Interface->SetTimerCounter(EH324Counter, 4, 1, 10, NULL); in InitSucceeded()
111 i324Interface->removeRef(); in InitSucceeded()
Dvideo_only_test.cpp176 H324MConfigInterface * i324Interface = (H324MConfigInterface *)i324mConfigInterface; in H324MConfigHandleInformationalEventL() local
177 …iTradeOffInd = i324Interface->SendVideoTemporalSpatialTradeoffIndication(iOutgoingVideo, TRADEOFF_… in H324MConfigHandleInformationalEventL()
192 H324MConfigInterface * i324Interface = (H324MConfigInterface *)i324mConfigInterface; in DoStuffWithH324MConfig() local
193 i324Interface->SetObserver(this); in DoStuffWithH324MConfig()
194 …iTradeOffCmd = i324Interface->SendVideoTemporalSpatialTradeoffCommand(iIncomingVideo, TRADEOFF_VAL… in DoStuffWithH324MConfig()
Duser_input_test.cpp129 H324MConfigInterface * i324Interface = (H324MConfigInterface *)i324mConfigInterface; in ConnectSucceeeded() local
130 i324Interface->SetObserver(this); in ConnectSucceeeded()
131 iUserInputId = i324Interface->SendUserInput(iUserInput); in ConnectSucceeeded()