Searched refs:ProgramInfo (Results 1 – 11 of 11) sorted by relevance
212 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()
80 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()
1139 public static class ProgramInfo implements Parcelable { class in RadioManager1149 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, in ProgramInfo() method in RadioManager.ProgramInfo1205 private ProgramInfo(Parcel in) { in ProgramInfo() method in RadioManager.ProgramInfo1219 public static final Parcelable.Creator<ProgramInfo> CREATOR1220 = 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 …]
28 using android::hardware::broadcastradio::V1_0::ProgramInfo;41 const ProgramInfo *halInfo);
39 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);
227 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()
125 const ProgramInfo *halInfo) in convertProgramInfoFromHal()
1271 android.hardware.radio.RadioManager$ProgramInfo1272 android.hardware.radio.RadioManager$ProgramInfo$1
1804 android.hardware.radio.RadioManager$ProgramInfo1805 android.hardware.radio.RadioManager$ProgramInfo$1
1046 Landroid/hardware/radio/RadioManager$ProgramInfo;1047 Landroid/hardware/radio/RadioManager$ProgramInfo$1;
17231 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);