Home
last modified time | relevance | path

Searched refs:mediaCas (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/cas/1.1/vts/functional/
DVtsHalCasV1_1TargetTest.cpp196 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/
DVtsHalCasV1_0TargetTest.cpp179 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()