Home
last modified time | relevance | path

Searched defs:Execution (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DExecution.kt25 interface Execution { regex
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DExecution.cpp53 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() function in android::hardware::neuralnetworks::V1_0::utils::Execution
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecution.cpp54 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() function in android::hardware::neuralnetworks::V1_2::utils::Execution
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DExecution.cpp56 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() function in android::hardware::neuralnetworks::V1_3::utils::Execution
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DExecution.cpp51 Execution::Execution(PrivateConstructorTag /*tag*/, in Execution() function in aidl::android::hardware::neuralnetworks::utils::Execution
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestNeuralNetworksWrapper.h366 Execution(const Compilation* compilation) : mCompilation(compilation->getHandle()) { in Execution() function
384 Execution(Execution&& other) { *this = std::move(other); } in Execution() function
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksWrapper.h580 Execution(const NnApiSupportLibrary* nnapi, const Compilation* compilation) : mNnApi(nnapi) { function
606 Execution(Execution&& other) { *this = std::move(other); } function
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h475 Execution(const NnApiSupportLibrary* nnapi, const Compilation* compilation) in Execution() function
498 Execution(Execution&& other) { *this = std::move(other); } in Execution() function