Searched refs:mediaCas (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/cas/1.2/vts/functional/ |
D | VtsHalCasV1_2TargetTest.cpp | 211 void testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, 214 void testSessionEventEcho(sp<ICas>& mediaCas, const hidl_vec<uint8_t>& sessionId, 217 void testStatusUpdate(sp<ICas>& mediaCas, std::vector<uint8_t>* sessionId, SessionIntent intent, 231 void MediaCasListener::testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, in testEventEcho() argument 234 auto returnStatus = mediaCas->sendEvent(event, eventArg, eventData); in testEventEcho() 251 void MediaCasListener::testSessionEventEcho(sp<ICas>& mediaCas, const hidl_vec<uint8_t>& sessionId, in testSessionEventEcho() argument 255 auto returnStatus = mediaCas->sendSessionEvent(sessionId, event, eventArg, eventData); in testSessionEventEcho() 273 void MediaCasListener::testStatusUpdate(sp<ICas>& mediaCas, std::vector<uint8_t>* sessionId, in testStatusUpdate() argument 277 auto returnVoid = mediaCas->openSession_1_2( in testStatusUpdate()
|
/hardware/interfaces/cas/1.1/vts/functional/ |
D | VtsHalCasV1_1TargetTest.cpp | 198 void testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, 201 void testSessionEventEcho(sp<ICas>& mediaCas, const hidl_vec<uint8_t>& sessionId, 214 void MediaCasListener::testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, in testEventEcho() argument 217 auto returnStatus = mediaCas->sendEvent(event, eventArg, eventData); in testEventEcho() 234 void MediaCasListener::testSessionEventEcho(sp<ICas>& mediaCas, const hidl_vec<uint8_t>& sessionId, in testSessionEventEcho() argument 238 auto returnStatus = mediaCas->sendSessionEvent(sessionId, event, eventArg, eventData); in testSessionEventEcho()
|
/hardware/interfaces/cas/1.0/vts/functional/ |
D | VtsHalCasV1_0TargetTest.cpp | 181 void testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, 193 void MediaCasListener::testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, in testEventEcho() argument 196 auto returnStatus = mediaCas->sendEvent(event, eventArg, eventData); in testEventEcho() 458 sp<ICas> mediaCas = pluginStatus; in TEST_P() local 459 EXPECT_EQ(mediaCas, nullptr); in TEST_P()
|