Home
last modified time | relevance | path

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

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp42 constexpr const uint32_t RECV_BUF_SIZE = 8192; variable
190 uint8_t recv_buf[RECV_BUF_SIZE]; in Send()
191 uint32_t response_size = RECV_BUF_SIZE; in Send()