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.h430 struct InFlightRequest { struct
432 nsecs_t shutterTimestamp;
434 bool shutterReadoutTimestampValid;
435 nsecs_t shutterReadoutTimestamp;
437 bool errorCodeValid;
438 ErrorCode errorCode;
441 bool usePartialResult;
444 int32_t numPartialResults;
447 std::shared_ptr<ResultMetadataQueue> resultQueue;
450 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 …]