/frameworks/base/media/java/android/media/browse/ |
H A D | MediaBrowser.java | 360 * @param options A bundle of service-specific arguments to send to the media 365 public void subscribe(@NonNull String parentId, @NonNull Bundle options, argument 367 if (options == null) { 368 throw new IllegalArgumentException("options are null"); 370 subscribeInternal(parentId, new Bundle(options), callback); 459 private void subscribeInternal(String parentId, Bundle options, SubscriptionCallback callback) { argument 473 sub.putCallback(options, callback); 479 if (options == null) { 482 mServiceBinder.addSubscription(parentId, callback.mToken, options, 630 final String parentId, final ParceledListSlice list, final Bundle options) { 629 onLoadChildren(final IMediaBrowserServiceCallbacks callback, final String parentId, final ParceledListSlice list, final Bundle options) argument 883 onChildrenLoaded(@onNull String parentId, @NonNull List<MediaItem> children, @NonNull Bundle options) argument 912 onError(@onNull String parentId, @NonNull Bundle options) argument 1082 onLoadChildrenWithOptions(String parentId, ParceledListSlice list, final Bundle options) argument 1112 getCallback(Bundle options) argument 1121 putCallback(Bundle options, SubscriptionCallback callback) argument [all...] |
/frameworks/support/media-compat/java/android/support/v4/media/ |
H A D | MediaBrowserCompat.java | 232 * @param options A bundle of service-specific arguments to send to the media 237 public void subscribe(@NonNull String parentId, @NonNull Bundle options, argument 246 if (options == null) { 247 throw new IllegalArgumentException("options are null"); 249 mImpl.subscribe(parentId, options, callback); 583 * @param options A bundle of service-specific arguments to send to the media 588 @NonNull Bundle options) { 612 * @param options A bundle of service-specific arguments sent to the media 615 public void onError(@NonNull String parentId, @NonNull Bundle options) { argument 638 Bundle options 587 onChildrenLoaded(@onNull String parentId, List<MediaItem> children, @NonNull Bundle options) argument 654 applyOptions(List<MediaBrowserCompat.MediaItem> list, final Bundle options) argument 683 onChildrenLoaded(@onNull String parentId, List<?> children, @NonNull Bundle options) argument 690 onError(@onNull String parentId, @NonNull Bundle options) argument 753 subscribe(@onNull String parentId, Bundle options, @NonNull SubscriptionCallback callback) argument 763 onLoadChildren(Messenger callback, String parentId, List list, Bundle options) argument 953 subscribe(@onNull String parentId, Bundle options, @NonNull SubscriptionCallback callback) argument 1116 onLoadChildren(final Messenger callback, final String parentId, final List list, final Bundle options) argument 1383 subscribe(@onNull final String parentId, final Bundle options, @NonNull final SubscriptionCallback callback) argument 1548 onLoadChildren(Messenger callback, String parentId, List list, Bundle options) argument 1597 subscribe(@onNull String parentId, @NonNull Bundle options, @NonNull SubscriptionCallback callback) argument 1640 getCallback(Bundle options) argument 1649 putCallback(Bundle options, SubscriptionCallback callback) argument 1727 addSubscription(String parentId, IBinder callbackToken, Bundle options, Messenger callbacksMessenger) argument [all...] |
H A D | MediaBrowserServiceCompat.java | 138 void notifyChildrenChanged(final String parentId, final Bundle options); argument 179 public void notifyChildrenChanged(@NonNull final String parentId, final Bundle options) { argument 190 options, callback.second)) { 233 public void notifyChildrenChanged(final String parentId, final Bundle options) { argument 247 options, callback.second)) { 368 public void notifyChildrenChanged(final String parentId, final Bundle options) { argument 369 if (options == null) { 373 options); 379 final MediaBrowserServiceCompatApi24.ResultWrapper resultWrapper, Bundle options) { 401 MediaBrowserServiceCompat.this.onLoadChildren(parentId, result, options); 378 onLoadChildren(String parentId, final MediaBrowserServiceCompatApi24.ResultWrapper resultWrapper, Bundle options) argument 627 addSubscription(final String id, final IBinder token, final Bundle options, final ServiceCallbacks callbacks) argument 724 onLoadChildren(String mediaId, List<MediaBrowserCompat.MediaItem> list, Bundle options) argument 760 onLoadChildren(String mediaId, List<MediaBrowserCompat.MediaItem> list, Bundle options) argument 867 onLoadChildren(@onNull String parentId, @NonNull Result<List<MediaBrowserCompat.MediaItem>> result, @NonNull Bundle options) argument 972 notifyChildrenChanged(@onNull String parentId, @NonNull Bundle options) argument 1003 addSubscription(String id, ConnectionRecord connection, IBinder token, Bundle options) argument 1051 performLoadChildren(final String parentId, final ConnectionRecord connection, final Bundle options) argument 1092 applyOptions(List<MediaBrowserCompat.MediaItem> list, final Bundle options) argument [all...] |
/frameworks/base/core/java/android/util/ |
H A D | AttributeSet.java | 125 * Return the index of the value of 'attribute' in the list 'options'. 129 * @param options List of strings whose values we are checking against. 133 * @return Index in to 'options' or defaultValue. 136 String[] options, int defaultValue); 208 * 'options'. 211 * @param options List of strings whose values we are checking against. 215 * @return Index in to 'options' or defaultValue. 217 public int getAttributeListValue(int index, String[] options, int defaultValue); argument 135 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
|
/frameworks/compile/mclinker/include/mcld/ |
H A D | LinkerConfig.h | 25 * options() - the general options 27 * attribute() - the attribute options 63 const GeneralOptions& options() const { return m_Options; } function in class:mcld::LinkerConfig 64 GeneralOptions& options() { return m_Options; } function in class:mcld::LinkerConfig
|
/frameworks/data-binding/compilerCommon/ |
H A D | XMLParser.g4 | 32 options { tokenVocab=XMLLexer; }
|
/frameworks/base/core/java/android/accounts/ |
H A D | IAccountManager.aidl | 61 in Bundle options); 64 in Bundle options); 67 in Bundle options, int userId); 69 String authTokenType, boolean expectActivityLaunch, in Bundle options); 73 in Bundle options, boolean expectActivityLaunch, int userId); 91 in Bundle options); 95 String authTokenType, boolean expectActivityLaunch, in Bundle options);
|
H A D | AbstractAccountAuthenticator.java | 136 * Bundle key used for the {@link Bundle} options in session bundle. This is 158 String authTokenType, String[] features, Bundle options) 169 accountType, authTokenType, features, options); 186 Account account, Bundle options) throws RemoteException { 193 new AccountAuthenticatorResponse(response), account, options); 372 String accountType, String authTokenType, String[] features, Bundle options) 384 features, options); 550 * @param options a Bundle of authenticator-specific options, may be null 564 String authTokenType, String[] requiredFeatures, Bundle options) 157 addAccount(IAccountAuthenticatorResponse response, String accountType, String authTokenType, String[] features, Bundle options) argument 185 confirmCredentials(IAccountAuthenticatorResponse response, Account account, Bundle options) argument 371 startAddAccountSession(IAccountAuthenticatorResponse response, String accountType, String authTokenType, String[] features, Bundle options) argument 563 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument 583 confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) argument 625 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument 655 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument 788 startAddAccountSession( final AccountAuthenticatorResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final Bundle options) argument 846 startUpdateCredentialsSession( final AccountAuthenticatorResponse response, final Account account, final String authTokenType, final Bundle options) argument [all...] |
/frameworks/base/media/java/android/service/media/ |
H A D | MediaBrowserService.java | 257 public void addSubscription(final String id, final IBinder token, final Bundle options, argument 272 MediaBrowserService.this.addSubscription(id, connection, token, options); 411 * @param options A bundle of service-specific arguments sent from the media 416 @NonNull Result<List<MediaBrowser.MediaItem>> result, @NonNull Bundle options) { 418 // override onLoadChildren() with options, onLoadChildren() without options will be used 419 // instead, and the options will be applied in the implementation of result.onResultSent(). 529 * @param options A bundle of service-specific arguments to send 533 public void notifyChildrenChanged(@NonNull String parentId, @NonNull Bundle options) { argument 534 if (options 415 onLoadChildren(@onNull String parentId, @NonNull Result<List<MediaBrowser.MediaItem>> result, @NonNull Bundle options) argument 540 notifyChildrenChangedInternal(final String parentId, final Bundle options) argument 584 addSubscription(String id, ConnectionRecord connection, IBinder token, Bundle options) argument 631 performLoadChildren(final String parentId, final ConnectionRecord connection, final Bundle options) argument 674 applyOptions(List<MediaBrowser.MediaItem> list, final Bundle options) argument [all...] |
/frameworks/compile/mclinker/lib/LD/ |
H A D | TextDiagnosticPrinter.cpp | 84 if (m_Config.options().verbose() >= 0) { 94 if (m_Config.options().verbose() >= 1) { 104 if (m_Config.options().verbose() >= 2) { 136 int16_t error_limit = m_Config.options().maxErrorNum(); 149 int16_t warning_limit = m_Config.options().maxWarnNum();
|
/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetManager.java | 489 * @param options The options to associate with this widget 491 public void updateAppWidgetOptions(int appWidgetId, Bundle options) { argument 496 mService.updateAppWidgetOptions(mPackageName, appWidgetId, options); 511 * @return The options associated with the given widget instance. 818 * @param options Bundle containing options for the AppWidget. See also 823 public void bindAppWidgetId(int appWidgetId, ComponentName provider, Bundle options) { argument 827 bindAppWidgetIdIfAllowed(appWidgetId, Process.myUserHandle(), provider, options); 861 * @param options Bundl 866 bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, Bundle options) argument 890 bindAppWidgetIdIfAllowed(int appWidgetId, UserHandle user, ComponentName provider, Bundle options) argument 1058 bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, ComponentName provider, Bundle options) argument [all...] |
/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator_test.cpp | 133 JavaClassGeneratorOptions options; local 134 options.types = JavaClassGeneratorOptions::SymbolTypes::kPublic; 136 JavaClassGenerator generator(context.get(), table.get(), options); 145 options.types = JavaClassGeneratorOptions::SymbolTypes::kPublicPrivate; 147 JavaClassGenerator generator(context.get(), table.get(), options); 156 options.types = JavaClassGeneratorOptions::SymbolTypes::kAll; 158 JavaClassGenerator generator(context.get(), table.get(), options); 279 JavaClassGeneratorOptions options; local 280 options.useFinal = false; 281 JavaClassGenerator generator(context.get(), table.get(), options); 306 JavaClassGeneratorOptions options; local [all...] |
/frameworks/native/vulkan/tools/ |
H A D | vkinfo.cpp | 126 const Options &options, 165 if (options.validate) { 201 .enabledLayerCount = (options.validate) ? num_layers : 0, 211 void GatherInfo(VulkanInfo* info, const Options& options) { argument 241 if (options.validate) { 278 .enabledLayerCount = (options.validate) ? num_layers : 0, 300 GatherGpuInfo(gpus[i], options, info->gpus.at(i)); 339 const Options& /*options*/, 348 const Options& options, 356 if (options 125 GatherGpuInfo(VkPhysicalDevice gpu, const Options &options, GpuInfo& info) argument 345 PrintLayers( const std::vector<VkLayerProperties>& layers, const std::vector<std::vector<VkExtensionProperties>> extensions, const Options& options, size_t indent) argument 490 PrintGpuInfo(const GpuInfo& info, const Options& options, size_t indent) argument 569 PrintInfo(const VulkanInfo& info, const Options& options) argument [all...] |
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | TestInteractionActivity.java | 144 VoiceInteractor.PickOptionRequest.Option[] options = 146 options[0] = new VoiceInteractor.PickOptionRequest.Option("One"); 147 options[1] = new VoiceInteractor.PickOptionRequest.Option("Two"); 148 options[2] = new VoiceInteractor.PickOptionRequest.Option("Three"); 149 options[3] = new VoiceInteractor.PickOptionRequest.Option("Four"); 150 options[4] = new VoiceInteractor.PickOptionRequest.Option("Five"); 151 VoiceInteractor.PickOptionRequest req = new TestPickOption(options); 234 public TestPickOption(Option[] options) { argument 235 super(new VoiceInteractor.Prompt("Need to pick something"), options, null);
|
/frameworks/base/tools/aapt2/link/ |
H A D | TableMerger_test.cpp | 83 TableMergerOptions options; local 84 options.autoAddOverlay = false; 85 TableMerger merger(mContext.get(), &finalTable, options); 194 TableMergerOptions options; local 195 options.autoAddOverlay = true; 196 TableMerger merger(mContext.get(), &finalTable, options); 212 TableMergerOptions options; local 213 options.autoAddOverlay = false; 214 TableMerger merger(mContext.get(), &finalTable, options);
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | BitmapRegionDecoder.java | 177 * @param options null-ok; Options that control downsampling. 182 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { argument 189 rect.right - rect.left, rect.bottom - rect.top, options); 259 BitmapFactory.Options options); 257 nativeDecodeRegion(long lbm, int start_x, int start_y, int width, int height, BitmapFactory.Options options) argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/ |
H A D | PipOverlayActivity.java | 68 final ActivityOptions options = ActivityOptions.makeBasic(); 69 options.setLaunchStackId(PINNED_STACK_ID); 70 context.startActivity(intent, options.toBundle());
|
/frameworks/av/cmds/stagefright/ |
H A D | SineSource.h | 21 MediaBuffer **out, const ReadOptions *options = NULL);
|
/frameworks/av/include/media/stagefright/ |
H A D | JPEGSource.h | 36 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
H A D | MediaAdapter.h | 43 MediaBuffer **buffer, const ReadOptions *options = NULL);
|
H A D | MediaSource.h | 59 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
|
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/ |
H A D | OptionsCmdId.java | 17 package com.android.ims.internal.uce.options;
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A D | AArch64Emulation.cpp | 37 if (pConfig.options().getScriptList().empty() &&
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | VrPipline1.java | 33 Script.LaunchOptions options = new Script.LaunchOptions(); field in class:VrPipline1 112 options.setX(0,state.mImgWidth); 113 options.setY(i*state.mImgHeight/blocks, (i+1)*state.mImgHeight/blocks); 114 scriptC_vr.forEach_draw_z_buffer(state.mzRangeFullAllocation, state.mScrAllocation, options);
|
/frameworks/compile/mclinker/unittests/ |
H A D | LinkerTest.cpp | 87 /// To configure linker before setting options. Linker::config sets up 92 config.options().setSOName("libplasma.so"); ///< --soname=libplasma.so 93 config.options().setBsymbolic(); ///< -Bsymbolic 145 /// To configure linker before setting options. Linker::config sets up 150 config1.options().setSOName( 152 config1.options().setBsymbolic(false); ///< -Bsymbolic 195 /// To configure linker before setting options. Linker::config sets up 200 config2.options().setSOName( 202 config2.options().setBsymbolic(); ///< -Bsymbolic 243 /// To configure linker before setting options [all...] |