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.cpp2331 int syncFd = -100; in TEST_F() local
2355 int syncFd = -100; in TEST_F() local
2387 int syncFd = -100; in TEST_F() local
/packages/modules/NeuralNetworks/runtime/
DManager.cpp1102 for (int syncFd : waitFor) { in executeFenced() local
1248 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) {