Searched defs:max_len (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64() 1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32() 1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8() 1471 static bool copyTLVEmpty(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag) in copyTLVEmpty() 1484 const size_t max_len = HOST_HUB_CHRE_PACKET_MAX_LEN - sizeof(struct NanohubHalRet); in processAppTags() local 1657 const size_t max_len = HOST_HUB_CHRE_PACKET_MAX_LEN - sizeof(struct NanohubHalRet); in halSysInfo() local
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | wifi_hal.cpp | 352 u32 *max_len) { in wifi_get_packet_filter_capabilities()
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_hal.cpp | 900 u32* version, u32* max_len) in AndroidPktFilterCommand() 1330 u32 *version, u32 *max_len) in wifi_get_packet_filter_capabilities()
|