Home
last modified time | relevance | path

Searched refs:logClose (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.cpp50 mCameraServiceProxyWrapper->logClose(mCameraId, 0 /*latencyMs*/, in threadLoop()
/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.h108 void logClose(const std::string& id, int32_t latencyMs, bool deviceError);
DCameraServiceProxyWrapper.cpp461 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/
DRemoteInputView.java421 void onDefocus(boolean animate, boolean logClose, @Nullable Runnable doAfterDefocus) { in onDefocus() argument
472 if (logClose) { in onDefocus()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp507 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in disconnect()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp2176 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in detachDevice()