Searched refs:tuneComplete (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/interfaces/broadcastradio/1.0/ |
H A D | ITuner.hal | 48 * ITunerCallback.tuneComplete() MUST be called once locked on a station 64 * ITunerCallback.tuneComplete() MUST be called once locked on a station 80 * ITunerCallback.tuneComplete() MUST be called once locked on a station 97 * ITunerCallback.tuneComplete() MUST NOT be sent by the HAL.
|
H A D | ITunerCallback.hal | 44 oneway tuneComplete(Result result, ProgramInfo info);
|
/aosp12/hardware/interfaces/broadcastradio/1.1/ |
H A D | ITunerCallback.hal | 24 * (eg. tuneComplete and tuneComplete_1_1), while 1.1 clients may ignore 1.0 32 * This callback supersedes V1_0::tuneComplete. 89 * partly V1_0::tuneComplete.
|
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | TunerCallback.cpp | 111 virtual Return<void> tuneComplete(Result result, const V1_0::ProgramInfo& info); 186 Return<void> NativeCallback::tuneComplete(Result result, const V1_0::ProgramInfo& info) { in tuneComplete() function in android::server::BroadcastRadio::TunerCallback::NativeCallback 232 return tuneComplete(Result::OK, info); in afSwitch()
|
/aosp12/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | Tuner.cpp | 169 mCallback->tuneComplete(Result::OK, mCurrentProgramInfo.base); in tuneInternalLocked() 189 mCallback->tuneComplete(Result::TIMEOUT, {}); in scan()
|
/aosp12/hardware/interfaces/broadcastradio/1.0/default/ |
H A D | Tuner.cpp | 50 mCallback->tuneComplete(Utils::convertHalResult(halEvent->status), info); in onCallback()
|
/aosp12/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
H A D | VtsHalBroadcastradioV1_1TargetTest.cpp | 85 MOCK_METHOD2(tuneComplete, Return<void>(Result, const V1_0::ProgramInfo&)); 329 EXPECT_CALL(*mCallback, tuneComplete(_, _)).Times(0); in TEST_P()
|
/aosp12/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
H A D | VtsHalBroadcastradioV1_0TargetTest.cpp | 117 virtual Return<void> tuneComplete(Result result, const ProgramInfo& info) { in tuneComplete() function in BroadcastRadioHidlTest::MyCallback
|