Home
last modified time | relevance | path

Searched refs:notify_msg (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp3844 camera3_notify_msg_t notify_msg; in notifyError() local
3845 memset(&notify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyError()
3846 notify_msg.type = CAMERA3_MSG_ERROR; in notifyError()
3847 notify_msg.message.error.error_code = errorCode; in notifyError()
3848 notify_msg.message.error.error_stream = NULL; in notifyError()
3849 notify_msg.message.error.frame_number = frameNumber; in notifyError()
3850 orchestrateNotify(&notify_msg); in notifyError()
4100 camera3_notify_msg_t notify_msg = {}; in handleMetadataWithLock() local
4133 notify_msg.type = CAMERA3_MSG_ERROR; in handleMetadataWithLock()
4134 notify_msg.message.error.frame_number = pendingRequest.frame_number; in handleMetadataWithLock()
[all …]
DQCamera3HWI.h310 void orchestrateNotify(camera3_notify_msg_t *notify_msg);