Searched refs:len (Results 251 - 275 of 736) sorted by relevance

<<11121314151617181920>>

/system/bt/bta/ag/
H A Dbta_ag_at.cc167 void bta_ag_at_parse(tBTA_AG_AT_CB* p_cb, char* p_buf, uint16_t len) { argument
176 for (i = 0; i < len;) {
177 while (p_cb->cmd_pos < p_cb->cmd_max_len - 1 && i < len) {
209 if (i < len) p_cb->cmd_pos = 0;
H A Dbta_ag_at.h120 extern void bta_ag_at_parse(tBTA_AG_AT_CB* p_cb, char* p_buf, uint16_t len);
/system/bt/bta/include/
H A Dbta_hh_co.h49 extern void bta_hh_co_data(uint8_t dev_handle, uint8_t* p_rpt, uint16_t len,
/system/bt/bta/pan/
H A Dbta_pan_ci.cc125 uint8_t* p_data, uint16_t len, bool ext) {
135 p_buf->len = len;
138 memcpy((uint8_t*)(p_buf + 1) + p_buf->offset, p_data, len);
123 bta_pan_ci_rx_write(uint16_t handle, const RawAddress& dst, const RawAddress& src, uint16_t protocol, uint8_t* p_data, uint16_t len, bool ext) argument
/system/bt/btif/include/
H A Dbtif_util.h65 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex);
/system/bt/btif/src/
H A Dbtif_core.cc201 BTIF_TRACE_VERBOSE("btif_transfer_context event %d, len %d", event,
428 prop.len = sizeof(RawAddress);
605 bt_status_t btif_dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { argument
612 BTM_VendorSpecificCommand(opcode, len, buf, btif_dut_mode_cback);
749 BTIF_TRACE_EVENT("type: %d, len %d, 0x%x", p_prop->type, p_prop->len,
762 prop.len = sizeof(buf);
772 prop.len = sizeof(bt_local_le_features_t);
792 memcpy(prop.val, &local_le_features, prop.len);
825 prop.len
[all...]
/system/bt/stack/hid/
H A Dhidd_int.h74 uint16_t len, uint8_t* p_data);
/system/bt/stack/srvc/
H A Dsrvc_eng_int.h68 uint16_t len, uint8_t* p_value);
/system/core/adb/
H A Dtransport_usb.cpp74 size_t len = p->msg.data_length; local
75 size_t rem_size = len % usb_packet_size;
77 len += usb_packet_size - rem_size;
80 p->payload.resize(len);
/system/core/include/cutils/
H A Dstr_parms.h47 char *out_val, int len);
/system/core/libcutils/
H A Dashmem-dev.cpp193 int ashmem_pin_region(int fd, size_t offset, size_t len) argument
195 // TODO: should LP64 reject too-large offset/len?
196 ashmem_pin pin = { static_cast<uint32_t>(offset), static_cast<uint32_t>(len) };
206 int ashmem_unpin_region(int fd, size_t offset, size_t len) argument
208 // TODO: should LP64 reject too-large offset/len?
209 ashmem_pin pin = { static_cast<uint32_t>(offset), static_cast<uint32_t>(len) };
H A Dsockets_windows.cpp76 wsa_buffers[i].len = buffers[i].length;
/system/core/libcutils/include/cutils/
H A Dstr_parms.h47 char *out_val, int len);
/system/core/libcutils/include/private/
H A Dfs_config.h44 uint16_t len; member in struct:fs_path_config_from_file
/system/core/libcutils/include_vndk/cutils/
H A Dstr_parms.h47 char *out_val, int len);
/system/core/libion/kernel-headers/linux/
H A Dion.h46 size_t len; member in struct:ion_allocation_data
/system/core/libion/original-kernel-headers/linux/
H A Dion.h77 * @len: size of the allocation
87 size_t len; member in struct:ion_allocation_data
/system/core/logd/
H A DLogAudit.h38 int log(char* buf, size_t len);
/system/core/storaged/tools/
H A Dranker.py105 i = len(words) - 8
117 elif len(words) > 8:
123 i = len(words) - 8
163 for j in range(min(args.uidcnt, len(uid_rank[0]))):
/system/extras/ext4_utils/
H A Dext4_sb.c41 info->len = (uint64_t)info->block_size * len_blocks;
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h120 * Length of the array (in sizeof(pid_t) units) is returned through *len.
122 int pm_kernel_pids(pm_kernel_t *ker, pid_t **pids_out, size_t *len);
161 uint64_t **range_out, size_t *len);
176 int pm_process_maps(pm_process_t *proc, pm_map_t ***maps_out, size_t *len);
195 int pm_map_pagemap(pm_map_t *map, uint64_t **pagemap_out, size_t *len);
/system/extras/perfprofd/scripts/
H A Dsorted_collection.py52 return len(self._items)
116 if i != len(self) and self._keys[i] == k:
137 if i != len(self):
144 if i != len(self):
/system/extras/tests/workloads/
H A Dpowerave.py23 if len(argvrem) > 1:
/system/hwservicemanager/
H A DAccessControl.h24 static int auditCallback(void *data, security_class_t cls, char *buf, size_t len);
/system/libhwbinder/include/hwbinder/
H A DBufferedTextOutput.h39 virtual status_t print(const char* txt, size_t len);

Completed in 7013 milliseconds

<<11121314151617181920>>