Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp432 ProgramInfo infoCb = {}; in TEST_F() local
436 .WillOnce(DoAll(SaveArg<0>(&infoCb), testing::Return(ByMove(Void())))); in TEST_F()
449 ALOGD("current program info: %s", toString(infoCb).c_str()); in TEST_F()
452 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY); in TEST_F()
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp328 ProgramInfo infoCb; in TEST_P() local
334 .WillOnce(DoAll(SaveArg<0>(&infoCb), testing::Return(ByMove(Void())))); in TEST_P()
340 EXPECT_EQ(infoCb.selector, selCb); in TEST_P()