Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp384 if (shouldLogError(res, state)) { in returnBufferCheckedLocked()
446 if (shouldLogError(res, state)) { in returnBufferCheckedLocked()
766 if (shouldLogError(res, mState)) { in getBufferLockedCommon()
865 if (shouldLogError(res, mState)) { in getBufferLockedCommon()
878 if (shouldLogError(res, mState)) { in getBufferLockedCommon()
915 bool Camera3OutputStream::shouldLogError(status_t res, StreamState state) { in shouldLogError() function in android::camera3::Camera3OutputStream
1165 if (shouldLogError(res, mState)) { in detachBufferLocked()
1581 bool Camera3OutputStream::shouldLogError(status_t res) { in shouldLogError() function in android::camera3::Camera3OutputStream
1583 return shouldLogError(res, mState); in shouldLogError()
DPreviewFrameSpacer.cpp121 if (parent->shouldLogError(res)) { in queueBufferToClientLocked()
DCamera3OutputStream.h273 bool shouldLogError(status_t res);
421 static bool shouldLogError(status_t res, StreamState state);