Searched refs:token (Results 226 - 250 of 255) sorted by relevance

1234567891011

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp227 sp<BBinder> token = new DisplayToken(this); local
233 mCurrentState.displays.add(token, info);
235 return token;
243 ALOGW("destroyDisplay: invalid display token");
259 "Overwriting display token for display type %d", type);
420 wp<IBinder> token = mBuiltinDisplays[i]; local
431 type, hwcId, mHwc->getFormat(hwcId), isSecure, token,
441 mDisplays.add(token, hw);
2065 ssize_t dpyIdx = mCurrentState.displays.indexOfKey(s.token);
2290 d.token
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java579 String callingPkg, Uri url, String mode, ICancellationSignal signal, IBinder token)
590 data.writeStrongBinder(token);
578 openFile( String callingPkg, Uri url, String mode, ICancellationSignal signal, IBinder token) argument
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl212 void finishPackageInstall(int token);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1212 final long token = Binder.clearCallingIdentity();
1223 Binder.restoreCallingIdentity(token);
1231 final long token = Binder.clearCallingIdentity();
1235 Binder.restoreCallingIdentity(token);
1311 final long token = Binder.clearCallingIdentity();
1323 Binder.restoreCallingIdentity(token);
2741 final long token = Binder.clearCallingIdentity();
2749 Binder.restoreCallingIdentity(token);
H A DDropBoxManagerService.java269 final long token = Binder.clearCallingIdentity();
274 Binder.restoreCallingIdentity(token);
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp859 sp<IBinder> token = local
863 token->unlinkToDeath(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java1159 final long token = Binder.clearCallingIdentity();
1165 Binder.restoreCallingIdentity(token);
H A DSubscriptionController.java1541 final long token = Binder.clearCallingIdentity();
1591 Binder.restoreCallingIdentity(token);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java480 mDisplayAdjustments.setActivityToken(attrs.token);
563 "Unable to add window -- token " + attrs.token
567 "Unable to add window -- token " + attrs.token
571 "Unable to add window -- app for token " + attrs.token
3800 public void onFinishedInputEvent(Object token, boolean handled) { argument
3801 QueuedInputEvent q = (QueuedInputEvent)token;
3868 public void onFinishedInputEvent(Object token, boolea argument
3961 onFinishedInputEvent(Object token, boolean handled) argument
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1066 long token = Binder.clearCallingIdentity();
1078 Binder.restoreCallingIdentity(token);
1584 long token = Binder.clearCallingIdentity();
1591 Binder.restoreCallingIdentity(token);
3321 long token = Binder.clearCallingIdentity();
3327 Binder.restoreCallingIdentity(token);
3489 final long token = Binder.clearCallingIdentity();
3495 Binder.restoreCallingIdentity(token);
4560 long token = Binder.clearCallingIdentity();
4582 Binder.restoreCallingIdentity(token);
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java491 ActivityRecord isInAnyStackLocked(IBinder token) { argument
496 final ActivityRecord r = stacks.get(stackNdx).isInStackLocked(token);
2268 final ActivityRecord activityIdleInternalLocked(final IBinder token, boolean fromTimeout, argument
2270 if (localLOGV) Slog.v(TAG, "Activity idle: " + token);
2280 ActivityRecord r = ActivityRecord.forToken(token);
2941 void scheduleLaunchTaskBehindComplete(IBinder token) { argument
2942 mHandler.obtainMessage(LAUNCH_TASK_BEHIND_COMPLETE, token).sendToTarget();
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java925 * @param windowToken A window token that will allow a window to be created in the correct layer.
929 Slog.e(TAG, "attach() called when already attached with token=" + mWindowToken);
954 if (mDebug) Slog.v(TAG, String.format("Attaching window token: %s to window of type %s",
959 lp.token = windowToken;
982 // This can happen because the dream manager service will remove the token
985 Slog.i(TAG, "attach() called after window token already removed, dream will "
1052 pw.println("running (token=" + mWindowToken + ")");
/frameworks/base/core/java/android/widget/
H A DMediaController.java163 p.token = null;
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java464 throw new SessionNotFoundException("Session state not found for token " + sessionToken);
468 throw new SecurityException("Illegal access to the session with token " + sessionToken
481 throw new IllegalStateException("Session not yet created for token "
567 // Set up a callback to send the session token.
570 // Create a session. When failed, send a null token immediately.
628 // Also remove the session token from the session token list of the current client and
993 // Send a null token immediately while reconnecting.
999 // Create a new session token and a session state.
1538 for (IBinder token
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp545 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
547 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java488 * (Absolute-token Date-value | Relative-token Delta-seconds-value) */
496 /* Absolute-token or Relative-token */
497 int token = extractByteValue(pduDataStream);
507 if (PduHeaders.VALUE_RELATIVE_TOKEN == token) {
529 * (Address-present-token Encoded-string-value | Insert-address-token)
534 /* Address-present-token or Insert-address-token */
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java1162 final long token = Binder.clearCallingIdentity();
1167 Binder.restoreCallingIdentity(token);
1555 final long token = Binder.clearCallingIdentity();
1559 Binder.restoreCallingIdentity(token);
5963 AudioPolicyProxy(AudioPolicyConfig config, IAudioPolicyCallback token, argument
5967 mPolicyToken = token;
/frameworks/base/core/java/android/content/res/
H A DResources.java246 * @param token The Activity token for determining stack affiliation. Usually null.
250 CompatibilityInfo compatInfo, IBinder token) {
256 mToken = new WeakReference<IBinder>(token);
249 Resources(AssetManager assets, DisplayMetrics metrics, Configuration config, CompatibilityInfo compatInfo, IBinder token) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1093 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
1183 Slog.w(TAG, "Invalid verification token " + verificationId + " received");
8462 public void finishPackageInstall(int token) { argument
8466 Slog.v(TAG, "BM finishing package install for " + token);
8469 final Message msg = mHandler.obtainMessage(POST_INSTALL, token, 0);
8643 int token;
8645 token = mNextInstallToken++;
8648 mRunningInstalls.put(token, data);
8649 if (DEBUG_INSTALL) Log.v(TAG, "+ starting restore round-trip " + token);
8659 if (DEBUG_INSTALL) Log.v(TAG, "token "
[all...]
H A DUserManagerService.java524 long token = Binder.clearCallingIdentity();
530 Binder.restoreCallingIdentity(token);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java966 * @param windowToken A window token of an application.
997 // the application that owns the window token can decide whether to consume or
1008 mWindowParams.token = windowToken;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1746 final MediaSession.Token token = entry.notification.getNotification().extras
1748 if (token != null) {
1749 controller = new MediaController(mContext, token);
2790 public void setImeWindowStatus(IBinder token, int vis, int backDisposition, argument
/frameworks/base/core/java/android/app/
H A DActivity.java3785 * @hide Implement to provide correct calling token.
3792 * @hide Implement to provide correct calling token.
3827 * @hide Implement to provide correct calling token.
3834 * @hide Implement to provide correct calling token.
4637 if (false) Log.v(TAG, "Finishing self: token=" + mToken);
5923 Instrumentation instr, IBinder token, int ident,
5946 mToken = token;
5922 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config, String referrer, IVoiceInteractor voiceInteractor) argument
H A DContextImpl.java1781 IBinder token = getActivityToken();
1782 if (token == null && (flags&BIND_AUTO_CREATE) == 0 && mPackageInfo != null
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java631 mLayout.token = mWindowToken;

Completed in 4031 milliseconds

1234567891011