Home
last modified time | relevance | path

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

/frameworks/native/libs/binderthreadstate/
Dtest.cpp99 HidlServer(size_t thisId, size_t otherId) : thisId(thisId), otherId(otherId) {} in HidlServer() argument
100 size_t thisId; member in HidlServer
108 bool doCallHidl = thisId == kP1Id && idx % 4 < 2; in call()
110 LOG(INFO) << "HidlServer CALL " << thisId << " to " << otherId << " at idx: " << idx in call()
128 AidlServer(size_t thisId, size_t otherId) : thisId(thisId), otherId(otherId) {} in AidlServer() argument
129 size_t thisId; member in AidlServer
137 bool doCallHidl = thisId == kP2Id && idx % 4 < 2; in call()
138 LOG(INFO) << "AidlServer CALL " << thisId << " to " << otherId << " at idx: " << idx in call()
207 int server(size_t thisId, size_t otherId) { in server() argument
210 sp<AidlServer> aidlServer = new AidlServer(thisId, otherId); in server()
[all …]