Searched refs:notify_msg (Results 1 – 2 of 2) sorted by relevance
3844 camera3_notify_msg_t notify_msg; in notifyError() local3845 memset(¬ify_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(¬ify_msg); in notifyError()4100 camera3_notify_msg_t notify_msg = {}; in handleMetadataWithLock() local4133 notify_msg.type = CAMERA3_MSG_ERROR; in handleMetadataWithLock()4134 notify_msg.message.error.frame_number = pendingRequest.frame_number; in handleMetadataWithLock()[all …]
310 void orchestrateNotify(camera3_notify_msg_t *notify_msg);