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()
143 long binderToken = Binder.clearCallingIdentity(); in getRemoteInstanceLazy() local147 Binder.restoreCallingIdentity(binderToken); in getRemoteInstanceLazy()
863 public final long binderToken; field in ContentProvider.CallingIdentity868 public CallingIdentity(long binderToken, String callingPackage) { in CallingIdentity() argument869 this.binderToken = binderToken; in CallingIdentity()896 Binder.restoreCallingIdentity(identity.binderToken); in restoreCallingIdentity()
1513 final long binderToken = Binder.clearCallingIdentity(); in reportPastUsageStart() local1534 Binder.restoreCallingIdentity(binderToken); in reportPastUsageStart()1542 final long binderToken = Binder.clearCallingIdentity(); in reportUsageStop() local1562 Binder.restoreCallingIdentity(binderToken); in reportUsageStop()
1241 final long binderToken = Binder.clearCallingIdentity();1245 Binder.restoreCallingIdentity(binderToken);