Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binderthreadstate/
H A Dtest.cpp75 class HidlServer : public IHidlStuff { class
77 HidlServer(size_t thisId, size_t otherId) : thisId(thisId), otherId(otherId) {} in HidlServer() function in HidlServer
127 sp<IHidlStuff> server = new HidlServer(0, 0); in TEST()
169 sp<IHidlStuff> hidlServer = new HidlServer(thisId, otherId); in server()