Searched refs:options (Results 101 - 125 of 189) sorted by relevance

12345678

/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h52 MediaBuffer **buffer, const ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp47 MediaBuffer **buffer, const ReadOptions *options = NULL);
126 status_t DRMSource::read(MediaBuffer **buffer, const ReadOptions *options) { argument
129 if ((err = mOriginalMediaSource->read(buffer, options)) != OK) {
H A DWAVExtractor.cpp68 MediaBuffer **buffer, const ReadOptions *options = NULL);
385 MediaBuffer **out, const ReadOptions *options) {
390 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
384 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java115 * prompt for credentials, present options, or ask the user to add an account.
178 * Bundle key used to supply the password directly in options to
204 * The Android package of the caller will be set in the options bundle by the
840 * @param options Authenticator-specific options for the request,
871 final Account account, final String authTokenType, final Bundle options,
876 if (options != null) {
877 optionsIn.putAll(options);
1006 * @param options Authenticator-specific options fo
870 getAuthToken( final Account account, final String authTokenType, final Bundle options, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
1038 getAuthToken( final Account account, final String authTokenType, final Bundle options, final boolean notifyAuthFailure, AccountManagerCallback<Bundle> callback, Handler handler) argument
1179 confirmCredentials(final Account account, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
1193 confirmCredentialsAsUser(final Account account, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler, UserHandle userHandle) argument
1255 updateCredentials(final Account account, final String authTokenType, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAccountView.java271 Bundle options = new Bundle();
272 options.putString(AccountManager.KEY_PASSWORD, password);
273 AccountManager.get(mContext).confirmCredentialsAsUser(account, options, null /* activity */,
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DAccountUnlockScreen.java278 Bundle options = new Bundle();
279 options.putString(AccountManager.KEY_PASSWORD, password);
280 AccountManager.get(mContext).confirmCredentials(account, options, null /* activity */,
/frameworks/base/services/input/
H A DInputDispatcher.cpp522 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
523 synthesizeCancelationEventsForAllConnectionsLocked(options);
529 CancelationOptions options(CancelationOptions::CANCEL_POINTER_EVENTS, reason);
530 synthesizeCancelationEventsForAllConnectionsLocked(options);
532 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
533 synthesizeCancelationEventsForAllConnectionsLocked(options);
689 CancelationOptions options(CancelationOptions::CANCEL_ALL_EVENTS,
691 options.deviceId = entry->deviceId;
692 synthesizeCancelationEventsForAllConnectionsLocked(options);
854 CancelationOptions options(CancelationOption
2164 synthesizeCancelationEventsForAllConnectionsLocked( const CancelationOptions& options) argument
2172 synthesizeCancelationEventsForInputChannelLocked( const sp<InputChannel>& channel, const CancelationOptions& options) argument
2181 synthesizeCancelationEventsForConnectionLocked( const sp<Connection>& connection, const CancelationOptions& options) argument
4137 synthesizeCancelationEvents(nsecs_t currentTime, Vector<EventEntry*>& outEvents, const CancelationOptions& options) argument
4209 shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) argument
4230 shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options) argument
[all...]
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java141 final BitmapFactory.Options options = new BitmapFactory.Options();
142 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
143 Bitmap b = BitmapFactory.decodeResource(getResources(), resource, options);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp259 MediaBuffer **out, const ReadOptions *options) {
264 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
258 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/core/java/android/app/
H A DActivity.java1991 * ({@link #DEFAULT_KEYS_DIALER}), execute a shortcut in your options
2604 * Declare that the options menu has changed, so should be recreated.
2613 * Initialize the contents of the Activity's standard options menu. You
2616 * <p>This is only called once, the first time the options menu is
2632 * @param menu The options menu in which you place your items.
2648 * Prepare the Screen's standard options menu to be displayed. This is
2657 * @param menu The options menu as last shown or first initialized by
2673 * This hook is called whenever an item in your options menu is selected.
2802 * This hook is called whenever the options menu is being closed (either by the user canceling
2805 * @param menu The options men
3368 startActivityForResult(Intent intent, int requestCode, Bundle options) argument
3410 startActivityAsUser(Intent intent, Bundle options, UserHandle user) argument
3472 startIntentSenderForResult(IntentSender intent, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
3489 startIntentSenderForResultInner(IntentSender intent, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, Activity activity, Bundle options) argument
3560 startActivity(Intent intent, Bundle options) argument
3609 startActivities(Intent[] intents, Bundle options) argument
3654 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
3717 startActivityIfNeeded(Intent intent, int requestCode, Bundle options) argument
3788 startNextMatchingActivity(Intent intent, Bundle options) argument
3841 startActivityFromChild(Activity child, Intent intent, int requestCode, Bundle options) argument
3892 startActivityFromFragment(Fragment fragment, Intent intent, int requestCode, Bundle options) argument
3923 startIntentSenderFromChild(Activity child, IntentSender intent, int requestCode, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
[all...]
H A DInstrumentation.java1376 * @param options Addition options.
1392 Intent intent, int requestCode, Bundle options) {
1416 requestCode, 0, null, null, options);
1432 IBinder token, Activity target, Intent[] intents, Bundle options) {
1433 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1446 IBinder token, Activity target, Intent[] intents, Bundle options,
1471 .startActivities(whoThread, intents, resolvedTypes, token, options,
1507 Intent intent, int requestCode, Bundle options) {
1531 requestCode, 0, null, null, options);
1390 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1431 execStartActivities(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options) argument
1445 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1505 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1565 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
[all...]
H A DActivityOptions.java28 * Helper class for building an options Bundle that can be used with
34 * The package name that created the options.
126 * supply these options as the options Bundle when starting an activity.
149 * supply these options as the options Bundle when starting an activity.
205 * supply these options as the options Bundle when starting an activity.
238 * supply these options as the options Bundl
393 abort(Bundle options) argument
[all...]
H A DIActivityManager.java57 ParcelFileDescriptor profileFd, Bundle options) throws RemoteException;
61 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException;
65 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException;
69 Bundle options, int userId) throws RemoteException;
73 int flagsMask, int flagsValues, Bundle options) throws RemoteException;
75 Intent intent, Bundle options) throws RemoteException;
111 public void moveTaskToFront(int task, int flags, Bundle options) throws RemoteException; argument
178 int flags, Bundle options, int userId) throws RemoteException;
315 Bundle options, int userId) throws RemoteException;
54 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
58 startActivityAsUser(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
62 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
66 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
70 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
74 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle options) argument
175 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
313 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
H A DActivityManagerNative.java129 Bundle options = data.readInt() != 0
133 profileFile, profileFd, options);
153 Bundle options = data.readInt() != 0
158 profileFile, profileFd, options, userId);
178 Bundle options = data.readInt() != 0
183 profileFile, profileFd, options, userId);
201 Bundle options = data.readInt() != 0
205 resultTo, resultWho, requestCode, startFlags, config, options, userId);
227 Bundle options = data.readInt() != 0
231 requestCode, flagsMask, flagsValues, options);
1842 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
1877 startActivityAsUser(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
1912 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
1947 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
1976 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2010 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle options) argument
2433 moveTaskToFront(int task, int flags, Bundle options) argument
2949 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
3739 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContext.java899 * Same as {@link #startActivity(Intent, Bundle)} with no options
940 * @param options Additional options for how the Activity should be started.
941 * May be null if there are no options. See {@link android.app.ActivityOptions}
950 public abstract void startActivity(Intent intent, Bundle options); argument
958 * @param options Additional options for how the Activity should be started.
959 * May be null if there are no options. See {@link android.app.ActivityOptions}
966 public void startActivityAsUser(Intent intent, Bundle options, UserHandle userId) { argument
971 * Same as {@link #startActivities(Intent[], Bundle)} with no options
1007 startActivities(Intent[] intents, Bundle options) argument
1035 startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) argument
1084 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1086 if (pLDInfo.options().hasDyld())
1087 dyld_name = pLDInfo.options().dyld().c_str();
1106 if (pLDInfo.options().hasDyld())
1107 dyld_name = pLDInfo.options().dyld().c_str();
1143 if (pInfo.options().hasRelro()) {
1383 if (pInfo.options().hasRelro()) {
1461 if (pInfo.options().hasRelro()) {
1540 if (pInfo.options().hasStackSet()) {
1542 if (pInfo.options().hasExecStack())
1595 if (pLDInfo.options()
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java1406 final boolean resumeTopActivityLocked(ActivityRecord prev, Bundle options) { argument
1419 ActivityOptions.abort(options);
1432 ActivityOptions.abort(options);
1447 ActivityOptions.abort(options);
1467 next.updateOptionsLocked(options);
1786 boolean doResume, boolean keepCurTransition, Bundle options) {
1819 ActivityOptions.abort(options);
1877 r.updateOptionsLocked(options);
1920 ActivityOptions.abort(options);
2458 int callingPid, int callingUid, int startFlags, Bundle options,
1785 startActivityLocked(ActivityRecord r, boolean newTask, boolean doResume, boolean keepCurTransition, Bundle options) argument
2455 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity) argument
2654 startActivityUncheckedLocked(ActivityRecord r, ActivityRecord sourceRecord, int startFlags, boolean doResume, Bundle options) argument
3069 startActivityMayWait(IApplicationThread caller, int callingUid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, WaitResult outResult, Configuration config, Bundle options, int userId) argument
3228 startActivities(IApplicationThread caller, int callingUid, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
4255 updateTransitLocked(int transit, Bundle options) argument
4267 moveTaskToFrontLocked(TaskRecord tr, ActivityRecord reason, Bundle options) argument
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp50 MediaBuffer **buffer, const ReadOptions *options);
81 MediaBuffer **buffer, const ReadOptions *options);
605 MediaBuffer **buffer, const ReadOptions *options) {
623 return mSource->read(buffer, options);
690 MediaBuffer **buffer, const ReadOptions *options) {
691 return mTrack->read(buffer, options);
604 read( MediaBuffer **buffer, const ReadOptions *options) argument
689 read( MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp177 path = mLDInfo->options().directories().find(pNameSpec,
183 path = mLDInfo->options().directories().find(pNameSpec,
190 path = mLDInfo->options().directories().find(pNameSpec,
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp170 path = mLDInfo->options().directories().find(pNameSpec,
176 path = mLDInfo->options().directories().find(pNameSpec,
183 path = mLDInfo->options().directories().find(pNameSpec,
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h80 const ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp104 base::Thread::Options options; local
105 options.message_loop_type = MessageLoop::TYPE_IO;
106 CHECK(gNetworkThread->StartWithOptions(options));
279 const net::CookieOptions &options,
276 OnSetCookie( net::URLRequest *request, const std::string &cookie_line, const net::CookieOptions &options, bool blocked_by_policy) argument
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java315 String[] options, int defaultValue) {
318 return getAttributeListValue(idx, options, defaultValue);
365 String[] options, int defaultValue) {
370 mStrings.get(v), options, defaultValue);
314 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
364 getAttributeListValue(int idx, String[] options, int defaultValue) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java295 final BitmapFactory.Options options = new BitmapFactory.Options();
297 options.inDither = false;
299 options.inScreenDensity = r.getDisplayMetrics().noncompatDensityDpi;
309 bitmap = BitmapFactory.decodeResourceStream(r, value, is, padding, options);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp635 MediaSource::ReadOptions options; local
637 options.setSeekTo(mSeekTimeUs);
638 mVideoSource->read(&aLocalBuffer, &options);
817 MediaSource::ReadOptions options; local
822 options.setSeekTo(
826 status_t err = mVideoSource->read(&mVideoBuffer, &options);
827 options.clearSeekTo();
1467 MediaSource::ReadOptions options; local
1472 options.setSeekTo(
1476 status_t err = mVideoSource->read(&mVideoBuffer, &options);
[all...]

Completed in 523 milliseconds

12345678