Home
last modified time | relevance | path

Searched refs:setErrorState (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputInterface.h39 virtual void setErrorState(const char *fmt, ...) = 0;
DCamera3OfflineSession.h257 void setErrorState(const char *fmt, ...) override;
DCamera3OfflineSession.cpp199 void Camera3OfflineSession::setErrorState(const char *fmt, ...) { in setErrorState() function in android::Camera3OfflineSession
DCamera3Device.h852 void setErrorState(const char *fmt, ...) override;
1117 void setErrorState(const char *fmt, ...);
DCamera3OutputUtils.cpp29 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \
DCamera3Device.cpp36 #define SET_ERR(fmt, ...) setErrorState( \
2765 void Camera3Device::setErrorState(const char *fmt, ...) { in setErrorState() function in android::Camera3Device
4688 void Camera3Device::RequestThread::setErrorState(const char *fmt, ...) { in setErrorState() function in android::Camera3Device::RequestThread
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OutputUtils.cpp21 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \
DHidlCamera3Device.cpp33 #define SET_ERR(fmt, ...) setErrorState( \
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OutputUtils.cpp29 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \
DAidlCamera3Device.cpp36 #define SET_ERR(fmt, ...) setErrorState( \