Searched refs:HidlInstrumentor (Results 1 – 4 of 4) sorted by relevance
50 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor55 HidlInstrumentor::~HidlInstrumentor() {} in ~HidlInstrumentor()57 void HidlInstrumentor::configureInstrumentation(bool log) { in configureInstrumentation()73 void HidlInstrumentor::registerInstrumentationCallbacks( in registerInstrumentationCallbacks()80 bool HidlInstrumentor::isInstrumentationLib(const dirent *file) { in isInstrumentationLib()
139 struct HidlInstrumentor { struct165 explicit HidlInstrumentor( argument168 virtual ~HidlInstrumentor();216 static_assert(sizeof(HidlInstrumentor) == 88, "HidlInstrumentor size frozen by prebuilts"); argument218 static_assert(sizeof(HidlInstrumentor) == 44, "HidlInstrumentor size frozen by prebuilts");
81 // Inherited names from HidlInstrumentor
1175 using ::android::hardware::details::HidlInstrumentor; in TEST_F()1200 new ::android::hardware::details::HidlInstrumentor("", ""); in TEST_F()