Home
last modified time | relevance | path

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

/system/libhidl/base/
DHidlInternal.cpp41 : mEnableInstrumentation(false), in HidlInstrumentor()
53 if (enableInstrumentation != mEnableInstrumentation) { in configureInstrumentation()
54 mEnableInstrumentation = enableInstrumentation; in configureInstrumentation()
55 if (mEnableInstrumentation) { in configureInstrumentation()
/system/libhidl/base/include/hidl/
DHidlInternal.h174 bool mEnableInstrumentation; member