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.cpp31 const uint32_t SEND_BUF_SIZE = 8192; variable
163 if (request_size > SEND_BUF_SIZE) in Send()
165 uint8_t send_buf[SEND_BUF_SIZE]; in Send()