Lines Matching refs:ICameraServiceProxy
91 using hardware::ICameraServiceProxy;
139 sp<hardware::ICameraServiceProxy> CameraService::sCameraServiceProxy;
232 sp<ICameraServiceProxy> CameraService::getCameraServiceProxy() { in getCameraServiceProxy()
242 sCameraServiceProxy = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy()
250 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in pingCameraServiceProxy()
2942 int apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1; in startCameraOps()
2944 apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2; in startCameraOps()
2947 sCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_OPEN, in startCameraOps()
2979 int apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1; in finishCameraOps()
2981 apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2; in finishCameraOps()
2984 sCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_CLOSED, in finishCameraOps()
3862 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in updateProxyDeviceState()