Searched refs:tuneComplete (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/broadcastradio/1.0/
H A DITunerCallback.hal44 oneway tuneComplete(Result result, ProgramInfo info);
/hardware/interfaces/broadcastradio/1.1/default/
H A DTuner.cpp144 mCallback->tuneComplete(Result::OK, mCurrentProgramInfo.base);
164 mCallback->tuneComplete(Result::TIMEOUT, {});
/hardware/interfaces/broadcastradio/1.0/default/
H A DTuner.cpp50 mCallback->tuneComplete(Utils::convertHalResult(halEvent->status), info);
/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp81 MOCK_METHOD2(tuneComplete, Return<void>(Result, const V1_0::ProgramInfo&));
346 EXPECT_CALL(*mCallback, tuneComplete(_, _)).Times(0);
/hardware/interfaces/broadcastradio/1.0/vts/functional/
H A DVtsHalBroadcastradioV1_0TargetTest.cpp114 virtual Return<void> tuneComplete(Result result, const ProgramInfo& info) { function in class:BroadcastRadioHidlTest::MyCallback
181 * Method called by MyCallback when tuneComplete() callback is received.

Completed in 31 milliseconds