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.java1849 // and his ONLY options are to answer or reject the call.)
4254 Bundle options; field in class:PhoneWindowManager.ScreenLockTimeout
4261 mKeyguardMediator.doKeyguardTimeout(options);
4264 options = null;
4268 public void setLockOptions(Bundle options) { argument
4269 this.options = options;
4275 public void lockNow(Bundle options) { argument
4278 if (options != null) {
4279 // 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.java2459 String profileFile, ParcelFileDescriptor profileFd, Bundle options) {
2461 startFlags, profileFile, profileFd, options, UserHandle.getCallingUserId());
2467 String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) {
2473 null, null, options, userId);
2479 ParcelFileDescriptor profileFd, Bundle options, int userId) {
2486 res, null, options, UserHandle.getCallingUserId());
2493 Bundle options, int userId) {
2499 null, null, null, config, options, userId);
2506 int flagsMask, int flagsValues, Bundle options) {
2530 resultTo, resultWho, requestCode, flagsMask, flagsValues, options);
2456 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
2464 startActivityAsUser(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2476 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2490 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2503 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2534 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle options) argument
2630 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId) argument
2643 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
2654 startActivitiesInPackage(int uid, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
4539 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
4610 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) argument
5988 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.java6165 * theme attribute) on devices that feature a physical options menu key attempt to position
6178 * @return A {@link Gravity} value for placing the options menu window
10342 public void lockNow(Bundle options) { argument
10343 mPolicy.lockNow(options);
10859 pw.println("Window manager dump options:");

Completed in 5002 milliseconds

12345678