Home
last modified time | relevance | path

Searched refs:tuneComplete_1_1 (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/broadcastradio/1.1/
H A DITunerCallback.hal24 * (eg. tuneComplete and tuneComplete_1_1), while 1.1 clients may ignore 1.0
43 oneway tuneComplete_1_1(Result result, ProgramSelector selector);
86 * This may be called together with tuneComplete_1_1 or afSwitch_1_1.
H A DITuner.hal29 * If method returns OK, ITunerCallback.tuneComplete_1_1() MUST be called:
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/
H A DTunerCallback.cpp118 virtual Return<void> tuneComplete_1_1(Result result, const ProgramSelector& selector);
210 return tuneComplete_1_1(result, selector); in tuneComplete()
213 Return<void> NativeCallback::tuneComplete_1_1(Result result, const ProgramSelector& selector) { in tuneComplete_1_1() function in android::server::BroadcastRadio::TunerCallback::NativeCallback
/aosp12/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp86 MOCK_TIMEOUT_METHOD2(tuneComplete_1_1, Return<void>(Result, const ProgramSelector&));
330 EXPECT_TIMEOUT_CALL(*mCallback, tuneComplete_1_1, Result::OK, _) in TEST_P()
336 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, tuneComplete_1_1, kTuneTimeout); in TEST_P()
/aosp12/hardware/interfaces/broadcastradio/1.1/default/
H A DTuner.cpp171 mCallback1_1->tuneComplete_1_1(Result::OK, mCurrentProgramInfo.selector); in tuneInternalLocked()
191 mCallback1_1->tuneComplete_1_1(Result::TIMEOUT, {}); in scan()