Home
last modified time | relevance | path

Searched defs:apiCall (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h179 #define NNAPI_CALL(apiCall) mNnApi->getFL5()->apiCall argument
181 #define NNAPI_CALL(apiCall) apiCall argument
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/HealthConnectTestHelper/src/android/healthconnect/cts/testhelper/
DHealthConnectServiceLogsTests.java614 private static void callApiWhileMigrationInProgress(Task apiCall) { in callApiWhileMigrationInProgress()