Home
last modified time | relevance | path

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

/system/libhidl/base/
DHidlInternal.cpp60 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor
110 HidlInstrumentor::~HidlInstrumentor() {} in ~HidlInstrumentor()
112 void HidlInstrumentor::configureInstrumentation(bool log) { in configureInstrumentation()
128 void HidlInstrumentor::registerInstrumentationCallbacks( in registerInstrumentationCallbacks()
209 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();
/system/tools/hidl/
Dhidl-gen_y.yy81 // Inherited names from HidlInstrumentor
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1171 using ::android::hardware::details::HidlInstrumentor; in TEST_F()
1196 new ::android::hardware::details::HidlInstrumentor("", ""); in TEST_F()