Home
last modified time | relevance | path

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

/system/libhidl/base/
DHidlInternal.cpp129 mInstrumentationCallbacks.clear(); in configureInstrumentation()
130 registerInstrumentationCallbacks(&mInstrumentationCallbacks); in configureInstrumentation()
135 mInstrumentationCallbacks.clear(); in configureInstrumentation()
/system/libhidl/base/include/hidl/
DHidlInternal.h173 return mInstrumentationCallbacks; in getInstrumentationCallbacks()
203 std::vector<InstrumentationCallback> mInstrumentationCallbacks; member