Searched refs:eventArg (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, 200 int32_t& event, int32_t& eventArg, hidl_vec<uint8_t>& eventData); 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() 228 EXPECT_EQ(mEventArg, eventArg); in testEventEcho() 233 int32_t& event, int32_t& eventArg, in testSessionEventEcho() argument 236 auto returnStatus = mediaCas->sendSessionEvent(sessionId, event, eventArg, eventData); in testSessionEventEcho() 250 EXPECT_EQ(mEventArg, eventArg); in testSessionEventEcho() 505 int32_t eventArg = 2; in TEST_F() local 506 mCasListener->testEventEcho(mMediaCas, eventID, eventArg, hidlNullPtr); in TEST_F() [all …]
|
/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() 207 EXPECT_EQ(mEventArg, eventArg); in testEventEcho() 532 int32_t eventArg = 2; in TEST_F() local 533 mCasListener->testEventEcho(mMediaCas, eventID, eventArg, hidlNullPtr); in TEST_F() 536 eventArg = 4; in TEST_F() 540 mCasListener->testEventEcho(mMediaCas, eventID, eventArg, hidlEventData); in TEST_F()
|