Searched refs:clientInputSize (Results 1 – 1 of 1) sorted by relevance
1574 int32_t clientInputSize = 0; in configure() local1576 msg->findInt32(KEY_MAX_INPUT_SIZE, &clientInputSize) && clientInputSize > 0; in configure()1601 if ((uint32_t)clientInputSize < maxInputSize.value) { in configure()1604 "recommendation.", clientInputSize, maxInputSize.value); in configure()1609 maxInputSize.value = clientInputSize; in configure()