Searched refs:sCameraServiceProxy (Results 1 – 2 of 2) sorted by relevance
130 sp<hardware::ICameraServiceProxy> CameraService::sCameraServiceProxy; member in android::CameraService223 if (sCameraServiceProxy == nullptr) { in getCameraServiceProxy()230 sCameraServiceProxy = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy()234 return sCameraServiceProxy; in getCameraServiceProxy()
970 static sp<hardware::ICameraServiceProxy> sCameraServiceProxy; variable