Home
last modified time | relevance | path

Searched refs:LOG_STATUS_ERROR_IF_NOT_OK (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraDeviceCallbacks.cpp78 LOG_STATUS_ERROR_IF_NOT_OK(ret, "onDeviceError") in onDeviceError()
84 LOG_STATUS_ERROR_IF_NOT_OK(ret, "onDeviceIdle") in onDeviceIdle()
93 LOG_STATUS_ERROR_IF_NOT_OK(ret, "onCaptureStarted") in onCaptureStarted()
164 LOG_STATUS_ERROR_IF_NOT_OK(ret, "OnResultReceived") in processResultMessage()
183 LOG_STATUS_ERROR_IF_NOT_OK(ret, "onPrepared") in onPrepared()
192 LOG_STATUS_ERROR_IF_NOT_OK(ret, "onRepeatingRequestError") in onRepeatingRequestError()
DAidlCameraServiceListener.cpp38 LOG_STATUS_ERROR_IF_NOT_OK(ret, "onStatusChanged") in onStatusChanged()
51 LOG_STATUS_ERROR_IF_NOT_OK(ret, "onPhysicalCameraStatusChanged") in onPhysicalCameraStatusChanged()
DAidlUtils.h73 #define LOG_STATUS_ERROR_IF_NOT_OK(status, callName) \ macro