Home
last modified time | relevance | path

Searched refs:hasDeviceError (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h484 virtual bool hasDeviceError() = 0;
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp501 bool hasDeviceError = mDevice->hasDeviceError(); in disconnect() local
507 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in disconnect()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp2172 bool hasDeviceError = mDevice->hasDeviceError(); in detachDevice() local
2176 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in detachDevice()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h343 bool hasDeviceError();
DCamera3Device.cpp4375 bool Camera3Device::hasDeviceError() { in hasDeviceError() function in android::Camera3Device