Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DHidlInternal.h157 using InstrumentationCallback = std::function<void( member
171 const std::vector<InstrumentationCallback>& getInstrumentationCallbacks() { in getInstrumentationCallbacks()
195 std::vector<InstrumentationCallback> *instrumentationCallbacks);
202 std::vector<InstrumentationCallback> mInstrumentationCallbacks;
/system/libhidl/base/
DHidlInternal.cpp129 std::vector<InstrumentationCallback> *instrumentationCallbacks) { in registerInstrumentationCallbacks()