Home | History | Annotate | Download | only in HAL3

Lines Matching refs:shutter

1199                 notify_msg.message.shutter.frame_number = i->frame_number;
1200 notify_msg.message.shutter.timestamp = capture_time -
1203 i->timestamp = notify_msg.message.shutter.timestamp;
1206 __func__, i->frame_number, notify_msg.message.shutter.timestamp);
1214 // Send shutter notify to frameworks
1216 notify_msg.message.shutter.frame_number = i->frame_number;
1217 notify_msg.message.shutter.timestamp = capture_time;
1250 // Go through the pending requests info and send shutter/results to frameworks
2038 // Send shutter notify to frameworks
2125 notify_msg.message.shutter.frame_number = mLoopBackResult->frame_number;
2126 notify_msg.message.shutter.timestamp = mLoopBackTimestamp;