Searched defs:HidlInstrumentor (Results 1 – 2 of 2) sorted by relevance
139 struct HidlInstrumentor { struct165 explicit HidlInstrumentor( argument171 const std::vector<InstrumentationCallback>& getInstrumentationCallbacks() { in getInstrumentationCallbacks()174 bool isInstrumentationEnabled() { return mEnableInstrumentation; } in isInstrumentationEnabled()202 std::vector<InstrumentationCallback> mInstrumentationCallbacks;204 bool mEnableInstrumentation;206 std::string mInstrumentationLibPackage;208 std::string mInterfaceName;
60 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor