Searched refs:HidlInstrumentor (Results 1 – 4 of 4) sorted by relevance
70 HidlInstrumentor::HidlInstrumentor(const std::string& package, const std::string& interface) in HidlInstrumentor() function in android::hardware::details::HidlInstrumentor120 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()
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
1159 using ::android::hardware::details::HidlInstrumentor; in TEST_F()1184 new ::android::hardware::details::HidlInstrumentor("", ""); in TEST_F()