Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DEvent.h55 : kFencedExecutionCallback(callback) { in SyncFenceEvent()
77 if (kFencedExecutionCallback != nullptr) { in getStatus()
78 const hal::Return<void> ret = kFencedExecutionCallback->getExecutionInfo( in getStatus()
105 const sp<hal::IFencedExecutionCallback> kFencedExecutionCallback; variable