Searched refs:sCameraServiceProxy (Results 1 – 2 of 2) sorted by relevance
139 sp<hardware::ICameraServiceProxy> CameraService::sCameraServiceProxy; member in android::CameraService235 if (sCameraServiceProxy == nullptr) { in getCameraServiceProxy()242 sCameraServiceProxy = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy()246 return sCameraServiceProxy; in getCameraServiceProxy()
1075 static sp<hardware::ICameraServiceProxy> sCameraServiceProxy; variable