Searched refs:sCameraServiceProxy (Results 1 – 2 of 2) sorted by relevance
33 sp<hardware::ICameraServiceProxy> CameraServiceProxyWrapper::sCameraServiceProxy; member in android::CameraServiceProxyWrapper107 if (sCameraServiceProxy == nullptr) { in getCameraServiceProxy()114 sCameraServiceProxy = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy()118 return sCameraServiceProxy; in getCameraServiceProxy()
37 static sp<hardware::ICameraServiceProxy> sCameraServiceProxy; variable