Home
last modified time | relevance | path

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

123456

/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp62 jint token) in android_content_XmlBlock_nativeGetStringBlock()
74 jint token) in android_content_XmlBlock_nativeCreateParseState()
94 jint token) in android_content_XmlBlock_nativeNext()
126 jint token) in android_content_XmlBlock_nativeGetNamespace()
137 jint token) in android_content_XmlBlock_nativeGetName()
148 jint token) in android_content_XmlBlock_nativeGetText()
159 jint token) in android_content_XmlBlock_nativeGetLineNumber()
171 jint token) in android_content_XmlBlock_nativeGetAttributeCount()
183 jint token, jint idx) in android_content_XmlBlock_nativeGetAttributeNamespace()
195 jint token, jint idx) in android_content_XmlBlock_nativeGetAttributeName()
[all …]
Dandroid_util_StringBlock.cpp62 jint token) in android_content_StringBlock_nativeGetSize()
74 jint token, jint idx) in android_content_StringBlock_nativeGetString()
98 jint token, jint idx) in android_content_StringBlock_nativeGetStyle()
141 jint token) in android_content_StringBlock_nativeDestroy()
/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/view/
DIWindowManager.aidl72 void pauseKeyDispatching(IBinder token); in pauseKeyDispatching()
73 void resumeKeyDispatching(IBinder token); in resumeKeyDispatching()
75 void addWindowToken(IBinder token, int type); in addWindowToken()
76 void removeWindowToken(IBinder token); in removeWindowToken()
77 void addAppToken(int addPos, int userId, IApplicationToken token, in addAppToken()
79 void setAppGroupId(IBinder token, int groupId); in setAppGroupId()
80 void setAppOrientation(IApplicationToken token, int requestedOrientation); in setAppOrientation()
81 int getAppOrientation(IApplicationToken token); in getAppOrientation()
82 void setFocusedApp(IBinder token, boolean moveFocusNow); in setFocusedApp()
92 void setAppStartingWindow(IBinder token, String pkg, int theme, in setAppStartingWindow()
[all …]
DChoreographer.java272 public void postCallback(int callbackType, Runnable action, Object token) { in postCallback()
291 Runnable action, Object token, long delayMillis) { in postCallbackDelayed()
303 Object action, Object token, long delayMillis) { in postCallbackDelayedInternal()
339 public void removeCallbacks(int callbackType, Runnable action, Object token) { in removeCallbacks()
347 private void removeCallbacksInternal(int callbackType, Object action, Object token) { in removeCallbacksInternal()
603 private CallbackRecord obtainCallbackLocked(long dueTime, Object action, Object token) { in obtainCallbackLocked()
743 public Object token; field in Choreographer.CallbackRecord
781 public void addCallbackLocked(long dueTime, Object action, Object token) { in addCallbackLocked()
803 public void removeCallbacksLocked(Object action, Object token) { in removeCallbacksLocked()
/frameworks/base/core/java/android/os/
DIVibratorService.aidl23 void vibrate(long milliseconds, IBinder token); in vibrate()
24 void vibratePattern(in long[] pattern, int repeat, IBinder token); in vibratePattern()
25 void cancelVibrate(IBinder token); in cancelVibrate()
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()
DIUpdateLock.aidl25 void acquireUpdateLock(IBinder token, String tag); in acquireUpdateLock()
26 void releaseUpdateLock(IBinder token); in releaseUpdateLock()
/frameworks/base/media/java/android/media/
DIRingtonePlayer.aidl27 void play(IBinder token, in Uri uri, int streamType); in play()
28 void stop(IBinder token); in stop()
29 boolean isPlaying(IBinder token); in isPlaying()
/frameworks/base/core/java/android/app/
DIBackupAgent.aidl54 int token, IBackupManager callbackBinder); in doBackup()
80 in ParcelFileDescriptor newState, int token, IBackupManager callbackBinder); in doRestore()
99 void doFullBackup(in ParcelFileDescriptor data, int token, IBackupManager callbackBinder); in doFullBackup()
118 int token, IBackupManager callbackBinder); in doRestoreFile()
DApplicationThreadNative.java204 IBinder token = data.readStrongBinder(); in onTransact() local
213 IBinder token = data.readStrongBinder(); in onTransact() local
222 IBinder token = data.readStrongBinder(); in onTransact() local
231 IBinder token = data.readStrongBinder(); in onTransact() local
248 IBinder token = data.readStrongBinder(); in onTransact() local
612 public final void schedulePauseActivity(IBinder token, boolean finished, in schedulePauseActivity()
625 public final void scheduleStopActivity(IBinder token, boolean showWindow, in scheduleStopActivity()
637 public final void scheduleWindowVisibility(IBinder token, in scheduleWindowVisibility()
648 public final void scheduleSleeping(IBinder token, in scheduleSleeping()
659 public final void scheduleResumeActivity(IBinder token, boolean isForward) in scheduleResumeActivity()
[all …]
DIApplicationThread.java47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, in schedulePauseActivity()
49 void scheduleStopActivity(IBinder token, boolean showWindow, in scheduleStopActivity()
51 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; in scheduleWindowVisibility()
52 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; in scheduleSleeping()
53 void scheduleResumeActivity(IBinder token, boolean isForward) throws RemoteException; in scheduleResumeActivity()
54 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException; in scheduleSendResult()
55 void scheduleLaunchActivity(Intent intent, IBinder token, int ident, in scheduleLaunchActivity()
61 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, in scheduleRelaunchActivity()
64 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException; in scheduleNewIntent()
65 void scheduleDestroyActivity(IBinder token, boolean finished, in scheduleDestroyActivity()
[all …]
DActivityManagerNative.java252 IBinder token = data.readStrongBinder(); in onTransact() local
266 IBinder token = data.readStrongBinder(); in onTransact() local
276 IBinder token = data.readStrongBinder(); in onTransact() local
285 IBinder token = data.readStrongBinder(); in onTransact() local
394 IBinder token = data.readStrongBinder(); in onTransact() local
409 IBinder token = data.readStrongBinder(); in onTransact() local
417 IBinder token = data.readStrongBinder(); in onTransact() local
425 IBinder token = data.readStrongBinder(); in onTransact() local
437 IBinder token = data.readStrongBinder(); in onTransact() local
445 IBinder token = data.readStrongBinder(); in onTransact() local
[all …]
DIActivityManager.java76 public boolean finishActivity(IBinder token, int code, Intent data) in finishActivity()
78 …public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteExcep… in finishSubActivity()
79 public boolean finishActivityAffinity(IBinder token) throws RemoteException; in finishActivityAffinity()
80 public boolean willActivityBeVisible(IBinder token) throws RemoteException; in willActivityBeVisible()
92 public void activityResumed(IBinder token) throws RemoteException; in activityResumed()
93 public void activityIdle(IBinder token, Configuration config, in activityIdle()
95 public void activityPaused(IBinder token) throws RemoteException; in activityPaused()
96 public void activityStopped(IBinder token, Bundle state, in activityStopped()
98 public void activitySlept(IBinder token) throws RemoteException; in activitySlept()
99 public void activityDestroyed(IBinder token) throws RemoteException; in activityDestroyed()
[all …]
DActivityThread.java265 IBinder token; field in ActivityThread.ActivityClientRecord
345 IBinder token; field in ActivityThread.NewIntentData
353 boolean ordered, boolean sticky, IBinder token, int sendingUser) { in ReceiverData()
382 IBinder token; field in ActivityThread.CreateServiceData
394 IBinder token; field in ActivityThread.BindServiceData
403 IBinder token; field in ActivityThread.ServiceArgsData
502 IBinder token; field in ActivityThread.DumpComponentInfo
508 IBinder token; field in ActivityThread.ResultData
556 public final void schedulePauseActivity(IBinder token, boolean finished, in schedulePauseActivity()
565 public final void scheduleStopActivity(IBinder token, boolean showWindow, in scheduleStopActivity()
[all …]
/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/core/java/com/android/internal/view/
DIInputMethodManager.aidl60 void setInputMethod(in IBinder token, String id); in setInputMethod()
61 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); in setInputMethodAndSubtype()
62 void hideMySoftInput(in IBinder token, int flags); in hideMySoftInput()
63 void showMySoftInput(in IBinder token, int flags); in showMySoftInput()
64 void updateStatusIcon(in IBinder token, String packageName, int iconId); in updateStatusIcon()
65 void setImeWindowStatus(in IBinder token, int vis, int backDisposition); in setImeWindowStatus()
70 boolean switchToLastInputMethod(in IBinder token); in switchToLastInputMethod()
71 boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme); in switchToNextInputMethod()
/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()
DIBackupManager.aidl71 void restoreAtInstall(String packageName, int token); in restoreAtInstall()
192 void acknowledgeFullBackupOrRestore(int token, boolean allow, in acknowledgeFullBackupOrRestore()
270 void opComplete(int token); in opComplete()
/frameworks/base/services/java/com/android/server/
DVibratorService.java79 Vibration(IBinder token, long millis, int uid) { in Vibration()
83 Vibration(IBinder token, long[] pattern, int repeat, int uid) { in Vibration()
87 private Vibration(IBinder token, long millis, long[] pattern, in Vibration()
167 public void vibrate(long milliseconds, IBinder token) { in vibrate()
202 public void vibratePattern(long[] pattern, int repeat, IBinder token) { in vibratePattern()
253 public void cancelVibrate(IBinder token) { in cancelVibrate()
320 private Vibration removeVibrationLocked(IBinder token) { in removeVibrationLocked()
DUpdateLockService.java89 public void acquireUpdateLock(IBinder token, String tag) throws RemoteException { in acquireUpdateLock()
99 public void releaseUpdateLock(IBinder token) throws RemoteException { in releaseUpdateLock()
/frameworks/base/services/java/com/android/server/am/
DContentProviderRecord.java92 public void addExternalProcessHandleLocked(IBinder token) { in addExternalProcessHandleLocked()
108 public boolean removeExternalProcessHandleLocked(IBinder token) { in removeExternalProcessHandleLocked()
130 private void removeExternalProcessHandleInternalLocked(IBinder token) { in removeExternalProcessHandleInternalLocked()
229 public ExternalProcessHandle(IBinder token) { in ExternalProcessHandle()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java67 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
201 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
309 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery()
339 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
427 public void addQueryListener(int token, OnQueryCompleteListener listener, Object cookie) { in addQueryListener()
/frameworks/base/services/java/com/android/server/dreams/
DDreamController.java97 public void startDream(Binder token, ComponentName name, boolean isTest, int userId) { in startDream()
209 void onDreamStopped(Binder token); in onDreamStopped()
223 public DreamRecord(Binder token, ComponentName name, in DreamRecord()
/frameworks/base/libs/androidfw/
DVirtualKeyMap.cpp105 String8 token = mTokenizer->nextToken(WHITESPACE_OR_FIELD_DELIMITER); in parse() local
161 String8 token = mTokenizer->nextToken(WHITESPACE_OR_FIELD_DELIMITER); in parseNextIntField() local

123456