Searched refs:length (Results 1 - 25 of 498) sorted by relevance

1234567891011>>

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp51 Total length of the nmea sentence
57 void loc_eng_nmea_send(char *pNmea, int length, loc_eng_data_s_type *loc_eng_data_p) argument
64 loc_eng_data_p->nmea_cb(now, pNmea, length);
78 Total length of the nmea sentence
87 int length = 0; local
93 length++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
97 return (length + checksumLength);
132 int length = 0; local
165 length
614 int length = 0; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp51 Total length of the nmea sentence
57 void loc_eng_nmea_send(char *pNmea, int length, loc_eng_data_s_type *loc_eng_data_p) argument
64 loc_eng_data_p->nmea_cb(now, pNmea, length);
78 Total length of the nmea sentence
87 int length = 0; local
93 length++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
97 return (length + checksumLength);
126 int length = 0; local
162 length
611 int length = 0; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp51 Total length of the nmea sentence
57 void loc_eng_nmea_send(char *pNmea, int length, loc_eng_data_s_type *loc_eng_data_p) argument
64 loc_eng_data_p->nmea_cb(now, pNmea, length);
78 Total length of the nmea sentence
87 int length = 0; local
93 length++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
97 return (length + checksumLength);
132 int length = 0; local
165 length
614 int length = 0; local
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp51 Total length of the nmea sentence
57 void loc_eng_nmea_send(char *pNmea, int length, loc_eng_data_s_type *loc_eng_data_p) argument
64 loc_eng_data_p->nmea_cb(now, pNmea, length);
78 Total length of the nmea sentence
87 int length = 0; local
93 length++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
97 return (length + checksumLength);
132 int length = 0; local
165 length
614 int length = 0; local
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp51 Total length of the nmea sentence
57 void loc_eng_nmea_send(char *pNmea, int length, loc_eng_data_s_type *loc_eng_data_p) argument
64 loc_eng_data_p->nmea_cb(now, pNmea, length);
78 Total length of the nmea sentence
87 int length = 0; local
93 length++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
97 return (length + checksumLength);
132 int length = 0; local
166 length
615 int length = 0; local
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp48 Total length of the nmea sentence
54 void loc_eng_nmea_send(char *pNmea, int length, loc_eng_data_s_type *loc_eng_data_p) argument
60 loc_eng_data_p->nmea_cb(now, pNmea, length);
74 Total length of the nmea sentence
83 int length = 0; local
89 length++;
92 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
93 return (length + checksumLength);
122 int length = 0; local
158 length
607 int length = 0; local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
H A Djavaupm_m24lr64e.i16 int length = upm::M24LR64E::UID_LENGTH;
17 $result = JCALL1(NewByteArray, jenv, length);
18 JCALL4(SetByteArrayRegion, jenv, $result, 0, length, reinterpret_cast<signed char *>($1));
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlsl.h21 * transfers in burst of variable length up to
24 * Transfers of length greater than SERIAL_MAX_TRANSFER_SIZE, will
25 * be subdivided in smaller transfers of length <=
114 * @length Length of burst of data.
122 unsigned short length,
130 * @length Length of burst of data.
139 unsigned short length,
149 * @length Length of burst data.
161 unsigned short length,
169 * @length Lengt
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlsl.h21 * transfers in burst of variable length up to
24 * Transfers of length greater than SERIAL_MAX_TRANSFER_SIZE, will
25 * be subdivided in smaller transfers of length <=
114 * @length Length of burst of data.
122 unsigned short length,
130 * @length Length of burst of data.
139 unsigned short length,
149 * @length Length of burst data.
161 unsigned short length,
169 * @length Lengt
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/java/
H A Dmraajava.i5 %typemap(jtype) (uint8_t *txBuf, int length) "byte[]"
6 %typemap(jstype) (uint8_t *txBuf, int length) "byte[]"
7 %typemap(jni) (uint8_t *txBuf, int length) "jbyteArray"
8 %typemap(javain) (uint8_t *txBuf, int length) "$javainput"
10 %typemap(in,numinputs=1) (uint8_t *txBuf, int length) {
15 %typemap(jtype) (uint8_t *data, int length) "byte[]"
16 %typemap(jstype) (uint8_t *data, int length) "byte[]"
17 %typemap(jni) (uint8_t *data, int length) "jbyteArray"
18 %typemap(javain) (uint8_t *data, int length) "$javainput"
20 %typemap(in,numinputs=1) (uint8_t *data, int length) {
[all...]
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Dspi.hpp135 * @param length size of buffer to send
136 * @return uint8_t* data received on the miso line. Same length as passed in
139 write(uint8_t* txBuf, int length) argument
141 return mraa_spi_write_buf(m_spi, txBuf, length);
151 * @param length size of buffer (in bytes) to send
152 * @return uint8_t* data received on the miso line. Same length as passed in
155 write_word(uint16_t* txBuf, int length) argument
157 return mraa_spi_write_buf_word(m_spi, txBuf, length);
168 * @param length size of buffer to send
172 transfer(uint8_t* txBuf, uint8_t* rxBuf, int length) argument
187 transfer_word(uint16_t* txBuf, uint16_t* rxBuf, int length) argument
[all...]
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...]
H A Di2c.hpp115 * Read length bytes from the bus into *data pointer
118 * @param length Size of read in bytes to make
119 * @return length of read, should match length
122 read(uint8_t* data, int length) argument
124 return mraa_i2c_read(m_i2c, data, length);
152 * Read length bytes from the bus into *data pointer starting from
157 * @param length max number of bytes to read
158 * @return length passed to the function or -1
161 readBytesReg(uint8_t reg, uint8_t* data, int length) argument
187 write(const uint8_t* data, int length) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Doled_ssd1308.js89 var intelLogo = new LCD.uint8Array(logoArr.length);
90 for (var x = 0; x < logoArr.length; x++)
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddump_impl.cpp37 DisplayError DumpInterface::GetDump(char *buffer, uint32_t length) { argument
38 if (!buffer || !length) {
43 DumpImpl::AppendString(buffer, length, "\n-------- Snapdragon Display Manager --------");
45 DumpImpl::dump_list_[i]->AppendDump(buffer, length);
47 DumpImpl::AppendString(buffer, length, "\n\n");
60 void DumpImpl::AppendString(char *buffer, uint32_t length, const char *format, ...) { argument
62 if (filled >= length) {
69 vsnprintf(buffer, length - filled, format, list);
H A Ddump_impl.h35 // buffer address & length will be already adjusted before calling into these modules.
36 virtual void AppendDump(char *buffer, uint32_t length) = 0;
37 static void AppendString(char *buffer, uint32_t length, const char *format, ...);
/hardware/bsp/intel/peripheral/libmraa/src/python/
H A Dmraa.i11 %typemap(in) (const char* data, int length) {
23 %typemap(in) (const uint8_t *data, int length) {
35 %typemap(in) (uint8_t *txBuf, int length) {
50 // need to loop over length
58 // need to loop over length
64 %newobject I2c::read(uint8_t *data, int length);
65 %newobject Spi::write(uint8_t *data, int length);
66 %newobject Uart::read(char* data, int length);
67 %newobject Spi::transfer(uint8_t *txBuf, uint8_t *rxBuf, int length);
71 %typemap(in) (char* data, int length) {
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
H A DEbmlBufferWriter.h10 unsigned int length; member in struct:__anon1026
/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddump_interface.h52 @param[in] length Length of the string buffer. Length shall be offset adjusted if any.
59 static DisplayError GetDump(char *buffer, uint32_t length);
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
H A Dhelper.js46 for (i = 0; i < modules.length; i++) {
49 for (i = 0; i < classes.length; i++) {
55 for (i = 0; i < classIndices.length; i++) {
58 if (groups.length != 0) {
61 for (i = 1; i < groups.length; i++) {
80 for (i = 0; i < groups.length; i++) {
84 for (j = 0; j < moduleNames.length; j++) {
166 for (var i = 0; i < ar.length; i++) { \
176 for (var i = 0; i < classes.length; i++) { \
188 for (var i = 0; i < this.classes.length;
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DSSD1308_oledSample.java90 byte[] image = new byte[IntelLogo.length];
91 for (int i = 0; i < IntelLogo.length; i++)
/hardware/intel/common/libva/va/x11/
H A Dva_dristr.h62 CARD16 length B16;
70 CARD32 length B32;
84 CARD16 length B16;
93 CARD32 length B32;
109 CARD16 length B16;
118 CARD32 length B32;
131 CARD16 length B16;
141 CARD32 length B32;
154 CARD16 length B16;
162 CARD16 length B1
[all...]
/hardware/intel/common/libva/va/
H A Dva_enc.h140 * Writes an unsigned int value of the specified length in bits. The
145 * @param[in] length the length (in bits) of the value
149 va_enc_bitstream_write_ui(VAEncBitstream *bs, unsigned int value, int length);
154 * Writes a signed int value of the specified length in bits. The
159 * @param[in] length the length (in bits) of the value
163 va_enc_bitstream_write_si(VAEncBitstream *bs, int value, int length);
168 va_enc_bitstream_skip(VAEncBitstream *bs, unsigned int length);
/hardware/bsp/intel/peripheral/libmraa/examples/java/
H A DSpiMAX7219.java62 ByteBuffer buf = ByteBuffer.allocate(dataAA55.length * 2);
63 for (int i = 0; i < dataAA55.length; i++)
70 buf = ByteBuffer.allocate(data55AA.length * 2);
71 for (int i = 0; i < data55AA.length; i++)
78 buf = ByteBuffer.allocate(data.length * 2);
79 for (int i = 0; i < data.length; i++)
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_ind.cpp209 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
211 outputTlv.length);
214 if (outputTlv.length > NAN_MAX_SERVICE_NAME_LEN) {
215 outputTlv.length = NAN_MAX_SERVICE_NAME_LEN;
217 event->service_specific_info_len = outputTlv.length;
219 outputTlv.length);
222 if (outputTlv.length > NAN_MAX_MATCH_FILTER_LEN) {
223 outputTlv.length = NAN_MAX_MATCH_FILTER_LEN;
225 event->sdf_match_filter_len = outputTlv.length;
227 outputTlv.length);
619 getNanReceivePostDiscoveryVal(const u8 *pInValue, u32 length, NanReceivePostDiscovery *pRxDisc) argument
688 getNanFurtherAvailabilityMap(const u8 *pInValue, u32 length, u8 *num_chans, NanFurtherAvailabilityChannel *pFac) argument
[all...]

Completed in 898 milliseconds

1234567891011>>