Searched refs:proxyBinder (Results 1 – 1 of 1) sorted by relevance
122 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in pingCameraServiceProxy() local123 if (proxyBinder == nullptr) return; in pingCameraServiceProxy()124 proxyBinder->pingForUserUpdate(); in pingCameraServiceProxy()129 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in getRotateAndCropOverride() local130 if (proxyBinder == nullptr) return true; in getRotateAndCropOverride()132 auto status = proxyBinder->getRotateAndCropOverride(packageName, lensFacing, userId, &ret); in getRotateAndCropOverride()142 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in updateProxyDeviceState() local143 if (proxyBinder == nullptr) return; in updateProxyDeviceState()144 proxyBinder->notifyCameraState(sessionStats); in updateProxyDeviceState()266 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in isCameraDisabled() local[all …]