Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DPipeComm.cpp61 static constexpr int MAX_RX_MSG_SZ = 2048; in read() local
62 std::vector<uint8_t> msg = std::vector<uint8_t>(MAX_RX_MSG_SZ); in read()
67 if (numBytes == MAX_RX_MSG_SZ) { in read()
68 ALOGE("%s: Received max size = %d", __FUNCTION__, MAX_RX_MSG_SZ); in read()