Searched refs:options (Results 76 - 100 of 316) sorted by relevance

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h64 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options);
104 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl83 void doKeyguardTimeout(in Bundle options);
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DUceServiceBase.java23 import com.android.ims.internal.uce.options.IOptionsListener;
24 import com.android.ims.internal.uce.options.IOptionsService;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java80 String[] options, int defaultValue) {
116 String[] options, int defaultValue) {
79 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
115 getAttributeListValue(int index, String[] options, int defaultValue) argument
/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp73 if (pConfig.options().getScriptList().empty() &&
88 if (!pConfig.options().nostdlib()) {
/frameworks/opt/setupwizard/tools/gradle/
H A Ddocs.gradle26 options {
/frameworks/base/core/java/android/app/
H A DActivityTransitionState.java152 public void setEnterActivityOptions(Activity activity, ActivityOptions options) { argument
160 && options != null && mEnterActivityOptions == null
162 && options.getAnimationType() == ActivityOptions.ANIM_SCENE_TRANSITION) {
163 mEnterActivityOptions = options;
339 public void startExitOutTransition(Activity activity, Bundle options) { argument
345 ActivityOptions activityOptions = new ActivityOptions(options);
H A DActivity.java1341 * {@link #onLocalVoiceInteractionStarted()} is called. You can pass a bundle of private options
2344 * Activity's options menu and the navigation button will be wired through the standard
2569 * ({@link #DEFAULT_KEYS_DIALER}), execute a shortcut in your options
3265 * Declare that the options menu has changed, so should be recreated.
3277 * Initialize the contents of the Activity's standard options menu. You
3280 * <p>This is only called once, the first time the options menu is
3296 * @param menu The options menu in which you place your items.
3312 * Prepare the Screen's standard options menu to be displayed. This is
3321 * @param menu The options menu as last shown or first initialized by
3337 * This hook is called whenever an item in your options men
4223 startActivityForResult(@equiresPermission Intent intent, int requestCode, @Nullable Bundle options) argument
4265 cancelInputsAndStartExitTransition(Bundle options) argument
4275 transferSpringboardActivityOptions(Bundle options) argument
4296 startActivityForResultAsUser(Intent intent, int requestCode, @Nullable Bundle options, UserHandle user) argument
4333 startActivityAsUser(Intent intent, Bundle options, UserHandle user) argument
4365 startActivityAsCaller(Intent intent, @Nullable Bundle options, boolean ignoreTargetSecurity, int userId) argument
4430 startIntentSenderForResult(IntentSender intent, int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
4447 startIntentSenderForResultInner(IntentSender intent, String who, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, Bundle options) argument
4519 startActivity(Intent intent, @Nullable Bundle options) argument
4568 startActivities(Intent[] intents, @Nullable Bundle options) argument
4613 startIntentSender(IntentSender intent, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
4677 startActivityIfNeeded(@equiresPermission @onNull Intent intent, int requestCode, @Nullable Bundle options) argument
4753 startNextMatchingActivity(@equiresPermission @onNull Intent intent, @Nullable Bundle options) argument
4808 startActivityFromChild(@onNull Activity child, @RequiresPermission Intent intent, int requestCode, @Nullable Bundle options) argument
4861 startActivityFromFragment(@onNull Fragment fragment, @RequiresPermission Intent intent, int requestCode, @Nullable Bundle options) argument
4870 startActivityForResult( String who, Intent intent, int requestCode, @Nullable Bundle options) argument
4915 startIntentSenderFromChild(Activity child, IntentSender intent, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, @Nullable Bundle options) argument
4930 startIntentSenderFromChildFragment(Fragment child, IntentSender intent, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, @Nullable Bundle options) argument
6041 convertToTranslucent(TranslucentConversionListener callback, ActivityOptions options) argument
6074 onNewActivityOptions(ActivityOptions options) argument
7141 onStartActivityFromFragment(Fragment fragment, Intent intent, int requestCode, Bundle options) argument
7147 onStartIntentSenderFromFragment(Fragment fragment, IntentSender intent, int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
[all...]
H A DWallpaperManager.java355 BitmapFactory.Options options = new BitmapFactory.Options();
357 fd.getFileDescriptor(), null, options);
374 BitmapFactory.Options options = new BitmapFactory.Options();
375 return BitmapFactory.decodeStream(is, null, options);
526 BitmapFactory.Options options = new BitmapFactory.Options();
527 options.inJustDecodeBounds = true;
528 BitmapFactory.decodeStream(is, null, options);
529 if (options.outWidth != 0 && options.outHeight != 0) {
530 inWidth = options
[all...]
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DJDWPClassDataRetriever.java209 JPDATestOptions options = new JPDATestOptions();
210 options.setAttachConnectorKind();
211 options.setTimeout(1000);
212 options.setWaitingTime(1000);
213 options.setTransportAddress(address);
214 return options;
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java75 Bundle options) {
76 int page = options.getInt(MediaBrowserCompat.EXTRA_PAGE, -1);
77 int pageSize = options.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
239 Bundle options = new Bundle();
240 options.putInt(MediaBrowserCompat.EXTRA_PAGE, page);
241 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, PAGE_SIZE);
242 mMediaBrowser.subscribe(mMediaId, options, mSubscriptionCallback);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java75 Bundle options) {
76 int page = options.getInt(MediaBrowserCompat.EXTRA_PAGE, -1);
77 int pageSize = options.getInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, -1);
239 Bundle options = new Bundle();
240 options.putInt(MediaBrowserCompat.EXTRA_PAGE, page);
241 options.putInt(MediaBrowserCompat.EXTRA_PAGE_SIZE, PAGE_SIZE);
242 mMediaBrowser.subscribe(mMediaId, options, mSubscriptionCallback);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java367 String who, Intent intent, int requestCode, Bundle options) {
368 mBase.startActivityForResult(who, intent, requestCode, options);
377 public void startActivity(Intent intent, Bundle options) { argument
378 mBase.startActivity(intent, options);
383 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { argument
384 mBase.startActivityAsUser(intent, options, user);
393 public void startActivities(Intent[] intents, Bundle options) { argument
394 mBase.startActivities(intents, options);
399 public void startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) { argument
400 mBase.startActivitiesAsUser(intents, options, userHandl
366 startActivityForResult( String who, Intent intent, int requestCode, Bundle options) argument
412 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
438 sendBroadcast(Intent intent, String receiverPermission, Bundle options) argument
467 sendOrderedBroadcast( Intent intent, String receiverPermission, Bundle options, BroadcastReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras) argument
524 sendOrderedBroadcastAsUser(Intent intent, UserHandle user, String receiverPermission, int appOp, Bundle options, BroadcastReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras) argument
563 sendStickyBroadcastAsUser(Intent intent, UserHandle user, Bundle options) argument
[all...]
H A DSyncActivityTooManyDeletes.java33 * Presents multiple options for handling the case where a sync was aborted because there
62 CharSequence[] options = new CharSequence[]{
71 options);
110 // the constants for position correspond to the items options array in onCreate()
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp46 /// emulate - To set up target-dependent options and default linker script.
106 if (m_pConfig->options().trace()) {
141 m_pConfig->options().isPIE()) {
153 m_pConfig->options().setNoUndefined();
355 mcld::outs().setColor(m_pConfig->options().color());
356 mcld::errs().setColor(m_pConfig->options().color());
/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp111 MediaBuffer **out, const ReadOptions *options) {
116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
110 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp110 MediaBuffer **buffer, const ReadOptions *options) {
113 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &seekMode));
109 read( MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); argument
89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { argument
90 return mDecoder.decodeRegion(wantRegion, options);
121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { argument
127 int sampleSize = Math.max(options.inSampleSize, 1);
221 public abstract Bitmap loadPreviewBitmap(BitmapFactory.Options options); argument
240 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { argument
241 return BitmapFactory.decodeFile(mPath, options);
289 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { argument
292 Bitmap b = BitmapFactory.decodeStream(is, null, options);
349 loadPreviewBitmap(BitmapFactory.Options options) argument
[all...]
/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp58 const ManifestFixerOptions& options) {
60 ManifestFixer fixer(options);
86 ManifestFixerOptions options = { std::u16string(u"8"), std::u16string(u"22") }; local
92 </manifest>)EOF", options);
113 </manifest>)EOF", options);
131 </manifest>)EOF", options);
147 package="android" />)EOF", options);
163 ManifestFixerOptions options;
164 options.renameManifestPackage = std::u16string(u"com.android");
173 </manifest>)EOF", options);
57 verifyWithOptions(const StringPiece& str, const ManifestFixerOptions& options) argument
[all...]
/frameworks/base/tools/aapt2/split/
H A DTableSplitter_test.cpp38 TableSplitterOptions options; local
39 options.preferredDensity = ConfigDescription::DENSITY_XHIGH;
40 TableSplitter splitter({}, options);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerCustomSizeInScrollDirectionTest.java40 Boolean[] options = new Boolean[]{true, false};
41 for (boolean addMargins : options) {
42 for (boolean addDecorOffsets : options) {
/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractor.aidl33 in VoiceInteractor.PickOptionRequest.Option[] options, in Bundle extras);
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk3 # The three inline options together reduce libbcc.so almost 1MB.
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp230 MediaSource::ReadOptions options; local
233 err = rawSource->read(&buffer, &options);
234 options.clearSeekTo();
290 options.setSeekTo(seekTimeUs);
306 MediaSource::ReadOptions options; local
320 status_t err = rawSource->read(&buffer, &options);
323 options.clearSeekTo();
362 options.setSeekTo(0x7fffffffL);
365 options.setSeekTo(5000000);
374 options
476 read( MediaBuffer **buffer, const ReadOptions *options) argument
553 MediaSource::ReadOptions options; local
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp419 GeofenceOptions* options = geofence.options; local
424 options->monitor_transitions = env->CallIntMethod(
432 options->unknown_timer_ms = env->CallIntMethod(geofenceRequestObject, getUnknownTimer);
438 options->notification_responsivenes_ms = env->CallIntMethod(
446 options->last_transition = env->CallIntMethod(geofenceRequestObject, getLastTransition);
450 options->sources_to_use = env->CallIntMethod(geofenceRequestObject, getSourceTechnologies);
817 FlpBatchOptions options; local
818 TranslateFromObject(env, optionsObject, options);
819 int result = sFlpInterface->start_batching(id, &options);
832 FlpBatchOptions options; local
1011 GeofenceOptions options = { local
[all...]

Completed in 2671 milliseconds

1234567891011>>