Searched refs:mEnableInstrumentation (Results 1 – 2 of 2) sorted by relevance
41 : mEnableInstrumentation(false), in HidlInstrumentor()53 if (enableInstrumentation != mEnableInstrumentation) { in configureInstrumentation()54 mEnableInstrumentation = enableInstrumentation; in configureInstrumentation()55 if (mEnableInstrumentation) { in configureInstrumentation()
174 bool mEnableInstrumentation; member