Searched refs:setErrorState (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputInterface.h | 39 virtual void setErrorState(const char *fmt, ...) = 0;
|
D | Camera3OfflineSession.h | 257 void setErrorState(const char *fmt, ...) override;
|
D | Camera3OfflineSession.cpp | 199 void Camera3OfflineSession::setErrorState(const char *fmt, ...) { in setErrorState() function in android::Camera3OfflineSession
|
D | Camera3Device.h | 852 void setErrorState(const char *fmt, ...) override; 1117 void setErrorState(const char *fmt, ...);
|
D | Camera3OutputUtils.cpp | 29 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \
|
D | Camera3Device.cpp | 36 #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/ |
D | HidlCamera3OutputUtils.cpp | 21 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \
|
D | HidlCamera3Device.cpp | 33 #define SET_ERR(fmt, ...) setErrorState( \
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3OutputUtils.cpp | 29 #define SET_ERR(fmt, ...) states.setErrIntf.setErrorState( \
|
D | AidlCamera3Device.cpp | 36 #define SET_ERR(fmt, ...) setErrorState( \
|