/aosp14/frameworks/base/core/java/android/app/ |
H A D | IActivityClientController.aidl | 42 oneway void activityRefreshed(in IBinder token); in activityRefreshed() 54 void activityPaused(in IBinder token); in activityPaused() 57 oneway void activityDestroyed(in IBinder token); in activityDestroyed() 59 oneway void activityRelaunched(in IBinder token); in activityRelaunched() 79 boolean isTopOfTask(in IBinder token); in isTopOfTask() 80 boolean willActivityBeVisible(in IBinder token); in willActivityBeVisible() 88 IBinder getActivityTokenBelow(IBinder token); in getActivityTokenBelow() 90 String getCallingPackage(in IBinder token); in getCallingPackage() 91 int getLaunchedFromUid(in IBinder token); in getLaunchedFromUid() 95 int getRequestedOrientation(in IBinder token); in getRequestedOrientation() [all …]
|
H A D | ActivityClient.java | 63 public void activityRefreshed(IBinder token) { in activityRefreshed() 84 public void activityPaused(IBinder token) { in activityPaused() 104 public void activityDestroyed(IBinder token) { in activityDestroyed() 122 public void activityRelaunched(IBinder token) { in activityRelaunched() 207 public boolean isTopOfTask(IBinder token) { in isTopOfTask() 215 boolean willActivityBeVisible(IBinder token) { in willActivityBeVisible() 223 public int getDisplayId(IBinder token) { in getDisplayId() 273 String getCallingPackage(IBinder token) { in getCallingPackage() 305 int getRequestedOrientation(IBinder token) { in getRequestedOrientation() 337 boolean isImmersive(IBinder token) { in isImmersive() [all …]
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | ITvRemoteServiceInput.aidl | 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() 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() 45 void sendGamepadKeyDown(IBinder token, int keyCode); in sendGamepadKeyDown() 46 void sendGamepadKeyUp(IBinder token, int keyCode); in sendGamepadKeyUp() [all …]
|
/aosp14/frameworks/base/core/java/android/companion/virtual/ |
H A D | IVirtualDevice.aidl | 84 void createVirtualDpad(in VirtualDpadConfig config, IBinder token); in createVirtualDpad() 96 void createVirtualMouse(in VirtualMouseConfig config, IBinder token); in createVirtualMouse() 115 void unregisterInputDevice(IBinder token); in unregisterInputDevice() 121 int getInputDeviceId(IBinder token); in getInputDeviceId() 127 boolean sendDpadKeyEvent(IBinder token, in VirtualKeyEvent event); in sendDpadKeyEvent() 133 boolean sendKeyEvent(IBinder token, in VirtualKeyEvent event); in sendKeyEvent() 139 boolean sendButtonEvent(IBinder token, in VirtualMouseButtonEvent event); in sendButtonEvent() 151 boolean sendScrollEvent(IBinder token, in VirtualMouseScrollEvent event); in sendScrollEvent() 157 boolean sendTouchEvent(IBinder token, in VirtualTouchEvent event); in sendTouchEvent() 169 boolean sendSensorEvent(IBinder token, in VirtualSensorEvent event); in sendSensorEvent() [all …]
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_XmlBlock.cpp | 66 jlong token) in android_content_XmlBlock_nativeGetStringBlock() 165 CRITICAL_JNI_PARAMS_COMMA jlong token) { in android_content_XmlBlock_nativeGetAttributeCount() 175 CRITICAL_JNI_PARAMS_COMMA jlong token, jint idx) { in android_content_XmlBlock_nativeGetAttributeNamespace() 195 CRITICAL_JNI_PARAMS_COMMA jlong token, jint idx) { in android_content_XmlBlock_nativeGetAttributeResource() 205 CRITICAL_JNI_PARAMS_COMMA jlong token, jint idx) { in android_content_XmlBlock_nativeGetAttributeDataType() 225 CRITICAL_JNI_PARAMS_COMMA jlong token, jint idx) { in android_content_XmlBlock_nativeGetAttributeStringValue() 235 jlong token, in android_content_XmlBlock_nativeGetAttributeIndex() 276 CRITICAL_JNI_PARAMS_COMMA jlong token) { in android_content_XmlBlock_nativeGetClassAttribute() 287 CRITICAL_JNI_PARAMS_COMMA jlong token) { in android_content_XmlBlock_nativeGetStyleAttribute() 318 jlong token) in android_content_XmlBlock_nativeDestroyParseState() [all …]
|
/aosp14/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/ |
H A 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() 381 public void sendPointerDown(@NonNull IBinder token, int pointerId, int x, int y) in sendPointerDown() 399 public void sendPointerSync(@NonNull IBinder token) throws RuntimeException { in sendPointerSync() 428 public void sendGamepadKeyDown(@NonNull IBinder token, @GamepadKeyCode int keyCode) in sendGamepadKeyDown() 451 public void sendGamepadKeyUp(@NonNull IBinder token, @GamepadKeyCode int keyCode) in sendGamepadKeyUp() 482 public void sendGamepadAxisValue( in sendGamepadAxisValue() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityClientController.java | 192 public void activityRefreshed(IBinder token) { in activityRefreshed() 210 public void activityPaused(IBinder token) { in activityPaused() 274 public void activityDestroyed(IBinder token) { in activityDestroyed() 292 public void activityLocalRelaunch(IBinder token) { in activityLocalRelaunch() 304 public void activityRelaunched(IBinder token) { in activityRelaunched() 316 public void reportSizeConfigurations(IBinder token, in reportSizeConfigurations() 588 public boolean isTopOfTask(IBinder token) { in isTopOfTask() 670 public String getCallingPackage(IBinder token) { in getCallingPackage() 683 public int getLaunchedFromUid(IBinder token) { in getLaunchedFromUid() 841 public boolean isImmersive(IBinder token) { in isImmersive() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvRemoteServiceInput.java | 46 public void openInputBridge(IBinder token, String name, int width, in openInputBridge() 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() 250 public void sendPointerUp(IBinder token, int pointerId) { in sendPointerUp() 272 public void sendPointerSync(IBinder token) { in sendPointerSync() 294 public void sendGamepadKeyUp(IBinder token, int keyIndex) { in sendGamepadKeyUp() 315 public void sendGamepadKeyDown(IBinder token, int keyCode) { in sendGamepadKeyDown() [all …]
|
H A D | UinputBridge.java | 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() 156 public void sendPointerUp(IBinder token, int pointerId) { in sendPointerUp() 162 public void sendPointerSync(IBinder token) { in sendPointerSync() 172 public void sendGamepadKey(IBinder token, int keyCode, boolean down) { in sendGamepadKey() 184 public void sendGamepadAxisValue(IBinder token, int axis, float value) { in sendGamepadAxisValue() [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | CancellationSignalBeamer.java | 141 public abstract void onCancel(@NonNull IBinder token); in onCancel() 149 public abstract void onForget(@NonNull IBinder token); in onForget() 198 var token = state.first.beam(cs); in beamFromScope() local 234 private Preparer(Sender sender, CancellationSignal signal, Token token) { in Preparer() 298 public CancellationSignal unbeam(@Nullable IBinder token) { in unbeam() 335 public void forget(@Nullable IBinder token) { in forget() 356 public void cancel(@Nullable IBinder token) { in cancel() 369 private void dead(@NonNull IBinder token) { in dead()
|
/aosp14/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/ |
H A D | ITestService.aidl | 46 boolean RepeatBoolean(boolean token); in RepeatBoolean() 47 byte RepeatByte(byte token); in RepeatByte() 48 char RepeatChar(char token); in RepeatChar() 49 int RepeatInt(int token); in RepeatInt() 50 long RepeatLong(long token); in RepeatLong() 51 float RepeatFloat(float token); in RepeatFloat() 52 double RepeatDouble(double token); in RepeatDouble() 53 String RepeatString(String token); in RepeatString() 54 ByteEnum RepeatByteEnum(ByteEnum token); in RepeatByteEnum() 55 IntEnum RepeatIntEnum(IntEnum token); in RepeatIntEnum() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/ |
H A D | HintManagerServiceTest.java | 121 IBinder token = new Binder(); in testCreateHintSessionInvalidPid() local 132 IBinder token = new Binder(); in testCreateHintSession() local 146 IBinder token = new Binder(); in testPauseResumeHintSession() local 183 IBinder token = new Binder(); in testCloseHintSession() local 195 IBinder token = new Binder(); in testUpdateTargetWorkDuration() local 215 IBinder token = new Binder(); in testReportActualWorkDuration() local 257 IBinder token = new Binder(); in testSendHint() local 283 IBinder token = new Binder(); in testDoHintInBackground() local 304 IBinder token = new Binder(); in testDoHintInForeground() local 317 IBinder token = new Binder(); in testSetThreads() local
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IVoiceInteractionManagerService.aidl | 51 boolean hideSessionFromSession(IBinder token); in hideSessionFromSession() 56 void setKeepAwake(IBinder token, boolean keepAwake); in setKeepAwake() 57 void closeSystemDialogs(IBinder token); in closeSystemDialogs() 58 void finish(IBinder token); in finish() 287 in IBinder token); in updateState() 312 in IBinder token, in initAndVerifyDetector() 321 void destroyDetector(in IBinder token); in destroyDetector() 351 in IBinder token, in startListeningFromExternalSource() 364 void startListeningVisibleActivityChanged(in IBinder token); in startListeningVisibleActivityChanged() 369 void stopListeningVisibleActivityChanged(in IBinder token); in stopListeningVisibleActivityChanged() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
H A D | LaunchAdjacentControllerTest.kt | 57 val token = MockToken().token() regex 65 val token = MockToken().token() regex 73 val token = MockToken().token() regex 82 val token = MockToken().token() regex 94 val token = MockToken().token() regex 113 val token = MockToken().token() regex 123 val token = MockToken().token() regex 138 val token = MockToken().token() regex
|
/aosp14/frameworks/base/cmds/incident_helper/src/parsers/ |
H A 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
|
/aosp14/frameworks/base/core/java/android/service/controls/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 56 long authenticate(IBinder token, long operationId, IFaceServiceReceiver receiver, in authenticate() 63 … long detectFace(IBinder token, IFaceServiceReceiver receiver, in FaceAuthenticateOptions options); in detectFace() 71 void prepareForAuthentication(boolean requireConfirmation, IBinder token, in prepareForAuthentication() 82 void cancelAuthentication(IBinder token, String opPackageName, long requestId); in cancelAuthentication() 86 void cancelFaceDetect(IBinder token, String opPackageName, long requestId); in cancelFaceDetect() 94 …long enroll(int userId, IBinder token, in byte [] hardwareAuthToken, IFaceServiceReceiver receiver, in enroll() 105 void cancelEnrollment(IBinder token, long requestId); in cancelEnrollment() 109 void remove(IBinder token, int faceId, int userId, IFaceServiceReceiver receiver, in remove() 114 void removeAll(IBinder token, int userId, IFaceServiceReceiver receiver, String opPackageName); in removeAll() 157 void setFeature(IBinder token, int userId, int feature, boolean enabled, in setFeature() [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsSmsImplBase.java | 178 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms() 202 public void onMemoryAvailable(int token) { in onMemoryAvailable() 220 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() 240 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() 259 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() 278 public final void onSmsReceived(int token, @SmsMessage.Format String format, byte[] pdu) in onSmsReceived() 316 public final void onSendSmsResultSuccess(int token, in onSendSmsResultSuccess() 389 public final void onSendSmsResultError(int token, in onSendSmsResultError() 422 public final void onMemoryAvailableResult(int token, @SendStatusResult int result, in onMemoryAvailableResult() 459 public final void onSmsStatusReportReceived(int token, in onSmsStatusReportReceived() [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/ |
H A 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
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/internal/ |
H A D | LifecycleOperationStorage.java | 91 public void registerOperation(int token, @OpState int initialState, in registerOperation() 98 public void registerOperationForPackages(int token, @OpState int initialState, in registerOperationForPackages() 115 public void removeOperation(int token) { in removeOperation() 172 final int token = mOperations.keyAt(i); in operationTokensForOpType() local 188 final int token = mOperations.keyAt(i); in operationTokensForOpState() local 208 public boolean waitUntilOperationComplete(int token, IntConsumer callback) { in waitUntilOperationComplete() 265 public void onOperationComplete(int token, long result, Consumer<BackupRestoreTask> callback) { in onOperationComplete() 315 int token, boolean cancelAll, IntConsumer operationTimedOutCallback) { in cancelOperation()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A 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 …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | CancellationSignalBeamerTest.java | 51 try (var token = mSender.beam(null)) { in testBeam_null() 60 try (var token = mSender.beam(mSenderSignal)) { in testBeam_nonNull() 70 try (var token = mSender.beam(mSenderSignal)) { in testBeam_async() 80 try (var token = mSender.beam(mSenderSignal)) { in testCancelOnSentSignal_cancelsReceivedSignal() 90 try (var token = mSender.beam(mSenderSignal)) { in testSendingCancelledSignal_cancelsReceivedSignal() 129 var token = new Binder(); in testReceiverWithCancelOnSenderDead_cancelsOnSenderDeath() local 138 var token = new Binder(); in testReceiverWithoutCancelOnSenderDead_doesntCancelOnSenderDeath() local
|
/aosp14/frameworks/base/core/java/com/android/internal/print/ |
H A 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
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A 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 411 final long token = proto.start(fieldId); in writeConfigStats() local [all …]
|
/aosp14/frameworks/base/media/java/android/media/midi/ |
H A 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()
|