Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OutputUtils.h47 struct HidlCaptureOutputStates : public CaptureOutputStates {
61 void notify(CaptureOutputStates& states,
DHidlCamera3OutputUtils.cpp65 void notify(CaptureOutputStates& states, in notify()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OutputUtils.h69 struct AidlCaptureOutputStates : public CaptureOutputStates {
81 void notify(CaptureOutputStates& states,
DAidlCamera3OutputUtils.cpp69 void notify(CaptureOutputStates& states, in notify()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.h119 struct CaptureOutputStates { struct
161 void processCaptureResult(CaptureOutputStates& states, const camera_capture_result *result); argument
162 void notify(CaptureOutputStates& states, const camera_notify_msg *msg);
DCamera3OutputUtils.cpp65 CaptureOutputStates& states, in fixupMonochromeTags()
212 void insertResultLocked(CaptureOutputStates& states, CaptureResult *result, uint32_t frameNumber) { in insertResultLocked()
254 void sendPartialCaptureResult(CaptureOutputStates& states, in sendPartialCaptureResult()
301 CaptureOutputStates& states, in sendCaptureResult()
494 void removeInFlightMapEntryLocked(CaptureOutputStates& states, int idx) { in removeInFlightMapEntryLocked()
503 void removeInFlightRequestIfReadyLocked(CaptureOutputStates& states, int idx, in removeInFlightRequestIfReadyLocked()
611 void processCaptureResult(CaptureOutputStates& states, const camera_capture_result *result) { in processCaptureResult()
1015 void notifyShutter(CaptureOutputStates& states, const camera_shutter_msg_t &msg) { in notifyShutter()
1134 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError()
1255 void notify(CaptureOutputStates& states, const camera_notify_msg *msg) { in notify()