Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.1/default/
DTuner.h49 virtual Return<void> getProgramInformation_1_1(getProgramInformation_1_1_cb _hidl_cb) override;
DTuner.cpp338 return getProgramInformation_1_1( in getProgramInformation()
342 Return<void> Tuner::getProgramInformation_1_1(getProgramInformation_1_1_cb _hidl_cb) { in getProgramInformation_1_1() function in android::hardware::broadcastradio::V1_1::implementation::Tuner
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal84 * ITuner::getProgramInformation_1_1.
DITuner.hal68 getProgramInformation_1_1() generates (Result result, ProgramInfo info);
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp343 auto getResult = mTuner->getProgramInformation_1_1([&](Result result, ProgramInfo info) { in TEST_P()