Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h464 enum class ComputeMode { SYNC, ASYNC, BURST, FENCED }; enumerator
DTestValidation.cpp1206 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in TEST_F() enumerator
2603 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in TEST_F() enumerator
2770 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in runExecutionSetTimeoutTest() enumerator
DTestIntrospectionControl.cpp788 enum class Compute { ASYNC, SYNC, BURST, FENCED }; enumerator
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp343 static constexpr Async ASYNC = async; member