Searched defs:HidlInstrumentor (Results 1 – 2 of 2) sorted by relevance
140 struct HidlInstrumentor { struct166 explicit HidlInstrumentor( argument172 const std::vector<InstrumentationCallback>& getInstrumentationCallbacks() { in getInstrumentationCallbacks()175 bool isInstrumentationEnabled() { return mEnableInstrumentation; } in isInstrumentationEnabled()203 std::vector<InstrumentationCallback> mInstrumentationCallbacks;205 bool mEnableInstrumentation;207 std::string mInstrumentationLibPackage;209 std::string mInterfaceName;
71 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor