Lines Matching defs:remote
1005 // If we are using API1, any existing client for this camera ID with the same remote
1742 bool CameraService::evictClientIdByRemote(const wp<IBinder>& remote) {
1758 if (remote == clientSp->getRemote()) {
1773 // Do not clear caller identity, remote caller should be client proccess
2173 sp<IBinder> remote = getRemote();
2174 if (remote != nullptr) {
2175 remote->unlinkToDeath(sCameraService);
3011 // NOTE: This is a remote API - make sure all args are validated