Home
last modified time | relevance | path

Searched refs:maxlen (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung/nfc/halimpl/src/
Dutil.cc38 bool willBeContinuous(char* buffer, size_t maxlen) { in willBeContinuous() argument
43 len = strnlen(buffer, maxlen); in willBeContinuous()
44 if (len == maxlen && buffer[len - 2] != '\n') return true; in willBeContinuous()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h98 uint maxlen; /* Maximum length of packets to send */ member
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp396 constexpr size_t maxlen = 8; in make_hdradio_station_name() local
399 shortName.reserve(maxlen); in make_hdradio_station_name()
405 if (shortName.length() >= maxlen) break; in make_hdradio_station_name()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c655 pktgen.maxlen = opts.uval; in dhd_pktgen()
658 pktgen.minlen = pktgen.maxlen = opts.uval; in dhd_pktgen()
684 if (pktgen.maxlen < pktgen.minlen) { in dhd_pktgen()
685 fprintf(stderr, "min/max error (%d/%d)\n", pktgen.minlen, pktgen.maxlen); in dhd_pktgen()
707 str, pktgen.count, pktgen.minlen, pktgen.maxlen, pktgen.freq); in dhd_pktgen()