Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 8 of 8) sorted by relevance

/hardware/samsung/nfc/halimpl/src/
Dutil.cc38 bool willBeContinuous(char* buffer, size_t maxlen) { in willBeContinuous()
/hardware/interfaces/tetheroffload/aidl/default/
DOffload.cpp240 uint8_t maxlen = (family == AF_INET) ? 32 : 128; in validateIpAddressOrPrefix() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h98 uint maxlen; /* Maximum length of packets to send */ member
Dbcmutils.h226 uint16 maxlen; member
/hardware/google/aemu/base/testing/
Dfile_io.cpp168 char* __cdecl getcwd(char* buffer, int maxlen) { in getcwd()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp396 constexpr size_t maxlen = 8; in make_hdradio_station_name() local
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp515 constexpr size_t maxlen = 8; in makeHdRadioStationName() local
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreg.py832 def dumpReg(self, maxlen=120, filehandle=sys.stdout): argument