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

<<11121314151617181920>>

/hardware/qcom/display/msm8996/libqdutils/
H A Dqd_utils.cpp80 size_t len = MAX_STRING_LENGTH; local
83 while ((read = getline(&line, &len, fileptr)) != -1) {
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api.xdr117 rpc_uint32 *len;
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api.xdr126 rpc_uint32 *len;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api.xdr117 rpc_uint32 *len;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api.xdr126 rpc_uint32 *len;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api.xdr117 rpc_uint32 *len;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api.xdr126 rpc_uint32 *len;
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_Device.h96 const int16 len,
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h40 uint len; /* length of user buffer */ member in struct:dhd_ioctl
H A Dtrxhdr.h53 uint32 len; /* Length of file including header */ member in struct:trx_header
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
H A Dviddec_fw_common_defs.h91 unsigned int len;/* size of buffer at phys_addr */ member in struct:viddec_input_buffer
H A Dviddec_fw_parser_host.h80 @param[in] len : Length of data allocated at phys.
86 uint32_t viddec_fw_parser_loadfw(uint32_t phys, uint32_t len);
/hardware/intel/common/utils/ituxd/jni/
H A DthermalJNI.cpp67 int ret, fd, len; local
79 len = snprintf(value, SIZE, "%d\n", val);
80 ret = write(fd, value, len);
83 return (ret == len) ? 0 : -1;
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.cpp220 char *dev_full_name, int len)
233 strncpy(dev_full_name, cand_name, len);
244 strncpy(dev_full_name, cand_name, len);
255 strncpy(dev_full_name, cand_name, len);
219 fill_dev_full_name_by_prefix(const char* dev_prefix, char *dev_full_name, int len) argument
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp220 char *dev_full_name, int len)
233 strncpy(dev_full_name, cand_name, len);
244 strncpy(dev_full_name, cand_name, len);
255 strncpy(dev_full_name, cand_name, len);
219 fill_dev_full_name_by_prefix(const char* dev_prefix, char *dev_full_name, int len) argument
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera_hal.cpp65 size_t len = desired.size(); local
66 if (strncmp(desired.c_str(), ent->d_name, len) == 0) {
67 if (strlen(ent->d_name) > len && isdigit(ent->d_name[len])) {
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DConnectionDetector.h72 void handleInotifyData(ssize_t len, const char *data);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
H A DHidParserExample2.cpp41 std::vector<unsigned char> descriptor(t->data, t->data + t->len);
/hardware/nxp/nfc/halimpl/utils/
H A DphNxpNciHal_utils.h88 uint16_t len);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_ConntrackClient.h90 static void Read_TcpUdp_Timeout(char *in, int len);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.h83 virtual void getDump(char *buf, size_t len) const = 0;
118 virtual void getDump(char *buf, size_t len) const;
175 virtual void getDump(char *buf, size_t len) const;
225 void getDump(char *buf, size_t len);
H A DoverlayWriteback.h98 static bool getDump(char *buf, size_t len);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayRotator.h88 virtual void getDump(char *buf, size_t len) const = 0;
125 virtual void getDump(char *buf, size_t len) const;
184 virtual void getDump(char *buf, size_t len) const;
241 void getDump(char *buf, size_t len);
H A DoverlayWriteback.h98 static bool getDump(char *buf, size_t len);
/hardware/qcom/display/msm8909/hdmi_cec/
H A Dqhdmi_cec.h87 void cec_receive_message(cec_context_t *ctx, char *msg, ssize_t len);

Completed in 808 milliseconds

<<11121314151617181920>>