Searched refs:notify_msg (Results 1 – 1 of 1) sorted by relevance
1050 camera3_notify_msg_t notify_msg; in captureResultCb() local1065 notify_msg.type = CAMERA3_MSG_SHUTTER; in captureResultCb()1066 notify_msg.message.shutter.frame_number = i->frame_number; in captureResultCb()1067 notify_msg.message.shutter.timestamp = current_capture_time; in captureResultCb()1068 mCallbackOps->notify(mCallbackOps, ¬ify_msg); in captureResultCb()