Home
last modified time | relevance | path

Searched refs:HidlInstrumentor (Results 1 – 4 of 4) sorted by relevance

/system/libhidl/base/
DHidlInternal.cpp70 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor
120 HidlInstrumentor::~HidlInstrumentor() {} in ~HidlInstrumentor()
122 void HidlInstrumentor::configureInstrumentation(bool log) { in configureInstrumentation()
138 void HidlInstrumentor::registerInstrumentationCallbacks( in registerInstrumentationCallbacks()
218 bool HidlInstrumentor::isInstrumentationLib(const dirent *file) { in isInstrumentationLib()
/system/libhidl/base/include/hidl/
DHidlInternal.h139 struct HidlInstrumentor { struct
165 explicit HidlInstrumentor( argument
168 virtual ~HidlInstrumentor();
216 static_assert(sizeof(HidlInstrumentor) == 88, "HidlInstrumentor size frozen by prebuilts"); argument
218 static_assert(sizeof(HidlInstrumentor) == 44, "HidlInstrumentor size frozen by prebuilts");
/system/tools/hidl/
Dhidl-gen_y.yy81 // Inherited names from HidlInstrumentor
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1159 using ::android::hardware::details::HidlInstrumentor; in TEST_F()
1184 new ::android::hardware::details::HidlInstrumentor("", ""); in TEST_F()