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

12345678

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1273 final Bundle options = (optionsIn == null) ? new Bundle() : optionsIn;
1274 options.putInt(AccountManager.KEY_CALLER_UID, uid);
1275 options.putInt(AccountManager.KEY_CALLER_PID, pid);
1283 options);
1302 final Account account, final Bundle options, final boolean expectActivityLaunch,
1327 mAuthenticator.confirmCredentials(this, account, options);
1301 confirmCredentialsAsUser(IAccountManagerResponse response, final Account account, final Bundle options, final boolean expectActivityLaunch, int userId) argument
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1617 MediaSource::ReadOptions options; local
1621 options.setSeekTo(
1628 status_t err = mVideoSource->read(&mVideoBuffer, &options);
1629 options.clearSeekTo();
H A DMPEG4Extractor.cpp60 MediaBuffer **buffer, const ReadOptions *options = NULL);
2020 MediaBuffer **out, const ReadOptions *options) {
2031 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
2019 read( MediaBuffer **out, const ReadOptions *options) argument
H A DOMXCodec.cpp3026 MediaSource::ReadOptions options; local
3027 options.setSeekTo(mSeekTimeUs, mSeekMode);
3033 err = mSource->read(&srcBuffer, &options);
3786 MediaBuffer **buffer, const ReadOptions *options) {
3799 if (options && options->getSeekTo(&seekTimeUs, &seekMode)) {
3785 read( MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1851 // and his ONLY options are to answer or reject the call.)
4273 Bundle options; field in class:PhoneWindowManager.ScreenLockTimeout
4280 mKeyguardMediator.doKeyguardTimeout(options);
4283 options = null;
4287 public void setLockOptions(Bundle options) { argument
4288 this.options = options;
4294 public void lockNow(Bundle options) { argument
4297 if (options != null) {
4298 // In case multiple calls are made to lockNow, we don't wipe out the options
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp61 const ReadOptions *options = NULL);
208 const ReadOptions *options) {
207 read(MediaBuffer **buffer, const ReadOptions *options) argument
H A DVideoEditorVideoEncoder.cpp72 const ReadOptions *options = NULL);
184 const ReadOptions *options) {
183 read(MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/base/core/java/android/app/
H A DActivityManager.java894 * with a null options argument.
915 * @param options Additional options for the operation, either null or
919 public void moveTaskToFront(int taskId, int flags, Bundle options) { argument
921 ActivityManagerNative.getDefault().moveTaskToFront(taskId, flags, options);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2458 String profileFile, ParcelFileDescriptor profileFd, Bundle options) {
2460 startFlags, profileFile, profileFd, options, UserHandle.getCallingUserId());
2466 String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) {
2472 null, null, options, userId);
2478 ParcelFileDescriptor profileFd, Bundle options, int userId) {
2485 res, null, options, UserHandle.getCallingUserId());
2492 Bundle options, int userId) {
2498 null, null, null, config, options, userId);
2505 int flagsMask, int flagsValues, Bundle options) {
2529 resultTo, resultWho, requestCode, flagsMask, flagsValues, options);
2455 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
2463 startActivityAsUser(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2475 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2489 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2502 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2533 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle options) argument
2629 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId) argument
2642 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
2653 startActivitiesInPackage(int uid, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
4538 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
4609 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) argument
5999 moveTaskToFront(int task, int flags, Bundle options) argument
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp204 if (pInfo.options().maxPageSize() > 0)
205 return pInfo.options().maxPageSize();
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp689 if (m_LDInfo.options().hasEhFrameHdr()) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1303 Bundle options) throws IntentSender.SendIntentException {
1301 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp927 if (pInfo.options().hasNow())
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6216 * theme attribute) on devices that feature a physical options menu key attempt to position
6229 * @return A {@link Gravity} value for placing the options menu window
10393 public void lockNow(Bundle options) { argument
10394 mPolicy.lockNow(options);
10910 pw.println("Window manager dump options:");

Completed in 1357 milliseconds

12345678