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.cpp56 static constexpr int MAX_RX_MSG_SZ = 2048; in read() local
57 std::vector<uint8_t> msg = std::vector<uint8_t>(MAX_RX_MSG_SZ); in read()
62 if (numBytes == MAX_RX_MSG_SZ) { in read()
63 ALOGE("%s: Received max size = %d", __FUNCTION__, MAX_RX_MSG_SZ); in read()