Lines Matching refs:notify_msg
600 camera3_notify_msg_t notify_msg; in camEvtHandle() local
601 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in camEvtHandle()
602 notify_msg.type = CAMERA3_MSG_ERROR; in camEvtHandle()
603 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_DEVICE; in camEvtHandle()
604 notify_msg.message.error.error_stream = NULL; in camEvtHandle()
605 notify_msg.message.error.frame_number = 0; in camEvtHandle()
606 obj->mCallbackOps->notify(obj->mCallbackOps, ¬ify_msg); in camEvtHandle()
2209 mCallbackOps->notify(mCallbackOps, &j->notify_msg); in handlePendingReprocResults()
2526 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local
2527 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock()
2537 notify_msg.type = CAMERA3_MSG_ERROR; in handleMetadataWithLock()
2538 notify_msg.message.error.frame_number = i->frame_number; in handleMetadataWithLock()
2539 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_BUFFER ; in handleMetadataWithLock()
2540 notify_msg.message.error.error_stream = j->stream; in handleMetadataWithLock()
2541 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in handleMetadataWithLock()
2584 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local
2585 memset(¬ify_msg, 0, sizeof(notify_msg)); in handleMetadataWithLock()
2586 notify_msg.type = CAMERA3_MSG_ERROR; in handleMetadataWithLock()
2587 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_DEVICE; in handleMetadataWithLock()
2588 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in handleMetadataWithLock()
2609 camera3_notify_msg_t notify_msg; in handleMetadataWithLock() local
2610 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in handleMetadataWithLock()
2613 notify_msg.type = CAMERA3_MSG_SHUTTER; in handleMetadataWithLock()
2614 notify_msg.message.shutter.frame_number = i->frame_number; in handleMetadataWithLock()
2615 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleMetadataWithLock()
2616 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in handleMetadataWithLock()
2822 camera3_notify_msg_t notify_msg; in handleInputBufferWithLock() local
2823 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in handleInputBufferWithLock()
2837 notify_msg.type = CAMERA3_MSG_SHUTTER; in handleInputBufferWithLock()
2838 notify_msg.message.shutter.frame_number = frame_number; in handleInputBufferWithLock()
2839 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleInputBufferWithLock()
2840 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in handleInputBufferWithLock()
2843 __func__, i->frame_number, notify_msg.message.shutter.timestamp); in handleInputBufferWithLock()
3047 camera3_notify_msg_t notify_msg; in handleBufferWithLock() local
3048 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in handleBufferWithLock()
3062 notify_msg.type = CAMERA3_MSG_SHUTTER; in handleBufferWithLock()
3063 notify_msg.message.shutter.frame_number = frame_number; in handleBufferWithLock()
3064 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleBufferWithLock()
3108 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in handleBufferWithLock()
3116 pendingResult.notify_msg = notify_msg; in handleBufferWithLock()
9611 camera3_notify_msg_t notify_msg; in notifyErrorForPendingRequests() local
9612 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyErrorForPendingRequests()
9613 notify_msg.type = CAMERA3_MSG_ERROR; in notifyErrorForPendingRequests()
9614 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_BUFFER; in notifyErrorForPendingRequests()
9615 notify_msg.message.error.error_stream = info.stream; in notifyErrorForPendingRequests()
9616 notify_msg.message.error.frame_number = frame_number; in notifyErrorForPendingRequests()
9622 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in notifyErrorForPendingRequests()
9667 camera3_notify_msg_t notify_msg; in notifyErrorForPendingRequests() local
9668 memset(¬ify_msg, 0, sizeof(camera3_notify_msg_t)); in notifyErrorForPendingRequests()
9669 notify_msg.type = CAMERA3_MSG_ERROR; in notifyErrorForPendingRequests()
9670 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_REQUEST; in notifyErrorForPendingRequests()
9671 notify_msg.message.error.error_stream = NULL; in notifyErrorForPendingRequests()
9672 notify_msg.message.error.frame_number = frame_number; in notifyErrorForPendingRequests()
9673 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in notifyErrorForPendingRequests()