Searched defs:HalResult (Results 1 – 2 of 2) sorted by relevance
430 struct HalResult { struct431 std::shared_ptr<ScopedAStatus> result = std::make_shared<ScopedAStatus>();432 T value;
340 struct HalResult { struct341 Result result;342 T value;