HomeSort by relevance Sort by last modified time
    Searched refs:infoCb (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/broadcastradio/1.1/vts/functional/
VtsHalBroadcastradioV1_1TargetTest.cpp 328 ProgramInfo infoCb;
334 .WillOnce(DoAll(SaveArg<0>(&infoCb), testing::Return(ByMove(Void()))));
340 EXPECT_EQ(infoCb.selector, selCb);
  /hardware/interfaces/broadcastradio/2.0/vts/functional/
VtsHalBroadcastradioV2_0TargetTest.cpp 423 * callback setting infoCb, because egmock cannot distinguish calls with different matchers
432 ProgramInfo infoCb = {};
436 .WillOnce(DoAll(SaveArg<0>(&infoCb), testing::Return(ByMove(Void()))));
449 ALOGD("current program info: %s", toString(infoCb).c_str());
452 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY);

Completed in 336 milliseconds