Searched refs:readoutTimestamps (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/camera/provider/aidl/vts/ |
D | device_cb.cpp | 38 std::vector<std::pair<bool, nsecs_t>> readoutTimestamps; in notify() local 41 readoutTimestamps.resize(count); in notify() 47 readoutTimestamps[i] = {false, 0}; in notify() 51 readoutTimestamps[i] = {true, shutter.readoutTimestamp}; in notify() 56 return notifyHelper(msgs, readoutTimestamps); in notify() 451 const std::vector<std::pair<bool, nsecs_t>>& readoutTimestamps) { in notifyHelper() argument 517 r->shutterReadoutTimestampValid = readoutTimestamps[i].first; in notifyHelper() 518 r->shutterReadoutTimestamp = readoutTimestamps[i].second; in notifyHelper()
|
D | device_cb.h | 63 const std::vector<std::pair<bool, nsecs_t>>& readoutTimestamps);
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 695 const std::vector<std::pair<bool, nsecs_t>>& readoutTimestamps); 1509 std::vector<std::pair<bool, nsecs_t>> readoutTimestamps; in notify() local 1510 readoutTimestamps.resize(messages.size()); in notify() 1512 readoutTimestamps[i] = {false, 0}; in notify() 1515 return notifyHelper(messages, readoutTimestamps); in notify() 1520 const std::vector<std::pair<bool, nsecs_t>>& readoutTimestamps) { in notifyHelper() argument 1583 r->shutterReadoutTimestampValid = readoutTimestamps[i].first; in notifyHelper() 1584 r->shutterReadoutTimestamp = readoutTimestamps[i].second; in notifyHelper()
|