Searched refs:token (Results 51 - 75 of 289) sorted by relevance

1234567891011>>

/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp106 String8 token = mTokenizer->nextToken(WHITESPACE_OR_FIELD_DELIMITER); local
107 if (token != "0x01") {
162 String8 token = mTokenizer->nextToken(WHITESPACE_OR_FIELD_DELIMITER); local
164 *outValue = strtol(token.string(), &end, 0);
165 if (token.isEmpty() || *end != '\0') {
166 ALOGE("Expected an integer, got '%s'.", token.string());
/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp98 InputToken* token = llvm::cast<InputToken>(*it); local
99 if (token->asNeeded())
104 switch (token->type()) {
111 (token->name().size() > 0 && token->name()[0] == '/')) {
113 path.append(token->name());
116 path.assign(token->name());
120 script.directories().find(token->name(), Input::Script);
141 path = script.directories().find(token->name(), Input::Archive);
145 path = script.directories().find(token
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java41 IVirtualDisplayCallback token, Surface surface) {
44 mToken = token;
109 return "VirtualDisplay{display=" + mDisplay + ", token=" + mToken
40 VirtualDisplay(DisplayManagerGlobal global, Display display, IVirtualDisplayCallback token, Surface surface) argument
/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintDaemon.aidl28 int enroll(in byte [] token, int groupId, int timeout);
/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl30 oneway void onConfigure(in List<PersistableBundle> options, IBinder token);
/frameworks/base/core/jni/
H A Dandroid_util_StringBlock.cpp63 jlong token)
65 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
75 jlong token, jint idx)
77 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
99 jlong token, jint idx)
101 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
142 jlong token)
144 ResStringPool* osb = reinterpret_cast<ResStringPool*>(token);
62 android_content_StringBlock_nativeGetSize(JNIEnv* env, jobject clazz, jlong token) argument
74 android_content_StringBlock_nativeGetString(JNIEnv* env, jobject clazz, jlong token, jint idx) argument
98 android_content_StringBlock_nativeGetStyle(JNIEnv* env, jobject clazz, jlong token, jint idx) argument
141 android_content_StringBlock_nativeDestroy(JNIEnv* env, jobject clazz, jlong token) argument
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java176 final IBinder token = mEnrollClient.token;
178 stopEnrollment(token, false);
181 final IBinder token = mAuthClient.token;
183 stopAuthentication(token, false);
192 final IBinder token = mAuthClient.token;
194 stopAuthentication(token, false);
278 void startEnrollment(IBinder token, byt argument
298 startPreEnroll(IBinder token) argument
312 startPostEnroll(IBinder token) argument
342 stopEnrollment(IBinder token, boolean initiatedByClient) argument
364 startAuthentication(IBinder token, long opId, int groupId, IFingerprintServiceReceiver receiver, int flags, boolean restricted) argument
397 stopAuthentication(IBinder token, boolean initiatedByClient) argument
419 startRemove(IBinder token, int fingerId, int userId, IFingerprintServiceReceiver receiver, boolean restricted) argument
490 IBinder token; field in class:FingerprintService.ClientMonitor
495 ClientMonitor(IBinder token, IFingerprintServiceReceiver receiver, int userId, boolean restricted) argument
675 preEnroll(IBinder token) argument
681 postEnroll(IBinder token) argument
687 enroll(final IBinder token, final byte[] cryptoToken, final int groupId, final IFingerprintServiceReceiver receiver, final int flags) argument
721 cancelEnrollment(final IBinder token) argument
732 authenticate(final IBinder token, final long opId, final int groupId, final IFingerprintServiceReceiver receiver, final int flags, final String opPackageName) argument
758 cancelAuthentication(final IBinder token, String opPackageName) argument
771 remove(final IBinder token, final int fingerId, final int groupId, final IFingerprintServiceReceiver receiver) argument
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp61 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
65 IPCThreadState::self()->restoreCallingIdentity(token);
90 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
92 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/base/core/java/android/view/
H A DInputEvent.java228 int token = in.readInt();
229 if (token == PARCEL_TOKEN_KEY_EVENT) {
231 } else if (token == PARCEL_TOKEN_MOTION_EVENT) {
234 throw new IllegalStateException("Unexpected input event type token in parcel.");
H A DInputQueue.java91 public void sendInputEvent(InputEvent e, Object token, boolean predispatch, argument
93 ActiveInputEvent event = obtainActiveInputEvent(token, callback);
113 private ActiveInputEvent obtainActiveInputEvent(Object token, argument
119 e.mToken = token;
159 void onFinishedInputEvent(Object token, boolean handled); argument
H A DWindowInfo.java42 public IBinder token; field in class:WindowInfo
64 window.token = other.token;
94 parcel.writeStrongBinder(token);
113 builder.append(", token=").append(token);
125 token = parcel.readStrongBinder();
142 token = null;
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java121 Binder token; field in class:NfcActivityManager.NfcActivityState
132 this.token = new Binder();
145 token = null;
207 Binder token;
213 token = state.token;
217 setReaderMode(token, flags, extras);
223 Binder token;
229 token = state.token;
238 setReaderMode(Binder token, int flags, Bundle extras) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java69 public void onQueryComplete(int token, Object cookie, CallerInfo ci); argument
185 if (DBG) Rlog.d(LOG_TAG, "Processing event: " + cw.event + " token (arg1): " + msg.arg1 +
201 // passing the original token value back to the caller
241 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
242 if (DBG) Rlog.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token);
266 // check the token and if needed, create the callerinfo object.
326 if (DBG) Rlog.d(LOG_TAG, "constructing CallerInfo object for token: " + token);
331 startQuery(token, endMarke
357 startQuery(int token, Context context, Uri contactRef, OnQueryCompleteListener listener, Object cookie) argument
387 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie) argument
405 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie, int subId) argument
458 addQueryListener(int token, OnQueryCompleteListener listener, Object cookie) argument
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java47 public void newSession(IBinder token, Bundle args, int startFlags) {
49 startFlags, token, args));
117 void doNewSession(IBinder token, Bundle args, int startFlags) { argument
124 mSystemService.deliverNewSession(token, mSession.mSession, mSession.mInteractor);
125 mSession.doCreate(mSystemService, token);
/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java91 public void addExternalProcessHandleLocked(IBinder token) { argument
92 if (token == null) {
98 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token);
100 handle = new ExternalProcessHandle(token);
101 externalProcessTokenToHandle.put(token, handle);
107 public boolean removeExternalProcessHandleLocked(IBinder token) { argument
111 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token);
116 removeExternalProcessHandleInternalLocked(token);
129 private void removeExternalProcessHandleInternalLocked(IBinder token) { argument
130 ExternalProcessHandle handle = externalProcessTokenToHandle.get(token);
240 ExternalProcessHandle(IBinder token) argument
[all...]
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java82 IBinder token; field in class:StatusBarManagerService.DisableRecord
86 disableForUser(0, token, pkg, userId);
87 disable2ForUser(0, token, pkg, userId);
88 token.unlinkToDeath(this, 0);
221 public void disable(int what, IBinder token, String pkg) { argument
222 disableForUser(what, token, pkg, mCurrentUserId);
226 public void disableForUser(int what, IBinder token, String pkg, int userId) { argument
230 disableLocked(userId, what, token, pkg, 1);
241 public void disable2(int what, IBinder token, String pkg) { argument
242 disableForUser(what, token, pk
252 disable2ForUser(int what, IBinder token, String pkg, int userId) argument
260 disableLocked(int userId, int what, IBinder token, String pkg, int whichFlag) argument
389 setImeWindowStatus(final IBinder token, final int vis, final int backDisposition, final boolean showImeSwitcher) argument
727 manageDisableListLocked(int userId, int what, IBinder token, String pkg, int which) argument
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl32 void disable(int what, IBinder token, String pkg);
33 void disableForUser(int what, IBinder token, String pkg, int userId);
34 void disable2(int what, IBinder token, String pkg);
35 void disable2ForUser(int what, IBinder token, String pkg, int userId);
40 void setImeWindowStatus(in IBinder token, int vis, int backDisposition,
/frameworks/native/libs/binder/
H A DIAppOpsService.cpp63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
67 data.writeStrongBinder(token);
77 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, argument
81 data.writeStrongBinder(token);
158 sp<IBinder> token = data.readStrongBinder(); local
162 int32_t res = startOperation(token, code, uid, packageName);
169 sp<IBinder> token = data.readStrongBinder(); local
173 finishOperation(token, code, uid, packageName);
196 sp<IBinder> token = getToken(clientToken); local
198 reply->writeStrongBinder(token);
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.java96 public boolean finishActivity(IBinder token, int code, Intent data, boolean finishTask) argument
98 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
99 public boolean finishActivityAffinity(IBinder token) throws RemoteException; argument
101 public boolean releaseActivityInstance(IBinder token) throws RemoteException; argument
103 public boolean willActivityBeVisible(IBinder token) throws RemoteException; argument
116 public void activityResumed(IBinder token) throws RemoteException; argument
117 public void activityIdle(IBinder token, Configuration config, argument
119 public void activityPaused(IBinder token) throws RemoteException; argument
120 public void activityStopped(IBinder token, Bundle state, argument
122 public void activitySlept(IBinder token) throw argument
123 activityDestroyed(IBinder token) argument
124 getCallingPackage(IBinder token) argument
125 getCallingActivity(IBinder token) argument
138 moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
148 getTaskForActivity(IBinder token, boolean onlyRoot) argument
151 getContentProviderExternal(String name, int userId, IBinder token) argument
154 removeContentProviderExternal(String name, IBinder token) argument
167 stopServiceToken(ComponentName className, IBinder token, int startId) argument
169 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean keepNotification) argument
171 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
175 publishService(IBinder token, Intent intent, IBinder service) argument
177 unbindFinished(IBinder token, Intent service, boolean doRebind) argument
180 serviceDoneExecuting(IBinder token, int type, int startId, int res) argument
201 setRequestedOrientation(IBinder token, int requestedOrientation) argument
203 getRequestedOrientation(IBinder token) argument
205 getActivityClassForToken(IBinder token) argument
206 getPackageForToken(IBinder token) argument
208 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
224 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
329 overridePendingTransition(IBinder token, String packageName, int enterAnim, int exitAnim) argument
338 convertFromTranslucent(IBinder token) argument
339 convertToTranslucent(IBinder token, ActivityOptions options) argument
340 notifyActivityDrawn(IBinder token) argument
341 getActivityOptions(IBinder token) argument
345 setImmersive(IBinder token, boolean immersive) argument
346 isImmersive(IBinder token) argument
348 isTopOfTask(IBinder token) argument
416 shouldUpRecreateTask(IBinder token, String destAffinity) argument
419 navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
440 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
448 showAssistFromActivity(IBinder token, Bundle args) argument
454 reportActivityFullyDrawn(IBinder token) argument
473 startLockTaskMode(IBinder token) argument
483 showLockTaskEscapeMessage(IBinder token) argument
485 setTaskDescription(IBinder token, ActivityManager.TaskDescription values) argument
494 requestVisibleBehind(IBinder token, boolean visible) argument
495 isBackgroundVisibleBehind(IBinder token) argument
496 backgroundResourcesReleased(IBinder token) argument
498 notifyLaunchTaskBehindComplete(IBinder token) argument
499 notifyEnterAnimationComplete(IBinder token) argument
518 isRootVoiceInteraction(IBinder token) argument
[all...]
H A DApplicationThreadNative.java224 IBinder token = data.readStrongBinder();
228 scheduleCreateService(token, info, compatInfo, processState);
234 IBinder token = data.readStrongBinder();
238 scheduleBindService(token, intent, rebind, processState);
244 IBinder token = data.readStrongBinder();
246 scheduleUnbindService(token, intent);
253 IBinder token = data.readStrongBinder();
263 scheduleServiceArgs(token, taskRemoved, startId, fl, args);
270 IBinder token = data.readStrongBinder();
271 scheduleStopService(token);
718 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
732 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
744 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
755 scheduleSleeping(IBinder token, boolean sleeping) argument
766 scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) argument
780 scheduleSendResult(IBinder token, List<ResultInfo> results) argument
791 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
831 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig) argument
854 scheduleNewIntent(List<ReferrerIntent> intents, IBinder token) argument
865 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
919 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
937 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
950 scheduleUnbindService(IBinder token, Intent intent) argument
961 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags, Intent args) argument
980 scheduleStopService(IBinder token) argument
1092 dumpService(FileDescriptor fd, IBinder token, String[] args) argument
1103 dumpProvider(FileDescriptor fd, IBinder token, String[] args) argument
1143 scheduleActivityConfigurationChanged( IBinder token, Configuration overrideConfig) argument
1222 dumpActivity(FileDescriptor fd, IBinder token, String prefix, String[] args) argument
1319 scheduleTranslucentConversionComplete(IBinder token, boolean timeout) argument
1331 scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
1370 scheduleCancelVisibleBehind(IBinder token) argument
1379 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) argument
1391 scheduleEnterAnimationComplete(IBinder token) argument
[all...]
/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl71 void restoreAtInstall(String packageName, int token);
192 * UI calls back into the Backup Manager to confirm, passing the correct token. At
203 void acknowledgeFullBackupOrRestore(int token, boolean allow,
287 * corresponding to the given token.
289 * @param token The transaction token passed to the BackupAgent method being
296 void opComplete(int token, long result);
325 * @return The dataset token from which a restore should be attempted, or zero if
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java34 // The actual token.
35 final IBinder token; field in class:WindowToken
37 // The type of window this token is for, as per WindowManager.LayoutParams.
40 // Set if this token was explicitly added by a client, so should
50 // All of the windows associated with this token.
53 // Is key dispatching paused for this token?
56 // Should this token's windows be hidden?
62 // Set to true when this token is in a pending transaction where it
66 // Set to true when this token is in a pending transaction where its
72 token
[all...]
/frameworks/base/tools/aapt2/
H A DUtil.h220 BasicStringPiece<Char> token; member in class:Tokenizer::iterator
239 const Char* start = token.end();
242 token.assign(token.end(), 0);
250 token.assign(start, current - start);
255 token.assign(start, end - start);
261 return token;
268 return token.begin() == rhs.token.begin() && token
[all...]
/frameworks/webview/chromium/tools/
H A Dmemreport.py90 for token in line.split(' '):
91 if (key+'=') in token:
92 field = token.split('=')[1]
/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl64 void vibrate(int deviceId, in long[] pattern, int repeat, IBinder token);
65 void cancelVibrate(int deviceId, IBinder token);

Completed in 625 milliseconds

1234567891011>>