Home
last modified time | relevance | path

Searched refs:onCurrentProgramInfoChanged (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal91 * until onCurrentProgramInfoChanged is called.
94 * onCurrentProgramInfoChanged callback and the HAL implementation eagerly
95 * clearing the cache (because the next onCurrentProgramInfoChanged came).
97 * onCurrentProgramInfoChanged callback with updated image identifier.
DITunerCallback.hal42 oneway onCurrentProgramInfoChanged(ProgramInfo info);
/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp81 mCallback->onCurrentProgramInfoChanged(programInfo); in tuneInternalLocked()
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp88 virtual Return<void> onCurrentProgramInfoChanged(const ProgramInfo& info);
137 Return<void> TunerCallbackMock::onCurrentProgramInfoChanged(const ProgramInfo& info) { in onCurrentProgramInfoChanged() function in android::hardware::broadcastradio::V2_0::vts::TunerCallbackMock