Home
last modified time | relevance | path

Searched defs:syncFd (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp748 int syncFd = -1; in runInternal() local
902 int syncFd = -1; in runInternal() local
968 void checkResults(base::unique_fd syncFd) { in checkResults()
DTestValidation.cpp2269 int syncFd = -100; in TEST_F() local
2293 int syncFd = -100; in TEST_F() local
2325 int syncFd = -100; in TEST_F() local
/packages/modules/NeuralNetworks/runtime/
DManager.cpp1052 for (int syncFd : waitFor) { in executeFenced() local
1196 for (int syncFd : waitFor) { in computeFenced() local
DExecutionBuilder.cpp834 for (int syncFd : waitFor) { in waitForSyncFences() local
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h379 Event(const NnApiSupportLibrary* nnapi, int syncFd) : mNnApi(nnapi) {