Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCallbacks.cpp35 Return<void> PreparedModelCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::hardware::neuralnetworks::V1_3::implementation::PreparedModelCallback
123 Return<void> ExecutionCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::hardware::neuralnetworks::V1_3::implementation::ExecutionCallback
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DPreparedModelCallback.cpp21 hardware::Return<void> PreparedModelCallback::notifyInternal( in notifyInternal() function in android::nn::PreparedModelCallback
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionCallback.cpp114 void ExecutionCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::nn::ExecutionCallback
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCallbacks.cpp124 void ExecutionCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
H A DCallbackHelper.java306 private void notifyInternal(String failureString) { in notifyInternal() method in CallbackHelper