Searched refs:sCameraServiceProxy (Results 1 – 2 of 2) sorted by relevance
128 sp<hardware::ICameraServiceProxy> CameraService::sCameraServiceProxy; member in android::CameraService218 if (sCameraServiceProxy == nullptr) { in getCameraServiceProxy()225 sCameraServiceProxy = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy()229 return sCameraServiceProxy; in getCameraServiceProxy()
943 static sp<hardware::ICameraServiceProxy> sCameraServiceProxy; variable