Searched refs:logClose (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraServiceWatchdog.cpp | 50 mCameraServiceProxyWrapper->logClose(mCameraId, 0 /*latencyMs*/, in threadLoop()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | CameraServiceProxyWrapper.h | 108 void logClose(const std::string& id, int32_t latencyMs, bool deviceError);
|
D | CameraServiceProxyWrapper.cpp | 461 void CameraServiceProxyWrapper::logClose(const std::string& id, int32_t latencyMs, in logClose() function in android::CameraServiceProxyWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 421 void onDefocus(boolean animate, boolean logClose, @Nullable Runnable doAfterDefocus) { in onDefocus() argument 472 if (logClose) { in onDefocus()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 507 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in disconnect()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 2176 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in detachDevice()
|