Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.cpp703 std::optional<Span<const uint8_t>> objectTableBytes = in waitForReply() local
705 if (!objectTableBytes.has_value()) { in waitForReply()
712 objectTableBytes->reinterpret<const uint32_t>(); in waitForReply()
717 objectTableBytes->size); in waitForReply()
961 std::optional<Span<const uint8_t>> objectTableBytes = in processTransactInternal() local
963 if (!objectTableBytes.has_value()) { in processTransactInternal()
970 objectTableBytes->reinterpret<const uint32_t>(); in processTransactInternal()
976 transaction->parcelDataSize, objectTableBytes->size); in processTransactInternal()