Home | History | Annotate | Download | only in HAL3

Lines Matching refs:notify_msg

992             camera3_notify_msg_t notify_msg;
998 notify_msg.type = CAMERA3_MSG_SHUTTER;
999 notify_msg.message.shutter.frame_number = i->frame_number;
1000 notify_msg.message.shutter.timestamp = capture_time -
1002 mCallbackOps->notify(mCallbackOps, &notify_msg);
1003 i->timestamp = notify_msg.message.shutter.timestamp;
1006 __func__, i->frame_number, notify_msg.message.shutter.timestamp);
1014 notify_msg.type = CAMERA3_MSG_SHUTTER;
1015 notify_msg.message.shutter.frame_number = i->frame_number;
1016 notify_msg.message.shutter.timestamp = capture_time;
1017 mCallbackOps->notify(mCallbackOps, &notify_msg);
1060 camera3_notify_msg_t notify_msg;
1070 notify_msg.type = CAMERA3_MSG_ERROR;
1071 notify_msg.message.error.frame_number = i->frame_number;
1072 notify_msg.message.error.error_code = CAMERA3_MSG_ERROR_BUFFER ;
1073 notify_msg.message.error.error_stream = j->stream;
1074 mCallbackOps->notify(mCallbackOps, &notify_msg);