Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp757 int syncFd = -1; in runInternal() local
911 int syncFd = -1; in runInternal() local
978 void checkResults(base::unique_fd syncFd, double tolerance) { in checkResults()
DTestValidation.cpp2330 int syncFd = -100; in TEST_F() local
2354 int syncFd = -100; in TEST_F() local
2386 int syncFd = -100; in TEST_F() local
/packages/modules/NeuralNetworks/runtime/
DManager.cpp1100 for (int syncFd : waitFor) { in executeFenced() local
1246 for (int syncFd : waitFor) { in computeFenced() local
DExecutionBuilder.cpp873 for (int syncFd : waitFor) { in waitForSyncFences() local
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h392 Event(const NnApiSupportLibrary* nnapi, int syncFd) : mNnApi(nnapi) {