Home
last modified time | relevance | path

Searched refs:binderToken (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/native/midi/
H A Damidi.cpp47 sp<IBinder> binderToken;// The Binder token associated with the port. member
271 port->binderToken = portToken; in AMIDI_openPort()
291 Status txResult = port->device->server->closePort(port->binderToken); in AMIDI_closePort()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolverConnection.java142 final long binderToken = Binder.clearCallingIdentity(); in getRemoteInstanceLazy() local
146 Binder.restoreCallingIdentity(binderToken); in getRemoteInstanceLazy()
H A DPackageManagerService.java6037 final long binderToken = Binder.clearCallingIdentity();
6050 Binder.restoreCallingIdentity(binderToken);
/aosp14/frameworks/base/core/java/android/content/
H A DContentProvider.java1240 public final long binderToken; field in ContentProvider.CallingIdentity
1245 public CallingIdentity(long binderToken, @Nullable AttributionSource attributionSource) { in CallingIdentity() argument
1246 this.binderToken = binderToken; in CallingIdentity()
1275 Binder.restoreCallingIdentity(identity.binderToken); in restoreCallingIdentity()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java1563 IBinder binderToken = mock(IBinder.class); in onExternalVibration_ignoreVibrationFromVirtualDevices() local
1566 mock(IExternalVibrationController.class), binderToken); in onExternalVibration_ignoreVibrationFromVirtualDevices()
1582 IBinder binderToken = mock(IBinder.class); in onExternalVibration_setsExternalControl() local
1585 mock(IExternalVibrationController.class), binderToken); in onExternalVibration_setsExternalControl()
1593 verify(binderToken).linkToDeath(any(), eq(0)); in onExternalVibration_setsExternalControl()
1594 verify(binderToken).unlinkToDeath(any(), eq(0)); in onExternalVibration_setsExternalControl()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java2729 final long binderToken = Binder.clearCallingIdentity(); in reportPastUsageStart() local
2750 Binder.restoreCallingIdentity(binderToken); in reportPastUsageStart()
2758 final long binderToken = Binder.clearCallingIdentity(); in reportUsageStop() local
2778 Binder.restoreCallingIdentity(binderToken); in reportUsageStop()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1833 final long binderToken = Binder.clearCallingIdentity();
1837 Binder.restoreCallingIdentity(binderToken);