Home
last modified time | relevance | path

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

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp41 constexpr const uint32_t SEND_BUF_SIZE = 8192; variable
184 if (request_size > SEND_BUF_SIZE) in Send()
186 uint8_t send_buf[SEND_BUF_SIZE]; in Send()