Searched refs:mediaCas (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/cas/1.1/vts/functional/ |
D | VtsHalCasV1_1TargetTest.cpp | 196 void testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, 199 void testSessionEventEcho(sp<ICas>& mediaCas, const hidl_vec<uint8_t>& sessionId, 212 void MediaCasListener::testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, in testEventEcho() argument 215 auto returnStatus = mediaCas->sendEvent(event, eventArg, eventData); in testEventEcho() 232 void MediaCasListener::testSessionEventEcho(sp<ICas>& mediaCas, const hidl_vec<uint8_t>& sessionId, in testSessionEventEcho() argument 236 auto returnStatus = mediaCas->sendSessionEvent(sessionId, event, eventArg, eventData); in testSessionEventEcho()
|
/hardware/interfaces/cas/1.0/vts/functional/ |
D | VtsHalCasV1_0TargetTest.cpp | 179 void testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, 191 void MediaCasListener::testEventEcho(sp<ICas>& mediaCas, int32_t& event, int32_t& eventArg, in testEventEcho() argument 194 auto returnStatus = mediaCas->sendEvent(event, eventArg, eventData); in testEventEcho() 452 sp<ICas> mediaCas = pluginStatus; in TEST_F() local 453 EXPECT_EQ(mediaCas, nullptr); in TEST_F()
|