Searched refs:ProgramInfo (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java200 * @param info a ProgramInfo array of lengh 1 where the information is returned.
212 public abstract int getProgramInformation(RadioManager.ProgramInfo[] info);
226 public abstract @NonNull List<RadioManager.ProgramInfo> getProgramList(@Nullable String filter);
289 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {}
292 * Meta data are also received in {@link RadioManager.ProgramInfo} when
293 * {@link #onProgramInfoChanged(RadioManager.ProgramInfo)} is called.
H A DRadioModule.java80 public native int getProgramInformation(RadioManager.ProgramInfo[] info);
82 public native @NonNull List<RadioManager.ProgramInfo> getProgramList(@Nullable String filter);
148 RadioManager.ProgramInfo info = (RadioManager.ProgramInfo)msg.obj;
H A DRadioManager.java1138 * {@link RadioTuner#getProgramInformation(RadioManager.ProgramInfo[])} */
1139 public static class ProgramInfo implements Parcelable { class in class:RadioManager
1149 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, method in class:RadioManager.ProgramInfo
1205 private ProgramInfo(Parcel in) { method in class: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[siz
[all...]
/frameworks/av/services/radio/
H A DHidlUtils.h28 using android::hardware::broadcastradio::V1_0::ProgramInfo;
41 const ProgramInfo *halInfo);
H A 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);
H A DRadioHalHidl.cpp227 ProgramInfo halInfo;
230 [&](Result result, const ProgramInfo& info) {
261 Return<void> RadioHalHidl::Tuner::tuneComplete(Result result, const ProgramInfo& info)
274 Return<void> RadioHalHidl::Tuner::afSwitch(const ProgramInfo& info)
H A DHidlUtils.cpp125 const ProgramInfo *halInfo)
/frameworks/base/
H A Dpreloaded-classes1271 android.hardware.radio.RadioManager$ProgramInfo
1272 android.hardware.radio.RadioManager$ProgramInfo$1
H A Dcompiled-classes-phone1804 android.hardware.radio.RadioManager$ProgramInfo
1805 android.hardware.radio.RadioManager$ProgramInfo$1

Completed in 139 milliseconds