Searched refs:hasDeviceError (Results 1 – 5 of 5) sorted by relevance
484 virtual bool hasDeviceError() = 0;
501 bool hasDeviceError = mDevice->hasDeviceError(); in disconnect() local507 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in disconnect()
2172 bool hasDeviceError = mDevice->hasDeviceError(); in detachDevice() local2176 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in detachDevice()
343 bool hasDeviceError();
4375 bool Camera3Device::hasDeviceError() { in hasDeviceError() function in android::Camera3Device