Searched refs:notify_msg (Results 1 – 2 of 2) sorted by relevance
3787 camera3_notify_msg_t notify_msg; in notifyError() local3788 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyError()3789 notify_msg.type = CAMERA3_MSG_ERROR; in notifyError()3790 notify_msg.message.error.error_code = errorCode; in notifyError()3791 notify_msg.message.error.error_stream = NULL; in notifyError()3792 notify_msg.message.error.frame_number = frameNumber; in notifyError()3793 orchestrateNotify(¬ify_msg); in notifyError()4043 camera3_notify_msg_t notify_msg = {}; in handleMetadataWithLock() local4076 notify_msg.type = CAMERA3_MSG_ERROR; in handleMetadataWithLock()4077 notify_msg.message.error.frame_number = pendingRequest.frame_number; in handleMetadataWithLock()[all …]
306 void orchestrateNotify(camera3_notify_msg_t *notify_msg);