Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 206) sorted by relevance

123456789

/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp63 jlong token) in android_content_XmlBlock_nativeGetStringBlock()
75 jlong token) in android_content_XmlBlock_nativeCreateParseState()
95 jlong token) in android_content_XmlBlock_nativeNext()
129 jlong token) in android_content_XmlBlock_nativeGetNamespace()
140 jlong token) in android_content_XmlBlock_nativeGetName()
151 jlong token) in android_content_XmlBlock_nativeGetText()
162 jlong token) in android_content_XmlBlock_nativeGetLineNumber()
174 jlong token) in android_content_XmlBlock_nativeGetAttributeCount()
186 jlong token, jint idx) in android_content_XmlBlock_nativeGetAttributeNamespace()
198 jlong token, jint idx) in android_content_XmlBlock_nativeGetAttributeName()
[all …]
Dandroid_util_StringBlock.cpp63 jlong token) in android_content_StringBlock_nativeGetSize()
75 jlong token, jint idx) in android_content_StringBlock_nativeGetString()
99 jlong token, jint idx) in android_content_StringBlock_nativeGetStyle()
142 jlong token) in android_content_StringBlock_nativeDestroy()
/frameworks/base/core/java/android/service/fingerprint/
DIFingerprintService.aidl27 void enroll(IBinder token, long timeout, int userId); in enroll()
30 void enrollCancel(IBinder token, int userId); in enrollCancel()
33 void remove(IBinder token, int fingerprintId, int userId); in remove()
37 void startListening(IBinder token, IFingerprintServiceReceiver receiver, int userId); in startListening()
40 void stopListening(IBinder token, int userId); in stopListening()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java89 WeakReference<IBinder> token; field in FingerprintService.TokenWatcher
91 TokenWatcher(IBinder token) { in TokenWatcher()
216 void startEnroll(IBinder token, long timeout, int userId) { in startEnroll()
227 void startEnrollCancel(IBinder token, int userId) { in startEnrollCancel()
239 void startRemove(IBinder token, int fingerId, int userId) { in startRemove()
254 void addListener(IBinder token, IFingerprintServiceReceiver receiver, int userId) { in addListener()
273 void removeListener(IBinder token, int userId) { in removeListener()
291 public void enroll(IBinder token, long timeout, int userId) { in enroll()
297 public void enrollCancel(IBinder token,int userId) { in enrollCancel()
303 public void remove(IBinder token, int fingerprintId, int userId) { in remove()
[all …]
/frameworks/base/core/java/android/content/
DAsyncQueryHandler.java72 int token = msg.what; in handleMessage() local
164 public void startQuery(int token, Object cookie, Uri uri, in startQuery()
193 public final void cancelOperation(int token) { in cancelOperation()
207 public final void startInsert(int token, Object cookie, Uri uri, in startInsert()
233 public final void startUpdate(int token, Object cookie, Uri uri, in startUpdate()
261 public final void startDelete(int token, Object cookie, Uri uri, in startDelete()
286 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
299 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
312 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
325 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
[all …]
/frameworks/base/core/java/android/app/
DIBackupAgent.aidl54 int token, IBackupManager callbackBinder); in doBackup()
81 int token, IBackupManager callbackBinder); in doRestore()
100 void doFullBackup(in ParcelFileDescriptor data, int token, IBackupManager callbackBinder); in doFullBackup()
125 int token, IBackupManager callbackBinder); in doRestoreFile()
140 void doRestoreFinished(int token, IBackupManager callbackBinder); in doRestoreFinished()
DApplicationThreadNative.java216 IBinder token = data.readStrongBinder(); in onTransact() local
226 IBinder token = data.readStrongBinder(); in onTransact() local
236 IBinder token = data.readStrongBinder(); in onTransact() local
245 IBinder token = data.readStrongBinder(); in onTransact() local
262 IBinder token = data.readStrongBinder(); in onTransact() local
602 IBinder token = data.readStrongBinder(); in onTransact() local
612 IBinder token = data.readStrongBinder(); in onTransact() local
649 IBinder token = data.readStrongBinder(); in onTransact() local
658 IBinder token = data.readStrongBinder(); in onTransact() local
668 IBinder token = data.readStrongBinder(); in onTransact() local
[all …]
DIApplicationThread.java52 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, in schedulePauseActivity()
54 void scheduleStopActivity(IBinder token, boolean showWindow, in scheduleStopActivity()
56 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; in scheduleWindowVisibility()
57 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; in scheduleSleeping()
58 void scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) in scheduleResumeActivity()
60 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException; in scheduleSendResult()
61 void scheduleLaunchActivity(Intent intent, IBinder token, int ident, in scheduleLaunchActivity()
67 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, in scheduleRelaunchActivity()
70 void scheduleNewIntent(List<ReferrerIntent> intent, IBinder token) throws RemoteException; in scheduleNewIntent()
71 void scheduleDestroyActivity(IBinder token, boolean finished, in scheduleDestroyActivity()
[all …]
DINotificationManager.aidl62 …void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id… in cancelNotificationFromListener()
63 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener()
65 …ParceledListSlice getActiveNotificationsFromListener(in INotificationListener token, in String[] k… in getActiveNotificationsFromListener()
66 void requestHintsFromListener(in INotificationListener token, int hints); in requestHintsFromListener()
67 int getHintsFromListener(in INotificationListener token); in getHintsFromListener()
68 …void requestInterruptionFilterFromListener(in INotificationListener token, int interruptionFilter); in requestInterruptionFilterFromListener()
69 int getInterruptionFilterFromListener(in INotificationListener token); in getInterruptionFilterFromListener()
70 void setOnNotificationPostedTrimFromListener(in INotificationListener token, int trim); in setOnNotificationPostedTrimFromListener()
DActivityManagerNative.java318 IBinder token = data.readStrongBinder(); in onTransact() local
333 IBinder token = data.readStrongBinder(); in onTransact() local
343 IBinder token = data.readStrongBinder(); in onTransact() local
361 IBinder token = data.readStrongBinder(); in onTransact() local
378 IBinder token = data.readStrongBinder(); in onTransact() local
488 IBinder token = data.readStrongBinder(); in onTransact() local
503 IBinder token = data.readStrongBinder(); in onTransact() local
511 IBinder token = data.readStrongBinder(); in onTransact() local
519 IBinder token = data.readStrongBinder(); in onTransact() local
530 IBinder token = data.readStrongBinder(); in onTransact() local
[all …]
DIActivityManager.java92 public boolean finishActivity(IBinder token, int code, Intent data, boolean finishTask) in finishActivity()
94 …public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteExcep… in finishSubActivity()
95 public boolean finishActivityAffinity(IBinder token) throws RemoteException; in finishActivityAffinity()
97 public boolean releaseActivityInstance(IBinder token) throws RemoteException; in releaseActivityInstance()
99 public boolean willActivityBeVisible(IBinder token) throws RemoteException; in willActivityBeVisible()
111 public void activityResumed(IBinder token) throws RemoteException; in activityResumed()
112 public void activityIdle(IBinder token, Configuration config, in activityIdle()
114 public void activityPaused(IBinder token) throws RemoteException; in activityPaused()
115 public void activityStopped(IBinder token, Bundle state, in activityStopped()
117 public void activitySlept(IBinder token) throws RemoteException; in activitySlept()
[all …]
/frameworks/base/core/java/android/view/
DIWindowManager.aidl76 void pauseKeyDispatching(IBinder token); in pauseKeyDispatching()
77 void resumeKeyDispatching(IBinder token); in resumeKeyDispatching()
79 void addWindowToken(IBinder token, int type); in addWindowToken()
80 void removeWindowToken(IBinder token); in removeWindowToken()
81 void addAppToken(int addPos, IApplicationToken token, int groupId, int stackId, in addAppToken()
84 void setAppGroupId(IBinder token, int groupId); in setAppGroupId()
85 void setAppOrientation(IApplicationToken token, int requestedOrientation); in setAppOrientation()
86 int getAppOrientation(IApplicationToken token); in getAppOrientation()
87 void setFocusedApp(IBinder token, boolean moveFocusNow); in setFocusedApp()
101 void setAppStartingWindow(IBinder token, String pkg, int theme, in setAppStartingWindow()
[all …]
DDisplayAdjustments.java36 public DisplayAdjustments(IBinder token) { in DisplayAdjustments()
44 public DisplayAdjustments(CompatibilityInfo compatInfo, IBinder token) { in DisplayAdjustments()
66 public void setActivityToken(IBinder token) { in setActivityToken()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl64 void setInputMethod(in IBinder token, String id); in setInputMethod()
65 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype()
66 void hideMySoftInput(in IBinder token, int flags); in hideMySoftInput()
67 void showMySoftInput(in IBinder token, int flags); in showMySoftInput()
68 void updateStatusIcon(in IBinder token, String packageName, int iconId); in updateStatusIcon()
69 void setImeWindowStatus(in IBinder token, int vis, int backDisposition); in setImeWindowStatus()
74 boolean switchToLastInputMethod(in IBinder token); in switchToLastInputMethod()
75 boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme); in switchToNextInputMethod()
76 boolean shouldOfferSwitchingToNextInputMethod(in IBinder token); in shouldOfferSwitchingToNextInputMethod()
/frameworks/native/opengl/libagl/
DTokenizer.cpp50 uint32_t token = run.first + run.length; in acquire() local
60 status_t Tokenizer::reserve(uint32_t token) in reserve()
71 status_t Tokenizer::release(uint32_t token) in release()
102 ssize_t Tokenizer::_indexOrderOf(uint32_t token, size_t* order) const in _indexOrderOf()
129 ssize_t Tokenizer::_insertTokenAt(uint32_t token, size_t index) in _insertTokenAt()
/frameworks/base/media/java/android/media/
DIRingtonePlayer.aidl28 void play(IBinder token, in Uri uri, in AudioAttributes aa); in play()
29 void stop(IBinder token); in stop()
30 boolean isPlaying(IBinder token); in isPlaying()
/frameworks/base/core/java/android/os/
DTokenWatcher.java68 public void acquire(IBinder token, String tag) in acquire()
90 public void cleanup(IBinder token, boolean unlink) in cleanup()
106 public void release(IBinder token) in release()
182 IBinder token; field in TokenWatcher.Death
185 Death(IBinder token, String tag) in Death()
DIVibratorService.aidl23 void vibrate(int uid, String opPkg, long milliseconds, int usageHint, IBinder token); in vibrate()
24 …vibratePattern(int uid, String opPkg, in long[] pattern, int repeat, int usageHint, IBinder token); in vibratePattern()
25 void cancelVibrate(IBinder token); in cancelVibrate()
DIUpdateLock.aidl25 void acquireUpdateLock(IBinder token, String tag); in acquireUpdateLock()
26 void releaseUpdateLock(IBinder token); in releaseUpdateLock()
/frameworks/base/core/java/android/content/pm/
DKeySet.java31 private IBinder token; field in KeySet
34 public KeySet(IBinder token) { in KeySet()
90 IBinder token = in.readStrongBinder(); in readFromParcel() local
/frameworks/base/core/java/android/service/dreams/
DIDreamManager.aidl33 void finishSelf(in IBinder token, boolean immediate); in finishSelf()
34 void startDozing(in IBinder token, int screenState, int screenBrightness); in startDozing()
35 void stopDozing(in IBinder token); in stopDozing()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java70 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
242 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
358 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery()
388 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
406 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
459 public void addQueryListener(int token, OnQueryCompleteListener listener, Object cookie) { in addQueryListener()
/frameworks/native/libs/binder/
DIAppOpsService.cpp63 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in startOperation()
77 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in finishOperation()
147 sp<IBinder> token = data.readStrongBinder(); in onTransact() local
158 sp<IBinder> token = data.readStrongBinder(); in onTransact() local
185 sp<IBinder> token = getToken(clientToken); in onTransact() local
/frameworks/base/core/java/android/app/backup/
DIRestoreSession.aidl52 int restoreAll(long token, IRestoreObserver observer); in restoreAll()
71 int restoreSome(long token, IRestoreObserver observer, in String[] packages); in restoreSome()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java156 final IBinder token = callback.asBinder(); in linkDeathRecipientLocked() local
165 final IBinder token = callback.asBinder(); in unlinkDeathRecipientLocked() local
180 private boolean isValidMediaProjection(IBinder token) { in isValidMediaProjection()
214 long token = Binder.clearCallingIdentity(); in hasProjectionPermission() local
266 final long token = Binder.clearCallingIdentity(); in getActiveProjectionInfo() local
281 final long token = Binder.clearCallingIdentity(); in stopActiveProjection() local
299 final long token = Binder.clearCallingIdentity(); in addCallback() local
314 final long token = Binder.clearCallingIdentity(); in removeCallback() local
332 final long token = Binder.clearCallingIdentity(); in dump() local

123456789