Searched refs:thisId (Results 1 – 1 of 1) sorted by relevance
99 HidlServer(size_t thisId, size_t otherId) : thisId(thisId), otherId(otherId) {} in HidlServer() argument100 size_t thisId; member in HidlServer108 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() argument129 size_t thisId; member in AidlServer137 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() argument210 sp<AidlServer> aidlServer = new AidlServer(thisId, otherId); in server()[all …]