| /frameworks/base/core/java/android/app/ |
| D | IActivityClientController.aidl | 38 oneway void activityIdle(in IBinder token, in Configuration config, in boolean stopProfiling); in activityIdle() 39 oneway void activityResumed(in IBinder token, in boolean handleSplashScreenExit); in activityResumed() 51 void activityPaused(in IBinder token); in activityPaused() 52 oneway void activityStopped(in IBinder token, in Bundle state, in activityStopped() 54 oneway void activityDestroyed(in IBinder token); in activityDestroyed() 55 oneway void activityRelaunched(in IBinder token); in activityRelaunched() 57 oneway void reportSizeConfigurations(in IBinder token, in reportSizeConfigurations() 59 boolean moveActivityTaskToBack(in IBinder token, boolean nonRoot); in moveActivityTaskToBack() 60 boolean shouldUpRecreateTask(in IBinder token, in String destAffinity); in shouldUpRecreateTask() 61 boolean navigateUpTo(in IBinder token, in Intent target, int resultCode, in navigateUpTo() [all …]
|
| D | ActivityClient.java | 41 public void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { in activityIdle() 50 public void activityResumed(IBinder token, boolean handleSplashScreenExit) { in activityResumed() 71 public void activityPaused(IBinder token) { in activityPaused() 80 public void activityStopped(IBinder token, Bundle state, PersistableBundle persistentState, in activityStopped() 91 public void activityDestroyed(IBinder token) { in activityDestroyed() 100 public void activityRelaunched(IBinder token) { in activityRelaunched() 108 void reportSizeConfigurations(IBinder token, SizeConfigurationBuckets sizeConfigurations) { in reportSizeConfigurations() 116 public boolean moveActivityTaskToBack(IBinder token, boolean nonRoot) { in moveActivityTaskToBack() 124 boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() 132 boolean navigateUpTo(IBinder token, Intent destIntent, int resultCode, in navigateUpTo() [all …]
|
| /frameworks/base/media/java/android/media/tv/ |
| D | ITvRemoteServiceInput.aidl | 25 void openInputBridge(IBinder token, String name, int width, int height, int maxPointers); in openInputBridge() 27 void closeInputBridge(IBinder token); in closeInputBridge() 29 void clearInputBridge(IBinder token); in clearInputBridge() 31 void sendTimestamp(IBinder token, long timestamp); in sendTimestamp() 33 void sendKeyDown(IBinder token, int keyCode); in sendKeyDown() 35 void sendKeyUp(IBinder token, int keyCode); in sendKeyUp() 37 void sendPointerDown(IBinder token, int pointerId, int x, int y); in sendPointerDown() 39 void sendPointerUp(IBinder token, int pointerId); in sendPointerUp() 41 void sendPointerSync(IBinder token); in sendPointerSync() 44 void openGamepadBridge(IBinder token, String name); in openGamepadBridge() [all …]
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | ActivityClientController.java | 119 public void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { in activityIdle() 141 public void activityResumed(IBinder token, boolean handleSplashScreenExit) { in activityResumed() 159 public void activityPaused(IBinder token) { in activityPaused() 173 public void activityStopped(IBinder token, Bundle icicle, PersistableBundle persistentState, in activityStopped() 218 public void activityDestroyed(IBinder token) { in activityDestroyed() 236 public void activityRelaunched(IBinder token) { in activityRelaunched() 248 public void reportSizeConfigurations(IBinder token, in reportSizeConfigurations() 280 public boolean moveActivityTaskToBack(IBinder token, boolean nonRoot) { in moveActivityTaskToBack() 298 public boolean shouldUpRecreateTask(IBinder token, String destAffinity) { in shouldUpRecreateTask() 309 public boolean navigateUpTo(IBinder token, Intent destIntent, int resultCode, in navigateUpTo() [all …]
|
| /frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/ |
| D | TvRemoteProvider.java | 162 public void onInputBridgeConnected(@NonNull IBinder token) { in onInputBridgeConnected() 193 public void openRemoteInputBridge( in openRemoteInputBridge() 237 public void openGamepadBridge(@NonNull IBinder token, @NonNull String name) in openGamepadBridge() 271 public void closeInputBridge(@NonNull IBinder token) throws RuntimeException { in closeInputBridge() 288 public void clearInputBridge(@NonNull IBinder token) throws RuntimeException { in clearInputBridge() 306 public void sendTimestamp(@NonNull IBinder token, long timestamp) throws RuntimeException { in sendTimestamp() 324 public void sendKeyUp(@NonNull IBinder token, int keyCode) throws RuntimeException { in sendKeyUp() 341 public void sendKeyDown(@NonNull IBinder token, int keyCode) throws RuntimeException { in sendKeyDown() 360 public void sendPointerUp(@NonNull IBinder token, int pointerId) throws RuntimeException { in sendPointerUp() 381 public void sendPointerDown(@NonNull IBinder token, int pointerId, int x, int y) in sendPointerDown() [all …]
|
| /frameworks/base/services/core/java/com/android/server/tv/ |
| D | TvRemoteServiceInput.java | 46 public void openInputBridge(IBinder token, String name, int width, in openInputBridge() 91 public void openGamepadBridge(IBinder token, String name) throws RemoteException { in openGamepadBridge() 132 public void closeInputBridge(IBinder token) { in closeInputBridge() 154 public void clearInputBridge(IBinder token) { in clearInputBridge() 176 public void sendTimestamp(IBinder token, long timestamp) { in sendTimestamp() 183 public void sendKeyDown(IBinder token, int keyCode) { in sendKeyDown() 205 public void sendKeyUp(IBinder token, int keyCode) { in sendKeyUp() 227 public void sendPointerDown(IBinder token, int pointerId, int x, int y) { in sendPointerDown() 250 public void sendPointerUp(IBinder token, int pointerId) { in sendPointerUp() 272 public void sendPointerSync(IBinder token) { in sendPointerSync() [all …]
|
| D | UinputBridge.java | 67 public UinputBridge(IBinder token, String name, int width, int height, int maxPointers) in UinputBridge() 87 private UinputBridge(IBinder token, long ptr) { in UinputBridge() 94 public static UinputBridge openGamepad(IBinder token, String name) in openGamepad() 118 public void close(IBinder token) { in close() 134 protected boolean isTokenValid(IBinder token) { in isTokenValid() 138 public void sendKeyDown(IBinder token, int keyCode) { in sendKeyDown() 144 public void sendKeyUp(IBinder token, int keyCode) { in sendKeyUp() 150 public void sendPointerDown(IBinder token, int pointerId, int x, int y) { in sendPointerDown() 156 public void sendPointerUp(IBinder token, int pointerId) { in sendPointerUp() 162 public void sendPointerSync(IBinder token) { in sendPointerSync() [all …]
|
| /frameworks/base/core/jni/ |
| D | android_util_XmlBlock.cpp | 63 jlong token) in android_content_XmlBlock_nativeGetStringBlock() 75 jlong token, jint res_id) in android_content_XmlBlock_nativeCreateParseState() 96 jlong token) in android_content_XmlBlock_nativeNext() 130 jlong token) in android_content_XmlBlock_nativeGetNamespace() 141 jlong token) in android_content_XmlBlock_nativeGetName() 152 jlong token) in android_content_XmlBlock_nativeGetText() 163 jlong token) in android_content_XmlBlock_nativeGetLineNumber() 175 jlong token) in android_content_XmlBlock_nativeGetAttributeCount() 187 jlong token, jint idx) in android_content_XmlBlock_nativeGetAttributeNamespace() 199 jlong token, jint idx) in android_content_XmlBlock_nativeGetAttributeName() [all …]
|
| /frameworks/base/cmds/incident_helper/src/parsers/ |
| D | ProcrankParser.cpp | 69 uint64_t token = proto.start(ProcrankProto::PROCESSES); in Parse() local 80 uint64_t token = proto.start(ProcrankProto::SUMMARY); in Parse() local 83 uint64_t token = proto.start(ProcrankProto::Summary::TOTAL); in Parse() local 90 uint64_t token = proto.start(ProcrankProto::Summary::ZRAM); in Parse() local 95 uint64_t token = proto.start(ProcrankProto::Summary::RAM); in Parse() local
|
| /frameworks/base/core/java/android/service/controls/ |
| D | IControlsSubscriber.aidl | 26 void onSubscribe(in IBinder token, in IControlsSubscription cs); in onSubscribe() 27 void onNext(in IBinder token, in Control c); in onNext() 28 void onError(in IBinder token, in String s); in onError() 29 void onComplete(in IBinder token); in onComplete()
|
| /frameworks/base/telephony/java/android/telephony/mbms/ |
| D | InternalStreamingServiceCallback.java | 42 final long token = Binder.clearCallingIdentity(); in onError() local 61 final long token = Binder.clearCallingIdentity(); in onStreamStateUpdated() local 80 final long token = Binder.clearCallingIdentity(); in onMediaDescriptionUpdated() local 99 final long token = Binder.clearCallingIdentity(); in onBroadcastSignalStrengthUpdated() local 118 final long token = Binder.clearCallingIdentity(); in onStreamMethodUpdated() local
|
| D | InternalGroupCallSessionCallback.java | 42 final long token = Binder.clearCallingIdentity(); in onError() local 61 final long token = Binder.clearCallingIdentity(); in onAvailableSaisUpdated() local 80 final long token = Binder.clearCallingIdentity(); in onServiceInterfaceAvailable() local 99 final long token = Binder.clearCallingIdentity(); in onMiddlewareReady() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/ |
| D | HintManagerServiceTest.java | 117 IBinder token = new Binder(); in testCreateHintSessionInvalidPid() local 128 IBinder token = new Binder(); in testCreateHintSession() local 142 IBinder token = new Binder(); in testPauseResumeHintSession() local 180 IBinder token = new Binder(); in testCloseHintSession() local 192 IBinder token = new Binder(); in testUpdateTargetWorkDuration() local 212 IBinder token = new Binder(); in testReportActualWorkDuration() local 255 IBinder token = new Binder(); in testDoHintInBackground() local 277 IBinder token = new Binder(); in testDoHintInForeground() local
|
| /frameworks/base/core/java/android/hardware/face/ |
| D | IFaceService.aidl | 48 void authenticate(IBinder token, long operationId, int userId, IFaceServiceReceiver receiver, in authenticate() 53 void detectFace(IBinder token, int userId, IFaceServiceReceiver receiver, String opPackageName); in detectFace() 60 …void prepareForAuthentication(int sensorId, boolean requireConfirmation, IBinder token, long opera… in prepareForAuthentication() 68 void cancelAuthentication(IBinder token, String opPackageName); in cancelAuthentication() 71 void cancelFaceDetect(IBinder token, String opPackageName); in cancelFaceDetect() 74 void cancelAuthenticationFromService(int sensorId, IBinder token, String opPackageName); in cancelAuthenticationFromService() 77 …void enroll(int userId, IBinder token, in byte [] hardwareAuthToken, IFaceServiceReceiver receiver, in enroll() 81 …void enrollRemotely(int userId, IBinder token, in byte [] hardwareAuthToken, IFaceServiceReceiver … in enrollRemotely() 85 void cancelEnrollment(IBinder token); in cancelEnrollment() 88 void remove(IBinder token, int faceId, int userId, IFaceServiceReceiver receiver, in remove() [all …]
|
| /frameworks/base/media/java/android/media/midi/ |
| D | IMidiDeviceServer.aidl | 24 FileDescriptor openInputPort(IBinder token, int portNumber); in openInputPort() 25 FileDescriptor openOutputPort(IBinder token, int portNumber); in openOutputPort() 26 void closePort(IBinder token); in closePort() 31 int connectPorts(IBinder token, in FileDescriptor fd, int outputPortNumber); in connectPorts()
|
| /frameworks/base/core/java/android/content/ |
| D | AsyncQueryHandler.java | 72 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/com/android/internal/inputmethod/ |
| D | InputMethodPrivilegedOperationsRegistry.java | 72 public static void put(IBinder token, InputMethodPrivilegedOperations ops) { in put() 97 public static InputMethodPrivilegedOperations get(IBinder token) { in get() 124 public static void remove(IBinder token) { in remove() 144 public static boolean isRegistered(IBinder token) { in isRegistered()
|
| /frameworks/base/core/java/com/android/internal/print/ |
| D | DumpUtils.java | 58 long token = proto.start(idName, id); in writePrinterId() local 76 long token = proto.start(idName, id); in writePrinterCapabilities() local 129 long token = proto.start(idName, id); in writePrinterInfo() local 155 long token = proto.start(idName, id); in writeMediaSize() local 173 long token = proto.start(idName, id); in writeResolution() local 191 long token = proto.start(idName, id); in writeMargins() local 211 long token = proto.start(idName, id); in writePrintAttributes() local 244 long token = proto.start(idName, id); in writePrintDocumentInfo() local 267 long token = proto.start(idName, id); in writePageRange() local 285 long token = proto.start(idName, id); in writePrintJobInfo() local
|
| /frameworks/base/services/usage/java/com/android/server/usage/ |
| D | UsageStatsProto.java | 45 final long token = proto.start(IntervalStatsProto.STRINGPOOL); in readStringPool() local 67 final long token = proto.start(fieldId); in loadUsageStats() local 162 final long token = proto.start(fieldId); in loadCountAndTime() local 210 final long token = proto.start( in loadChooserCounts() local 251 final long token = proto.start(fieldId); in loadConfigStats() local 303 final long token = proto.start(fieldId); in loadEvent() local 314 final long token = proto.start(IntervalStatsProto.STRINGPOOL); in writeStringPool() local 326 final long token = proto.start(fieldId); in writeUsageStats() local 366 final long token = proto.start(fieldId); in writeCountAndTime() local 386 final long token = proto.start(IntervalStatsProto.UsageStats.CHOOSER_ACTIONS); in writeChooserCounts() local [all …]
|
| /frameworks/base/telephony/java/android/telephony/ims/stub/ |
| D | ImsSmsImplBase.java | 160 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms() 183 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() 201 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() 220 public final void onSmsReceived(int token, @SmsMessage.Format String format, byte[] pdu) in onSmsReceived() 255 public final void onSendSmsResultSuccess(int token, in onSendSmsResultSuccess() 289 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult() 322 public final void onSendSmsResultError(int token, in onSendSmsResultError() 357 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() 387 public final void onSmsStatusReportReceived(int token, @SmsMessage.Format String format, in onSmsStatusReportReceived()
|
| /frameworks/base/core/java/android/hardware/devicestate/ |
| D | IDeviceStateManagerCallback.aidl | 41 oneway void onRequestActive(IBinder token); in onRequestActive() 51 oneway void onRequestSuspended(IBinder token); in onRequestSuspended() 62 oneway void onRequestCanceled(IBinder token); in onRequestCanceled()
|
| /frameworks/base/core/java/android/util/imetracing/ |
| D | InputConnectionHelper.java | 67 final long token = proto.start(GET_TEXT_AFTER_CURSOR); in buildGetTextAfterCursorProto() local 94 final long token = proto.start(GET_TEXT_BEFORE_CURSOR); in buildGetTextBeforeCursorProto() local 122 final long token = proto.start(GET_SELECTED_TEXT); in buildGetSelectedTextProto() local 153 final long token = proto.start(GET_SURROUNDING_TEXT); in buildGetSurroundingTextProto() local 187 final long token = proto.start(GET_CURSOR_CAPS_MODE); in buildGetCursorCapsModeProto() local 215 final long token = proto.start(GET_EXTRACTED_TEXT); in buildGetExtractedTextProto() local
|
| /frameworks/base/media/java/android/media/ |
| D | IRingtonePlayer.aidl | 31 … oneway void play(IBinder token, in Uri uri, in AudioAttributes aa, float volume, boolean looping); in play() 32 oneway void playWithVolumeShaping(IBinder token, in Uri uri, in AudioAttributes aa, in playWithVolumeShaping() 34 oneway void stop(IBinder token); in stop() 35 boolean isPlaying(IBinder token); in isPlaying() 36 oneway void setPlaybackProperties(IBinder token, float volume, boolean looping, in setPlaybackProperties()
|
| /frameworks/base/core/java/android/database/sqlite/ |
| D | SQLiteTokenizer.java | 107 final String token = sql.substring(start, end); in tokenize() local 136 final String token; in tokenize() local 165 final String token = sql.substring(quoteStart + 1, quoteEnd); in tokenize() local 214 public static boolean isKeyword(@NonNull String token) { in isKeyword() 263 public static boolean isFunction(@NonNull String token) { in isFunction() 284 public static boolean isType(@NonNull String token) { in isType()
|
| /frameworks/base/core/java/android/app/servertransaction/ |
| D | BaseClientRequest.java | 36 default void preExecute(ClientTransactionHandler client, IBinder token) { in preExecute() 45 void execute(ClientTransactionHandler client, IBinder token, in execute() 54 default void postExecute(ClientTransactionHandler client, IBinder token, in postExecute()
|