Home
last modified time | relevance | path

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

/system/libhidl/base/
DHidlInternal.cpp128 mInstrumentationCallbacks.clear(); in configureInstrumentation()
129 registerInstrumentationCallbacks(&mInstrumentationCallbacks); in configureInstrumentation()
134 mInstrumentationCallbacks.clear(); in configureInstrumentation()
/system/libhidl/base/include/hidl/
DHidlInternal.h163 return mInstrumentationCallbacks; in getInstrumentationCallbacks()
193 std::vector<InstrumentationCallback> mInstrumentationCallbacks; member