Searched refs:CRAS_CLIENT_MAX_MSG_SIZE (Results 1 – 3 of 3) sorted by relevance
176 uint8_t buf[CRAS_CLIENT_MAX_MSG_SIZE]; in handle_get_hotword_models()183 if (hotword_models_size + sizeof(*msg) > CRAS_CLIENT_MAX_MSG_SIZE) { in handle_get_hotword_models()
21 #define CRAS_CLIENT_MAX_MSG_SIZE 256 macro
593 uint8_t buffer[CRAS_CLIENT_MAX_MSG_SIZE]; in shutdown_and_close_socket()1703 uint8_t buf[CRAS_CLIENT_MAX_MSG_SIZE]; in handle_message_from_server()