Home
last modified time | relevance | path

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

/aosp12/system/libhidl/base/include/hidl/
H A 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;
/aosp12/system/libhidl/base/
H A DHidlInternal.cpp139 std::vector<InstrumentationCallback> *instrumentationCallbacks) { in registerInstrumentationCallbacks()