Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h111 return mFencedExecutionCallback; in getFencedExecutionCallback()
207 sp<hal::IFencedExecutionCallback> mFencedExecutionCallback; variable
DExecutionBuilder.cpp323 if (mFencedExecutionCallback != nullptr) { in getDuration()
325 const Return<void> ret = mFencedExecutionCallback->getExecutionInfo( in getDuration()
774 std::tie(result, mSyncFenceFd, mFencedExecutionCallback) = startComputeFenced( in computeFenced()