Searched refs:UAGENT_PAYLOAD_CMD_SIZE (Results 1 – 2 of 2) sorted by relevance
95 uagent_queue_buffer = aos_malloc(UAGENT_PAYLOAD_CMD_SIZE*UAGENT_QUEUE_COUNT); in uagent_init()99 UAGENT_PAYLOAD_CMD_SIZE*UAGENT_QUEUE_COUNT, in uagent_init()100 UAGENT_PAYLOAD_CMD_SIZE)) { in uagent_init()227 char tmp_buf[UAGENT_PAYLOAD_CMD_SIZE]; in uagent_request_service()233 …p->len = len < UAGENT_PAYLOAD_CMD_SIZE - sizeof(uagent_exchange_header_t) - 1 ? len : UAGENT_PAYLO… in uagent_request_service()341 char tmp_buf[UAGENT_PAYLOAD_CMD_SIZE]; in ext_request_service()347 …p->len = len < UAGENT_PAYLOAD_CMD_SIZE - sizeof(uagent_exchange_header_t) - 1 ? len : UAGENT_PAYLO… in ext_request_service()362 char tmp_buf[UAGENT_PAYLOAD_CMD_SIZE]; in uagent_routine()
17 #define UAGENT_PAYLOAD_CMD_SIZE 520 macro
Completed in 4 milliseconds