Searched refs:length (Results 151 - 175 of 498) sorted by relevance

1234567891011>>

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.h140 setXtraData(char* data, int length) argument
142 return mLocApi->setXtraData(data, length);
259 size_t length,
262 mLocApi->installAGpsCert(pData, length, slotBitMask);
275 virtual void reportNmea(const char* nmea, int length);
258 installAGpsCert(const DerEncodedCertificate* pData, size_t length, uint32_t slotBitMask) argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.h145 setXtraData(char* data, int length) argument
147 return mLocApi->setXtraData(data, length);
261 size_t length,
264 mLocApi->installAGpsCert(pData, length, slotBitMask);
278 virtual void reportNmea(const char* nmea, int length);
260 installAGpsCert(const DerEncodedCertificate* pData, size_t length, uint32_t slotBitMask) argument
/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/loc_api/libloc_api_50001/
H A DLocEngAdapter.h141 setXtraData(char* data, int length) argument
143 return mLocApi->setXtraData(data, length);
260 size_t length,
263 mLocApi->installAGpsCert(pData, length, slotBitMask);
276 virtual void reportNmea(const char* nmea, int length);
259 installAGpsCert(const DerEncodedCertificate* pData, size_t length, uint32_t slotBitMask) argument
/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/loc_api/libloc_api_50001/
H A DLocEngAdapter.h140 setXtraData(char* data, int length) argument
142 return mLocApi->setXtraData(data, length);
259 size_t length,
262 mLocApi->installAGpsCert(pData, length, slotBitMask);
275 virtual void reportNmea(const char* nmea, int length);
258 installAGpsCert(const DerEncodedCertificate* pData, size_t length, uint32_t slotBitMask) argument
/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/loc_api/libloc_api_50001/
H A DLocEngAdapter.h141 setXtraData(char* data, int length) argument
143 return mLocApi->setXtraData(data, length);
260 size_t length,
263 mLocApi->installAGpsCert(pData, length, slotBitMask);
276 virtual void reportNmea(const char* nmea, int length);
259 installAGpsCert(const DerEncodedCertificate* pData, size_t length, uint32_t slotBitMask) argument
/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...]
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_adv_func.h64 int (*i2c_read_replace) (mraa_i2c_context dev, uint8_t* data, int length);
68 int (*i2c_read_bytes_data_replace) (mraa_i2c_context dev, uint8_t command, uint8_t* data, int length);
69 mraa_result_t (*i2c_write_replace) (mraa_i2c_context dev, const uint8_t* data, int length);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dwebm_video_source.h23 nestegg_read_cb(void *buffer, size_t length, void *userdata) { argument
26 if (fread(buffer, 1, length, f) < 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/libmix/videodecoder/securevideo/baytrail/
H A Dsecvideoparser.h113 uint32_t length; member in struct:__anon747
127 uint32_t length; member in struct:__anon749
H A DVideoDecoderAVCSecure.cpp103 mFrameSize = pFrameInfo->length;
126 &pFrameInfo->nalus[i].length,
148 pFrameInfo->nalus[i].length);
149 sizeAccumulated += pFrameInfo->nalus[i].length;
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A Dsecvideoparser.h113 uint32_t length; member in struct:__anon761
127 uint32_t length; member in struct:__anon763
H A DVideoDecoderAVCSecure.cpp103 mFrameSize = pFrameInfo->length;
126 &pFrameInfo->nalus[i].length,
148 pFrameInfo->nalus[i].length);
149 sizeAccumulated += pFrameInfo->nalus[i].length;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnancommand.h82 u32 length,
85 u32 length,
/hardware/ti/omap4xxx/ion/
H A Dion.c107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, argument
121 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
/hardware/bsp/intel/peripheral/displays/SparkFun_OLED/
H A DSparkFunOLED.cpp84 if (options->display_text.length() == 0)
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DHM11Sample.java75 if (args.length > 0) {
H A DNRF24L01_receiverSample.java77 for (int i = 0; i < rx_buffer.length; i++)
H A DNRF24L01_transmitterSample.java60 for (int i = 0; i < tx_buffer.length; i++)
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DVirtualThermalZone.java94 for (int i = 0; i < mZoneTempThresholdsRaw.length; i++) {
228 } else if (order != null && weights.length == order.length) {
232 for (int i = 0; i < weights.length; i++) {
/hardware/qcom/gps/msm8084/core/
H A DLocAdapterBase.cpp88 reportNmea(const char* nmea, int length)

Completed in 612 milliseconds

1234567891011>>