Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binderthreadstate/
H A Dtest.cpp39 constexpr size_t kP2Id = 2; variable
115 if (thisId == kP2Id && idx % 4 < 2) { in call()
181 return server(kP1Id, kP2Id); in main()
185 return server(kP2Id, kP1Id); in main()
190 android::waitForService<IAidlStuff>(String16(id2name(kP2Id).c_str())); in main()
191 android::hardware::details::waitForHwService(IHidlStuff::descriptor, id2name(kP2Id).c_str()); in main()