Home
last modified time | relevance | path

Searched refs:tune (Results 1 – 25 of 32) 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()
324 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.java291 public void tune(@NonNull String inputId, Uri channelUri) { in tune() method in TvView
292 tune(inputId, channelUri, null); in tune()
305 public void tune(String inputId, Uri channelUri, Bundle params) { in tune() method in TvView
317 mSession.tune(channelUri, params); in tune()
1100 mSession.tune(mChannelUri, mTuneParams); in onSessionCreated()
DITvInputManager.aidl68 void tune(in IBinder sessionToken, in Uri channelUri, in Bundle params, int userId); in tune() method
DTvInputManager.java1771 public void tune(Uri channelUri) {
1772 tune(channelUri, null);
1781 public void tune(@NonNull Uri channelUri, Bundle params) {
1798 mService.tune(mToken, channelUri, params, mUserId);
DTvInputService.java1184 void tune(Uri channelUri, Bundle params) {
1744 void tune(Uri channelUri, Bundle params) {
1861 session.tune(TvContract.buildChannelUriForPassthroughInput(
/frameworks/av/include/radio/
DIRadio.h48 virtual status_t tune(unsigned int channel, unsigned int subChannel) = 0;
DRadio.h61 status_t tune(unsigned int channel, unsigned int subChannel);
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java176 public abstract int tune(int channel, int subChannel); in tune() method in RadioTuner
DRadioModule.java73 public native int tune(int channel, int subChannel); in tune() method in RadioModule
/frameworks/av/radio/
DRadio.cpp198 status_t Radio::tune(unsigned int channel, unsigned int subChannel) in tune() function in android::Radio
204 return mIRadio->tune(channel, subChannel); in tune()
DIRadio.cpp148 virtual status_t tune(unsigned int channel, unsigned int subChannel) in tune() function in android::BpRadio
293 status_t status = tune(channel, subChannel); in onTransact()
/frameworks/av/services/radio/
DRadioService.h156 virtual status_t tune(unsigned int channel, unsigned int subChannel);
DRadioService.cpp820 status_t RadioService::ModuleClient::tune(unsigned int channel, unsigned int subChannel) in tune() function in android::RadioService::ModuleClient
826 status = (status_t)mTuner->tune(mTuner, channel, subChannel); in tune()
/frameworks/base/docs/html/training/tv/tif/
Dcontent-recording.jd93 RecordingSession.onTune()}, passing in a channel URI, tune to the channel
97 notifyTuned()} or, if your app could not tune to the proper channel, call
Dindex.jd46 service to tune to the requested channel and play the content to a display surface provided by
/frameworks/base/docs/html/distribute/users/
Dpromote-with-ads.jd109 <li>Start with broader targeting and then fine tune your bidding once you’ve
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd96 <li>They can fine-tune how much information they want to see on each widget.</li>
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp723 status_t status = module->tune((unsigned int)channel, (unsigned int)subChannel); in android_hardware_Radio_tune()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java1330 public void tune(IBinder sessionToken, final Uri channelUri, Bundle params, int userId) { in tune() method in TvInputManagerService.BinderService
1338 getSessionLocked(sessionToken, callingUid, resolvedUserId).tune( in tune()
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd13 <li><a href="#transfer">Fine-tune data transfer</a></li>
169 <h3 id="transfer">Fine-tune data transfer</h3>
/frameworks/base/docs/html/guide/components/
Dloaders.jd198 directly (though for an example of using loader methods to fine-tune a loader's
/frameworks/base/docs/html/about/versions/
Dkitkat.jd123 let OEMs tune out-of-memory levels for processes, set graphics cache sizes,
142 lets you tune your app's behavior to match the device's memory configuration.
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd578 includes methods that let you fine-tune the contents of the password. For

12