Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DHidlInternal.h158 using InstrumentationCallback = std::function<void( member
172 const std::vector<InstrumentationCallback>& getInstrumentationCallbacks() { in getInstrumentationCallbacks()
196 std::vector<InstrumentationCallback> *instrumentationCallbacks);
203 std::vector<InstrumentationCallback> mInstrumentationCallbacks;
/system/libhidl/base/
DHidlInternal.cpp140 std::vector<InstrumentationCallback> *instrumentationCallbacks) { in registerInstrumentationCallbacks()