Home
last modified time | relevance | path

Searched defs:InFlightRequest (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h358 struct InFlightRequest { struct
360 nsecs_t shutterTimestamp;
362 bool shutterReadoutTimestampValid;
363 nsecs_t shutterReadoutTimestamp;
365 bool errorCodeValid;
366 ErrorCode errorCode;
369 bool usePartialResult;
372 int32_t numPartialResults;
375 std::shared_ptr<ResultMetadataQueue> resultQueue;
378 bool haveResultMetadata;
[all …]
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp986 struct InFlightRequest { struct in CameraHidlTest
988 nsecs_t shutterTimestamp;
990 bool shutterReadoutTimestampValid;
991 nsecs_t shutterReadoutTimestamp;
993 bool errorCodeValid;
994 ErrorCode errorCode;
997 bool usePartialResult;
1000 uint32_t numPartialResults;
1003 std::shared_ptr<ResultMetadataQueue> resultQueue;
1006 bool haveResultMetadata;
[all …]