Searched refs:clientInputSize (Results 1 – 1 of 1) sorted by relevance
1240 int32_t clientInputSize = 0; in configure() local1242 msg->findInt32(KEY_MAX_INPUT_SIZE, &clientInputSize) && clientInputSize > 0; in configure()1267 if ((uint32_t)clientInputSize < maxInputSize.value) { in configure()1270 "recommendation.", clientInputSize, maxInputSize.value); in configure()1275 maxInputSize.value = clientInputSize; in configure()