Searched refs:binderToken (Results 1 – 5 of 5) sorted by relevance
47 sp<IBinder> binderToken;// The Binder token associated with the port. member263 port->binderToken = portToken; in AMIDI_openPort()283 Status txResult = port->device->server->closePort(port->binderToken); in AMIDI_closePort()
142 long binderToken = Binder.clearCallingIdentity(); in getRemoteInstanceLazy() local146 Binder.restoreCallingIdentity(binderToken); in getRemoteInstanceLazy()
1025 public final long binderToken; field in ContentProvider.CallingIdentity1030 public CallingIdentity(long binderToken, Pair<String, String> callingPackage) { in CallingIdentity() argument1031 this.binderToken = binderToken; in CallingIdentity()1058 Binder.restoreCallingIdentity(identity.binderToken); in restoreCallingIdentity()
1970 final long binderToken = Binder.clearCallingIdentity(); in reportPastUsageStart() local1991 Binder.restoreCallingIdentity(binderToken); in reportPastUsageStart()1999 final long binderToken = Binder.clearCallingIdentity(); in reportUsageStop() local2019 Binder.restoreCallingIdentity(binderToken); in reportUsageStop()
1497 final long binderToken = Binder.clearCallingIdentity();1501 Binder.restoreCallingIdentity(binderToken);