Searched refs:notify_msg (Results 1 – 2 of 2) sorted by relevance
3037 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults()3252 camera3_notify_msg_t notify_msg; in notifyError() local3253 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyError()3254 notify_msg.type = CAMERA3_MSG_ERROR; in notifyError()3255 notify_msg.message.error.error_code = errorCode; in notifyError()3256 notify_msg.message.error.error_stream = NULL; in notifyError()3257 notify_msg.message.error.frame_number = frameNumber; in notifyError()3258 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in notifyError()3442 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local3443 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock()[all …]
475 camera3_notify_msg_t notify_msg; member