Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DQualityOfServiceTests.cpp37 enum class DeadlineBoundType { NOW, UNLIMITED, SHORT }; enumerator
39 DeadlineBoundType::NOW, DeadlineBoundType::UNLIMITED, DeadlineBoundType::SHORT};
46 case DeadlineBoundType::SHORT: in toString()
76 case DeadlineBoundType::SHORT: in makeDeadline()
137 case DeadlineBoundType::SHORT: in runPrepareModelTest()
234 case DeadlineBoundType::SHORT: in runExecutionTest()
/hardware/google/pixel/power-libperfmgr/
DAudioStreaming.h28 enum TPU_HINT_DURATION_MS { SHORT = 200, LONG = 2000 }; enumerator
DPower.cpp268 std::chrono::milliseconds(TPU_HINT_DURATION_MS::SHORT)); in powerHintAsync_1_2()