Searched defs:maxLen (Results 1 – 8 of 8) sorted by relevance
24 maxLen = 0 variable28 maxLen = max(maxLen, len(defineValuePair[0])) variable
32 public int maxLen; field in Input
444 size_t maxLen; in read() local762 size_t maxLen; in read() local
217 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection()
267 status_t SoundTrigger::guidToString(const sound_trigger_uuid_t *guid, char *str, size_t maxLen) in guidToString()
472 status_t AudioEffect::guidToString(const effect_uuid_t *guid, char *str, size_t maxLen) in guidToString()
715 size_t maxLen = 0; in maxBenchmarkNameLen() local
965 int uuidToString(const effect_uuid_t *uuid, char *str, size_t maxLen) in uuidToString()