Searched defs:InFlightRequest (Results 1 – 2 of 2) sorted by relevance
358 struct InFlightRequest { struct360 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 …]
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 …]