Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DFdTrigger.cpp83 int ret = TEMP_FAILURE_RETRY(poll(pfd, countof(pfd), -1)); in triggerablePoll()
DUtils.h69 constexpr size_t countof(T (&)[N]) { in countof() function
DRpcState.cpp620 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/
DbinderRpcWireProtocolTest.cpp73 [](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()
DbinderRpcTest.cpp1204 ret = TEMP_FAILURE_RETRY(poll(pfd, countof(pfd), -1)); in testSupportVsockLoopback()