Home | History | Annotate | Download | only in HAL3

Lines Matching refs:shutter

1596     // Go through the pending requests info and send shutter/results to frameworks
1644 notify_msg.message.shutter.frame_number = i->frame_number;
1645 notify_msg.message.shutter.timestamp = capture_time -
1648 i->timestamp = notify_msg.message.shutter.timestamp;
1650 __func__, i->frame_number, notify_msg.message.shutter.timestamp);
1660 // Send shutter notify to frameworks
1662 notify_msg.message.shutter.frame_number = i->frame_number;
1663 notify_msg.message.shutter.timestamp = capture_time;
1867 notify_msg.message.shutter.frame_number = frame_number;
1868 notify_msg.message.shutter.timestamp = capture_time;
2574 // Send shutter notify to frameworks
2685 notify_msg.message.shutter.frame_number = mLoopBackResult->frame_number;
2686 notify_msg.message.shutter.timestamp = mLoopBackTimestamp;