Searched refs:countof (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/ |
D | FdTrigger.cpp | 83 int ret = TEMP_FAILURE_RETRY(poll(pfd, countof(pfd), -1)); in triggerablePoll()
|
D | Utils.h | 69 constexpr size_t countof(T (&)[N]) { in countof() function
|
D | RpcState.cpp | 620 if (status_t status = rpcSend(connection, session, "transaction", iovs, countof(iovs), in transactAddress() 693 if (status_t status = rpcRec(connection, session, "reply body", iovs, countof(iovs), nullptr); in waitForReply() 763 return rpcSend(connection, session, "dec ref", iovs, countof(iovs), std::nullopt); in sendDecStrongToTarget() 1146 return rpcSend(connection, session, "reply", iovs, countof(iovs), std::nullopt, in processTransactInternal()
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcWireProtocolTest.cpp | 73 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt32Array(countof(kInt32Array), kInt32Array)); }, in __anon4b266a361e02() 74 [](Parcel* p) { ASSERT_EQ(OK, p->writeByteArray(countof(kByteArray), kByteArray)); }, in __anon4b266a361f02()
|
D | binderRpcTest.cpp | 1204 ret = TEMP_FAILURE_RETRY(poll(pfd, countof(pfd), -1)); in testSupportVsockLoopback()
|