Searched defs:InFlightRequest (Results 1 – 2 of 2) sorted by relevance
430 struct InFlightRequest { struct432 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 …]
986 struct InFlightRequest { struct in CameraHidlTest988 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 …]