Home
last modified time | relevance | path

Searched defs:HalResult (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/include/powermanager/
H A DHalResult.h111 explicit HalResult(T&& value) in HalResult() function
113 explicit HalResult(std::string errorMessage, bool unsupported) in HalResult() function
162 explicit HalResult(std::string errorMessage) in HalResult() function
/aosp_15_r20/hardware/interfaces/health/aidl/vts/functional/
H A DVtsHalHealthTargetTest.cpp469 struct HalResult { struct
470 std::shared_ptr<ScopedAStatus> result = std::make_shared<ScopedAStatus>();
471 T value;
/aosp_15_r20/hardware/interfaces/health/2.0/vts/functional/
H A DVtsHalHealthV2_0TargetTest.cpp340 struct HalResult { struct
341 Result result;
342 T value;
/aosp_15_r20/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorHalWrapper.h74 explicit HalResult(T value) in HalResult() function