Home
last modified time | relevance | path

Searched defs:HidlInstrumentor (Results 1 – 2 of 2) sorted by relevance

/system/libhidl/base/include/hidl/
DHidlInternal.h139 struct HidlInstrumentor { struct
165 explicit HidlInstrumentor( argument
171 const std::vector<InstrumentationCallback>& getInstrumentationCallbacks() { in getInstrumentationCallbacks()
174 bool isInstrumentationEnabled() { return mEnableInstrumentation; } in isInstrumentationEnabled()
216 static_assert(sizeof(HidlInstrumentor) == 88, "HidlInstrumentor size frozen by prebuilts"); argument
/system/libhidl/base/
DHidlInternal.cpp70 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor