Searched defs:HidlInstrumentor (Results 1 – 2 of 2) sorted by relevance
143 struct HidlInstrumentor { struct169 explicit HidlInstrumentor( argument175 const std::vector<InstrumentationCallback>& getInstrumentationCallbacks() { in getInstrumentationCallbacks()178 bool isInstrumentationEnabled() { return mEnableInstrumentation; } in isInstrumentationEnabled()220 static_assert(sizeof(HidlInstrumentor) == 88, "HidlInstrumentor size frozen by prebuilts"); argument
50 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor