Searched refs:CaptureOutputStates (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3OutputUtils.h | 47 struct HidlCaptureOutputStates : public CaptureOutputStates { 61 void notify(CaptureOutputStates& states,
|
D | HidlCamera3OutputUtils.cpp | 65 void notify(CaptureOutputStates& states, in notify()
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3OutputUtils.h | 69 struct AidlCaptureOutputStates : public CaptureOutputStates { 81 void notify(CaptureOutputStates& states,
|
D | AidlCamera3OutputUtils.cpp | 69 void notify(CaptureOutputStates& states, in notify()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.h | 119 struct CaptureOutputStates { struct 161 void processCaptureResult(CaptureOutputStates& states, const camera_capture_result *result); argument 162 void notify(CaptureOutputStates& states, const camera_notify_msg *msg);
|
D | Camera3OutputUtils.cpp | 65 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()
|