Home
last modified time | relevance | path

Searched refs:tune (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/media/java/android/media/tv/
DTvRecordingClient.java86 public void tune(String inputId, Uri channelUri) { in tune() method in TvRecordingClient
87 tune(inputId, channelUri, null); in tune()
111 public void tune(String inputId, Uri channelUri, Bundle params) { in tune() method in TvRecordingClient
121 mSession.tune(channelUri, params); in tune()
326 mSession.tune(mChannelUri, mConnectionParams); in onSessionCreated()
DITvInputSessionWrapper.java148 mTvInputRecordingSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2); in executeMessage()
150 mTvInputSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2); in executeMessage()
277 public void tune(Uri channelUri, Bundle params) { in tune() method in ITvInputSessionWrapper
DITvInputSession.aidl39 void tune(in Uri channelUri, in Bundle params); in tune() method
DTvView.java294 public void tune(@NonNull String inputId, Uri channelUri) { in tune() method in TvView
295 tune(inputId, channelUri, null); in tune()
308 public void tune(String inputId, Uri channelUri, Bundle params) { in tune() method in TvView
320 mSession.tune(channelUri, params); in tune()
1113 mSession.tune(mChannelUri, mTuneParams); in onSessionCreated()
DITvInputManager.aidl69 void tune(in IBinder sessionToken, in Uri channelUri, in Bundle params, int userId); in tune() method
DTvInputService.java1211 void tune(Uri channelUri, Bundle params) {
1773 void tune(Uri channelUri, Bundle params) {
1890 session.tune(TvContract.buildChannelUriForPassthroughInput(
DTvInputManager.java1883 public void tune(Uri channelUri) {
1884 tune(channelUri, null);
1893 public void tune(@NonNull Uri channelUri, Bundle params) {
1910 mService.tune(mToken, channelUri, params, mUserId);
/frameworks/base/core/java/android/hardware/radio/
DTunerAdapter.java155 public int tune(int channel, int subChannel) { in tune() method in TunerAdapter
157 mTuner.tune(ProgramSelector.createAmFmSelector(mBand, channel, subChannel)); in tune()
172 public void tune(@NonNull ProgramSelector selector) { in tune() method in TunerAdapter
174 mTuner.tune(selector); in tune()
DRadioTuner.java183 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
DITuner.aidl58 void tune(in ProgramSelector selector); in tune() method
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DTunerSession.java153 public void tune(ProgramSelector selector) throws RemoteException { in tune() method in TunerSession
156 int halResult = mHwSession.tune(Convert.programSelectorToHal(selector)); in tune()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
DRadioTunerTest.java290 int ret = mRadioTuner.tune(channel, 0); in testTuneAndGetPI()
394 mRadioTuner.tune(sel); in testTuneFromProgramList()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DTuner.java191 public void tune(ProgramSelector selector) { in tune() method in Tuner
/frameworks/base/services/core/jni/BroadcastRadio/
DTuner.cpp302 convert::ThrowIfFailed(env, halTuner10->tune(channel, subChannel)); in nativeTune()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java1363 public void tune(IBinder sessionToken, final Uri channelUri, Bundle params, int userId) { in tune() method in TvInputManagerService.BinderService
1371 getSessionLocked(sessionToken, callingUid, resolvedUserId).tune( in tune()
/frameworks/av/media/libaaudio/
DDoxyfile1060 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1356 # further fine-tune the look of the index. As an example, the default style
DDoxyfile.orig1051 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1347 # further fine-tune the look of the index. As an example, the default style
/frameworks/av/media/codec2/docs/
Ddoxygen.config1123 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1423 # further fine-tune the look of the index. As an example, the default style
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1173 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1473 # further fine-tune the look of the index. As an example, the default style
DDoxyfile1173 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1473 # further fine-tune the look of the index. As an example, the default style
/frameworks/wilhelm/doc/
DDoxyfile805 # fine-tune the look of the HTML output. If the tag is left blank doxygen
/frameworks/native/docs/
DDoxyfile955 # fine-tune the look of the HTML output. If left blank doxygen will
/frameworks/base/api/
Dsystem-current.txt3214 method @Deprecated public abstract int tune(int, int);
3215 method public abstract void tune(@NonNull android.hardware.radio.ProgramSelector);
/frameworks/base/non-updatable-api/
Dsystem-current.txt3214 method @Deprecated public abstract int tune(int, int);
3215 method public abstract void tune(@NonNull android.hardware.radio.ProgramSelector);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24522 Landroid/hardware/radio/ITuner$Stub$Proxy;->tune(Landroid/hardware/radio/ProgramSelector;)V
24565 Landroid/hardware/radio/ITuner;->tune(Landroid/hardware/radio/ProgramSelector;)V
41071 Landroid/media/tv/ITvInputManager$Stub$Proxy;->tune(Landroid/os/IBinder;Landroid/net/Uri;Landroid/o…
41164 Landroid/media/tv/ITvInputManager;->tune(Landroid/os/IBinder;Landroid/net/Uri;Landroid/os/Bundle;I)V
41256 Landroid/media/tv/ITvInputSession$Stub$Proxy;->tune(Landroid/net/Uri;Landroid/os/Bundle;)V
41301 Landroid/media/tv/ITvInputSession;->tune(Landroid/net/Uri;Landroid/os/Bundle;)V
41411 Landroid/media/tv/ITvInputSessionWrapper;->tune(Landroid/net/Uri;Landroid/os/Bundle;)V
41633 Landroid/media/tv/TvInputManager$Session;->tune(Landroid/net/Uri;)V
41634 Landroid/media/tv/TvInputManager$Session;->tune(Landroid/net/Uri;Landroid/os/Bundle;)V
41730 Landroid/media/tv/TvInputService$RecordingSession;->tune(Landroid/net/Uri;Landroid/os/Bundle;)V
[all …]

12