Home
last modified time | relevance | path

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

/frameworks/base/media/native/midi/
Damidi.cpp47 sp<IBinder> binderToken;// The Binder token associated with the port. member
263 port->binderToken = portToken; in AMIDI_openPort()
283 Status txResult = port->device->server->closePort(port->binderToken); in AMIDI_closePort()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolverConnection.java143 long binderToken = Binder.clearCallingIdentity(); in getRemoteInstanceLazy() local
147 Binder.restoreCallingIdentity(binderToken); in getRemoteInstanceLazy()
/frameworks/base/core/java/android/content/
DContentProvider.java863 public final long binderToken; field in ContentProvider.CallingIdentity
868 public CallingIdentity(long binderToken, String callingPackage) { in CallingIdentity() argument
869 this.binderToken = binderToken; in CallingIdentity()
896 Binder.restoreCallingIdentity(identity.binderToken); in restoreCallingIdentity()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1513 final long binderToken = Binder.clearCallingIdentity(); in reportPastUsageStart() local
1534 Binder.restoreCallingIdentity(binderToken); in reportPastUsageStart()
1542 final long binderToken = Binder.clearCallingIdentity(); in reportUsageStop() local
1562 Binder.restoreCallingIdentity(binderToken); in reportUsageStop()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1241 final long binderToken = Binder.clearCallingIdentity();
1245 Binder.restoreCallingIdentity(binderToken);