/aosp12/packages/apps/TV/tests/tunerscripts/ |
H A D | usbtuner-test.sh | 49 function tune { function
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/api/ |
H A D | Tuner.java | 70 boolean tune(int frequency, @ModulationType String modulation, String channelNumber); in tune() method 72 default boolean tune(@DeliverySystemType int deliverySystemType, int frequency, in tune() method
|
/aosp12/packages/apps/TV/tuner/src/com/mediatek/tunerservice/ |
H A D | IMtkTuner.aidl | 20 boolean tune(int frequency, String modulation, int timeOutMs); in tune() method
|
/aosp12/frameworks/base/core/java/android/hardware/radio/ |
H A D | TunerAdapter.java | 155 public int tune(int channel, int subChannel) { in tune() method in TunerAdapter 172 public void tune(@NonNull ProgramSelector selector) { in tune() method in TunerAdapter
|
H A D | RadioTuner.java | 183 public abstract int tune(int channel, int subChannel); in tune() method in RadioTuner 193 public abstract void tune(@NonNull ProgramSelector selector); in tune() method in RadioTuner
|
H A D | ITuner.aidl | 58 void tune(in ProgramSelector selector); in tune() method
|
/aosp12/frameworks/av/services/tuner/aidl/android/media/tv/tuner/ |
H A D | ITunerFrontend.aidl | 42 void tune(in TunerFrontendSettings settings); in tune() method
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/service/ |
H A D | IRadioAppService.aidl | 47 void tune(in ProgramSelector sel, in ITuneCallback callback); in tune() method
|
H A D | RadioAppServiceWrapper.java | 305 public void tune(@NonNull ProgramSelector sel) { in tune() method in RadioAppServiceWrapper 312 public void tune(@NonNull ProgramSelector sel, @Nullable TuneCallback result) { in tune() method in RadioAppServiceWrapper
|
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/input/ |
H A D | TunerHelper.java | 55 public boolean tune(@Nullable Uri channelUri, boolean forRecording) { in tune() method in TunerHelper
|
/aosp12/hardware/interfaces/broadcastradio/2.0/default/ |
H A D | TunerSession.cpp | 44 static constexpr auto tune = 150ms; variable 92 Return<Result> TunerSession::tune(const ProgramSelector& sel) { in tune() function in android::hardware::broadcastradio::V2_0::implementation::TunerSession
|
/aosp12/packages/apps/TV/src/com/android/tv/audiotvservice/ |
H A D | AudioOnlyTvService.java | 67 private void tune(String tvInputId) { in tune() method in AudioOnlyTvService
|
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | TvRecordingClient.java | 89 public void tune(String inputId, Uri channelUri) { in tune() method in TvRecordingClient 114 public void tune(String inputId, Uri channelUri, Bundle params) { in tune() method in TvRecordingClient
|
H A D | ITvInputSession.aidl | 39 void tune(in Uri channelUri, in Bundle params); in tune() method
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/ |
H A D | TunerHal.java | 91 public synchronized boolean tune( in tune() method in TunerHal 98 public synchronized boolean tune( in tune() method in TunerHal
|
/aosp12/hardware/libhardware/modules/radio/ |
H A D | radio_hal_tool.c | 72 void tune(radio_hw_device_t *device, int band_number) { in tune() function
|
/aosp12/packages/apps/TV/src/com/android/tv/ |
H A D | InputSessionManager.java | 292 public void tune(String inputId, Uri channelUri) { in tune() method in InputSessionManager.TvViewSession 305 public void tune(Channel channel, Bundle params, OnTuneListener listener) { in tune() method in InputSessionManager.TvViewSession 456 public void tune(String inputId, Uri channelUri) { in tune() method in InputSessionManager.RecordingSession
|
/aosp12/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | Tuner.cpp | 58 milliseconds tune = 150ms; member 272 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { in tune() function in android::hardware::broadcastradio::V1_1::implementation::Tuner
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/ |
H A D | RadioController.java | 123 public void tune(ProgramSelector sel) { in tune() method in RadioController
|
/aosp12/packages/apps/TV/jni/ |
H A D | DvbManager.cpp | 117 int DvbManager::tune(JNIEnv *env, jobject thiz, in tune() function in DvbManager 123 int DvbManager::tune(JNIEnv *env, jobject thiz, in tune() function in DvbManager
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/platform/ |
H A D | RadioTunerExt.java | 149 public void tune(@NonNull ProgramSelector selector, @Nullable TuneCallback resultCb) { in tune() method
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | radio.h | 186 int (*tune)(const struct radio_tuner *tuner, member
|
/aosp12/hardware/interfaces/tv/tuner/1.0/default/ |
H A D | Frontend.cpp | 61 Return<Result> Frontend::tune(const FrontendSettings& /* settings */) { in tune() function in android::hardware::tv::tuner::V1_0::implementation::Frontend
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
H A D | HdHomeRunTunerHal.java | 103 public synchronized boolean tune( in tune() method in HdHomeRunTunerHal
|
/aosp12/hardware/interfaces/broadcastradio/1.0/default/ |
H A D | Tuner.cpp | 151 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { in tune() function in android::hardware::broadcastradio::V1_0::implementation::Tuner
|