Lines Matching refs:acam
27 std::shared_ptr<acam::CameraDevice> dev = getDevicePtr(); in ~ACameraCaptureSession()
29 sp<acam::CameraDevice> dev = getDeviceSp(); in ~ACameraCaptureSession()
58 std::shared_ptr<acam::CameraDevice> dev = getDevicePtr(); in closeByApp()
60 sp<acam::CameraDevice> dev = getDeviceSp(); in closeByApp()
87 std::shared_ptr<acam::CameraDevice> dev = getDevicePtr(); in stopRepeating()
89 sp<acam::CameraDevice> dev = getDeviceSp(); in stopRepeating()
109 std::shared_ptr<acam::CameraDevice> dev = getDevicePtr(); in abortCaptures()
111 sp<acam::CameraDevice> dev = getDeviceSp(); in abortCaptures()
130 std::shared_ptr<acam::CameraDevice> dev = getDevicePtr(); in updateOutputConfiguration()
132 sp<acam::CameraDevice> dev = getDeviceSp(); in updateOutputConfiguration()
151 std::shared_ptr<acam::CameraDevice> dev = getDevicePtr(); in prepare()
153 sp<acam::CameraDevice> dev = getDeviceSp(); in prepare()
174 std::shared_ptr<acam::CameraDevice> dev = getDevicePtr(); in getDevice()
176 sp<acam::CameraDevice> dev = getDeviceSp(); in getDevice()
192 std::shared_ptr<acam::CameraDevice>
194 std::shared_ptr<acam::CameraDevice> device = mDevice.lock(); in getDevicePtr()
202 sp<acam::CameraDevice>
204 sp<acam::CameraDevice> device = mDevice.promote(); in getDeviceSp()