Home
last modified time | relevance | path

Searched refs:callbackContext (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DSupportLibraryDiagnostic.cpp217 void* callbackContext) { in SL_ANeuralNetworksDiagnostic_registerCallbacks() argument
221 [compilationCallback, callbackContext](const DiagnosticCompilationInfo* info) { in SL_ANeuralNetworksDiagnostic_registerCallbacks()
222 compilationCallback(callbackContext, castFrom(info)); in SL_ANeuralNetworksDiagnostic_registerCallbacks()
225 [executionCallback, callbackContext](const DiagnosticExecutionInfo* info) { in SL_ANeuralNetworksDiagnostic_registerCallbacks()
226 executionCallback(callbackContext, castFrom(info)); in SL_ANeuralNetworksDiagnostic_registerCallbacks()
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h593 void* callbackContext);
1611 void* callbackContext);