/frameworks/base/media/java/android/media/tv/ |
D | TvRecordingClient.java | 86 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()
|
D | ITvInputSessionWrapper.java | 148 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
|
D | ITvInputSession.aidl | 39 void tune(in Uri channelUri, in Bundle params); in tune() method
|
D | TvView.java | 291 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()
|
D | ITvInputManager.aidl | 68 void tune(in IBinder sessionToken, in Uri channelUri, in Bundle params, int userId); in tune() method
|
D | TvInputManager.java | 1771 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);
|
D | TvInputService.java | 1184 void tune(Uri channelUri, Bundle params) { 1744 void tune(Uri channelUri, Bundle params) { 1861 session.tune(TvContract.buildChannelUriForPassthroughInput(
|
/frameworks/av/include/radio/ |
D | IRadio.h | 48 virtual status_t tune(unsigned int channel, unsigned int subChannel) = 0;
|
D | Radio.h | 61 status_t tune(unsigned int channel, unsigned int subChannel);
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioTuner.java | 176 public abstract int tune(int channel, int subChannel); in tune() method in RadioTuner
|
D | RadioModule.java | 73 public native int tune(int channel, int subChannel); in tune() method in RadioModule
|
/frameworks/av/radio/ |
D | Radio.cpp | 198 status_t Radio::tune(unsigned int channel, unsigned int subChannel) in tune() function in android::Radio 204 return mIRadio->tune(channel, subChannel); in tune()
|
D | IRadio.cpp | 148 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/ |
D | RadioService.h | 156 virtual status_t tune(unsigned int channel, unsigned int subChannel);
|
D | RadioService.cpp | 820 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/ |
D | content-recording.jd | 93 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
|
D | index.jd | 46 service to tune to the requested channel and play the content to a display surface provided by
|
/frameworks/base/docs/html/distribute/users/ |
D | promote-with-ads.jd | 109 <li>Start with broader targeting and then fine tune your bidding once you’ve
|
/frameworks/base/docs/html/design/patterns/ |
D | widgets.jd | 96 <li>They can fine-tune how much information they want to see on each widget.</li>
|
/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 723 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/ |
D | TvInputManagerService.java | 1330 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/ |
D | billions.jd | 13 <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/ |
D | loaders.jd | 198 directly (though for an example of using loader methods to fine-tune a loader's
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 123 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/ |
D | device-admin.jd | 578 includes methods that let you fine-tune the contents of the password. For
|