Home
last modified time | relevance | path

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

/frameworks/native/libs/binderthreadstate/
Dtest.cpp126 class AidlServer : public BnAidlStuff { class
128 AidlServer(size_t thisId, size_t otherId) : thisId(thisId), otherId(otherId) {} in AidlServer() function in AidlServer
161 sp<IAidlStuff> server = new AidlServer(0, 0); in TEST()
210 sp<AidlServer> aidlServer = new AidlServer(thisId, otherId); in server()