Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DHidlInternal.h148 using InstrumentationCallback = std::function<void( member
162 const std::vector<InstrumentationCallback>& getInstrumentationCallbacks() { in getInstrumentationCallbacks()
186 std::vector<InstrumentationCallback> *instrumentationCallbacks);
193 std::vector<InstrumentationCallback> mInstrumentationCallbacks;
/system/libhidl/base/
DHidlInternal.cpp139 std::vector<InstrumentationCallback> *instrumentationCallbacks) { in registerInstrumentationCallbacks()