Searched defs:length (Results 26 - 50 of 270) sorted by relevance

1234567891011

/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp78 LOC_LOGV("length: %d\n data: %p", mLen, mData);
157 char* data, int length)
161 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
156 loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, char* data, int length) argument
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
136 if (length <= 0) {
146 result = loc_eng_dmn_conn_loc_api_server_if_request_handler(p_cmsgbuf, length);
150 result = loc_eng_dmn_conn_loc_api_server_if_release_handler(p_cmsgbuf, length);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp78 LOC_LOGV("length: %d\n data: %p", mLen, mData);
137 char* data, int length)
140 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
154 length of server string
136 loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, char* data, int length) argument
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
136 if (length <= 0) {
146 result = loc_eng_dmn_conn_loc_api_server_if_request_handler(p_cmsgbuf, length);
150 result = loc_eng_dmn_conn_loc_api_server_if_release_handler(p_cmsgbuf, length);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp78 LOC_LOGV("length: %d\n data: %p", mLen, mData);
157 char* data, int length)
161 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
156 loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, char* data, int length) argument
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
136 if (length <= 0) {
146 result = loc_eng_dmn_conn_loc_api_server_if_request_handler(p_cmsgbuf, length);
150 result = loc_eng_dmn_conn_loc_api_server_if_release_handler(p_cmsgbuf, length);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp78 LOC_LOGV("length: %d\n data: %p", mLen, mData);
157 char* data, int length)
161 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
156 loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, char* data, int length) argument
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
136 if (length <= 0) {
146 result = loc_eng_dmn_conn_loc_api_server_if_request_handler(p_cmsgbuf, length);
150 result = loc_eng_dmn_conn_loc_api_server_if_release_handler(p_cmsgbuf, length);
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Duart.hpp103 * @param length maximum size of buffer
107 read(char* data, int length) argument
109 return mraa_uart_read(m_uart, data, (size_t) length);
116 * @param length maximum size of buffer
120 write(const char* data, int length) argument
122 return mraa_uart_write(m_uart, data, (size_t) length);
128 * @param length to read
132 readStr(int length) argument
134 char* data = (char*) malloc(sizeof(char) * length);
135 int v = mraa_uart_read(m_uart, data, (size_t) length);
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/spi/
H A Dspi.c252 uint16_t length = 1; local
260 msg.len = length;
274 uint16_t length = 2; local
282 msg.len = length;
291 mraa_spi_transfer_buf(mraa_spi_context dev, uint8_t* data, uint8_t* rxbuf, int length) argument
301 msg.len = length;
310 mraa_spi_transfer_buf_word(mraa_spi_context dev, uint16_t* data, uint16_t* rxbuf, int length) argument
320 msg.len = length;
329 mraa_spi_write_buf(mraa_spi_context dev, uint8_t* data, int length) argument
331 uint8_t* recv = malloc(sizeof(uint8_t) * length);
341 mraa_spi_write_buf_word(mraa_spi_context dev, uint16_t* data, int length) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dnrf8001-helloworld.cxx131 uart_process_control_point_rx(uint8_t *byte, uint8_t length) { argument
/hardware/intel/bootstub/
H A Dsfi.h33 u32 length; member in struct:sfi_table_header
48 ((ptable->header.length - SFI_TBL_HEADER_LEN) / \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c18 stdio_read(void * p, size_t length, void * file) argument
23 r = fread(p, length, 1, fp);
85 size_t length, size; local
125 nestegg_track_codec_data(ctx, i, j, &codec_data, &length);
127 fprintf(stderr, " (%p, %u)", codec_data, (unsigned int) length);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmdec.c17 static int nestegg_read_cb(void *buffer, size_t length, void *userdata) { argument
20 if (fread(buffer, 1, length, f) < length) {
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dlist.c101 int length = 0; local
105 length++;
108 return length;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c123 * @param[in] length Length of data vector in bytes
126 inv_error_t inv_load_mpl_states(const unsigned char *data, size_t length) argument
133 len = length; // Important so we get negative numbers
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c123 * @param[in] length Length of data vector in bytes
126 inv_error_t inv_load_mpl_states(const unsigned char *data, size_t length) argument
133 len = length; // Important so we get negative numbers
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUtil.cpp152 int length = 0; local
156 memcpy(&length, data, sizeof(int));
158 ALOGV("Total length is %d",length);
162 while (length >= MIN_AUDIO_DESC_LENGTH && count < MAX_SHORT_AUDIO_DESC_CNT) {
167 length -= MIN_AUDIO_DESC_LENGTH;
232 int length = 0; local
236 memcpy(&length, data, sizeof(int));
237 ALOGV("Total length is %d",length);
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
136 if (length <= 0) {
146 result = loc_eng_dmn_conn_loc_api_server_if_request_handler(p_cmsgbuf, length);
150 result = loc_eng_dmn_conn_loc_api_server_if_release_handler(p_cmsgbuf, length);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
136 if (length <= 0) {
146 result = loc_eng_dmn_conn_loc_api_server_if_request_handler(p_cmsgbuf, length);
150 result = loc_eng_dmn_conn_loc_api_server_if_release_handler(p_cmsgbuf, length);
/hardware/qcom/gps/msm8084/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
241 reads a fixed number of parameters at a time which is equal to the length
248 table_length: length of the configuration table
311 length: strlen(conf_data)
313 table_length: length of the configuration table
324 int loc_update_conf(const char* conf_data, int32_t length, argument
329 if (conf_data && length && config_table && table_length) {
331 char* conf_copy = (char*)malloc(length+1);
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length]
[all...]
/hardware/qcom/gps/msm8909/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
241 reads a fixed number of parameters at a time which is equal to the length
248 table_length: length of the configuration table
311 length: strlen(conf_data)
313 table_length: length of the configuration table
324 int loc_update_conf(const char* conf_data, int32_t length, argument
329 if (conf_data && length && config_table && table_length) {
331 char* conf_copy = (char*)malloc(length+1);
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length]
[all...]
/hardware/qcom/gps/msm8994/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
241 reads a fixed number of parameters at a time which is equal to the length
248 table_length: length of the configuration table
311 length: strlen(conf_data)
313 table_length: length of the configuration table
324 int loc_update_conf(const char* conf_data, int32_t length, argument
329 if (conf_data && length && config_table && table_length) {
331 char* conf_copy = (char*)malloc(length+1);
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length]
[all...]
/hardware/qcom/gps/msm8996/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
241 reads a fixed number of parameters at a time which is equal to the length
248 table_length: length of the configuration table
311 length: strlen(conf_data)
313 table_length: length of the configuration table
324 int loc_update_conf(const char* conf_data, int32_t length, argument
329 if (conf_data && length && config_table && table_length) {
331 char* conf_copy = (char*)malloc(length+1);
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length]
[all...]
/hardware/qcom/gps/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
241 reads a fixed number of parameters at a time which is equal to the length
248 table_length: length of the configuration table
311 length: strlen(conf_data)
313 table_length: length of the configuration table
324 int loc_update_conf(const char* conf_data, int32_t length, argument
329 if (conf_data && length && config_table && table_length) {
331 char* conf_copy = (char*)malloc(length+1);
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length]
[all...]

Completed in 852 milliseconds

1234567891011