Home
last modified time | relevance | path

Searched refs:FrontendStatusType (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DFrontendStatus.java66 public @interface FrontendStatusType {} annotation in FrontendStatus
77 android.hardware.tv.tuner.FrontendStatusType.SNR;
82 android.hardware.tv.tuner.FrontendStatusType.BER;
87 android.hardware.tv.tuner.FrontendStatusType.PER;
113 android.hardware.tv.tuner.FrontendStatusType.FEC;
138 android.hardware.tv.tuner.FrontendStatusType.EWBS;
143 android.hardware.tv.tuner.FrontendStatusType.AGC;
148 android.hardware.tv.tuner.FrontendStatusType.LNA;
158 android.hardware.tv.tuner.FrontendStatusType.MER;
183 android.hardware.tv.tuner.FrontendStatusType.BERS;
[all …]
H A DFrontendStatusReadiness.java23 import android.media.tv.tuner.frontend.FrontendStatus.FrontendStatusType;
71 @FrontendStatusType private int mFrontendStatusType;
82 @FrontendStatusType
H A DFrontendInfo.java22 import android.media.tv.tuner.frontend.FrontendStatus.FrontendStatusType;
141 @FrontendStatusType
/aosp14/frameworks/base/media/jni/tuner/
H A DFrontendClient.h39 using ::aidl::android::hardware::tv::tuner::FrontendStatusType;
95 vector<FrontendStatus> getStatus(vector<FrontendStatusType> statusTypes);
133 const std::vector<FrontendStatusType>& types);
H A DFrontendClient.cpp86 vector<FrontendStatus> FrontendClient::getStatus(vector<FrontendStatusType> statusTypes) { in getStatus()
156 const std::vector<FrontendStatusType>& statusTypes) { in getStatusReadiness()
/aosp14/frameworks/base/media/java/android/media/tv/tuner/
H A DTuner.java49 import android.media.tv.tuner.frontend.FrontendStatus.FrontendStatusType;
1456 public FrontendStatus getFrontendStatus(@NonNull @FrontendStatusType int[] statusTypes) { in getFrontendStatus()
1711 @NonNull @FrontendStatusType int[] statusTypes) { in getFrontendStatusReadiness()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp307 using ::aidl::android::hardware::tv::tuner::FrontendStatusType;
1784 std::vector<FrontendStatusType> v; in getFrontendStatusReadiness()
1786 v.push_back(static_cast<FrontendStatusType>(intTypes[i])); in getFrontendStatusReadiness()
2222 std::vector<FrontendStatusType> v; in getFrontendStatus()
2224 v.push_back(static_cast<FrontendStatusType>(intTypes[i])); in getFrontendStatus()