Home
last modified time | relevance | path

Searched refs:hasFd (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/
H A DTypes.cpp180 bool SyncFence::hasFd() const { in hasFd() function in android::nn::SyncFence
H A DValidation.cpp1159 if (!syncFence.hasFd()) { in validateSyncFence()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp619 if (!fence.hasFd() || fence.getFd() < 0) { in executeFenced()
637 if (syncFence.hasFd()) { in executeFenced()
757 if (!fence.hasFd() || fence.getFd() < 0) { in computeFenced()
775 if (syncFence.hasFd()) { in computeFenced()
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h947 bool hasFd() const;
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A DTypes.t216 bool hasFd() const;