Home
last modified time | relevance | path

Searched refs:ProgramInfo (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java212 public abstract int getProgramInformation(RadioManager.ProgramInfo[] info); in getProgramInformation()
226 public abstract @NonNull List<RadioManager.ProgramInfo> getProgramList(@Nullable String filter); in getProgramList()
289 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {} in onProgramInfoChanged()
DRadioModule.java80 public native int getProgramInformation(RadioManager.ProgramInfo[] info); in getProgramInformation()
82 public native @NonNull List<RadioManager.ProgramInfo> getProgramList(@Nullable String filter); in getProgramList()
148 RadioManager.ProgramInfo info = (RadioManager.ProgramInfo)msg.obj; in NativeEventHandlerDelegate()
DRadioManager.java1139 public static class ProgramInfo implements Parcelable { class in RadioManager
1149 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, in ProgramInfo() method in RadioManager.ProgramInfo
1205 private ProgramInfo(Parcel in) { in ProgramInfo() method in RadioManager.ProgramInfo
1219 public static final Parcelable.Creator<ProgramInfo> CREATOR
1220 = new Parcelable.Creator<ProgramInfo>() {
1221 public ProgramInfo createFromParcel(Parcel in) {
1222 return new ProgramInfo(in);
1225 public ProgramInfo[] newArray(int size) {
1226 return new ProgramInfo[size];
1278 if (!(obj instanceof ProgramInfo)) in equals()
[all …]
/frameworks/av/services/radio/
DHidlUtils.h28 using android::hardware::broadcastradio::V1_0::ProgramInfo;
41 const ProgramInfo *halInfo);
DRadioHalHidl.h39 using android::hardware::broadcastradio::V1_0::ProgramInfo;
72 virtual Return<void> tuneComplete(Result result, const ProgramInfo& info);
73 virtual Return<void> afSwitch(const ProgramInfo& info);
DRadioHalHidl.cpp227 ProgramInfo halInfo; in getProgramInformation()
230 [&](Result result, const ProgramInfo& info) { in getProgramInformation()
261 Return<void> RadioHalHidl::Tuner::tuneComplete(Result result, const ProgramInfo& info) in tuneComplete()
274 Return<void> RadioHalHidl::Tuner::afSwitch(const ProgramInfo& info) in afSwitch()
DHidlUtils.cpp125 const ProgramInfo *halInfo) in convertProgramInfoFromHal()
/frameworks/base/
Dpreloaded-classes1271 android.hardware.radio.RadioManager$ProgramInfo
1272 android.hardware.radio.RadioManager$ProgramInfo$1
Dcompiled-classes-phone1804 android.hardware.radio.RadioManager$ProgramInfo
1805 android.hardware.radio.RadioManager$ProgramInfo$1
/frameworks/base/services/
Dprofile-classes1046 Landroid/hardware/radio/RadioManager$ProgramInfo;
1047 Landroid/hardware/radio/RadioManager$ProgramInfo$1;
/frameworks/base/api/
Dsystem-current.txt17231 public static class RadioManager.ProgramInfo implements android.os.Parcelable {
17241 …tatic final android.os.Parcelable.Creator<android.hardware.radio.RadioManager.ProgramInfo> CREATOR;
17294 …ethod public abstract int getProgramInformation(android.hardware.radio.RadioManager.ProgramInfo[]);
17319 method public void onProgramInfoChanged(android.hardware.radio.RadioManager.ProgramInfo);