Searched refs:onCurrentProgramInfoChanged (Results 1 – 4 of 4) sorted by relevance
91 * until onCurrentProgramInfoChanged is called.94 * onCurrentProgramInfoChanged callback and the HAL implementation eagerly95 * clearing the cache (because the next onCurrentProgramInfoChanged came).97 * onCurrentProgramInfoChanged callback with updated image identifier.
42 oneway onCurrentProgramInfoChanged(ProgramInfo info);
81 mCallback->onCurrentProgramInfoChanged(programInfo); in tuneInternalLocked()
88 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