Home
last modified time | relevance | path

Searched refs:asBaseType (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/sensors/common/vts/2_X/
DSensorsHidlEnvironmentV2_X.cpp41 constexpr typename std::underlying_type<EnumType>::type asBaseType(EnumType value) { in asBaseType() function
111 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::READ_AND_PROCESS)); in HidlTearDown()
132 mEventQueueFlag->wait(asBaseType(EventQueueFlagBits::READ_AND_PROCESS), &eventFlagState); in readEvents()
139 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::EVENTS_READ)); in readEvents()
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp50 using ::android::hardware::contexthub::vts_utils::asBaseType;
179 << "Got sync result " << asBaseType(result) << ", expected TRANSACTION_FAILED or " in checkFailureSyncOrAsync()
180 << asBaseType(allowedSyncResult); in checkFailureSyncOrAsync()
197 FAIL() << "Got result " << asBaseType(result) << ", expected OK, BAD_PARAMS" in TEST_P()
/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtils.h43 inline constexpr typename std::underlying_type<EnumType>::type asBaseType(EnumType value) { in asBaseType() function
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp49 using ::android::hardware::contexthub::vts_utils::asBaseType;