Searched refs:mCurrentProgramInfo (Results 1 – 3 of 3) sorted by relevance
45 @Nullable RadioManager.ProgramInfo mCurrentProgramInfo; field in TunerCallbackAdapter107 return mCurrentProgramInfo; in getCurrentProgramInformation()157 mCurrentProgramInfo = info; in onCurrentProgramInfoChanged()
72 private RadioManager.ProgramInfo mCurrentProgramInfo = null; field in RadioModule94 mCurrentProgramInfo = Convert.programInfoFromHal(halProgramInfo);95 fanoutAidlCallbackLocked(cb -> cb.onCurrentProgramInfoChanged(mCurrentProgramInfo));189 if (mCurrentProgramInfo != null) { in openSession()190 userCb.onCurrentProgramInfoChanged(mCurrentProgramInfo); in openSession()
99 V1_0::ProgramInfo mCurrentProgramInfo; member in android::server::BroadcastRadio::TunerCallback::NativeCallback197 mCurrentProgramInfo = info; in tuneComplete()277 info = mCurrentProgramInfo; in newMetadata()