Searched refs:readData (Results 1 - 25 of 37) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/mma7455/
H A Djavaupm_mma7455.i17 %typemap(out) short *readData {
23 %ignore readData(short *, short *, short *);
H A Dmma7455.cxx79 error = readData (&xyz.value.x, &xyz.value.y, &xyz.value.z);
99 MMA7455::readData (short * ptrX, short * ptrY, short * ptrZ) { function in class:MMA7455
140 short *MMA7455::readData() { function in class:MMA7455
142 readData(&v[0], &v[1], &v[2]);
H A Dmma7455.h208 mraa::Result readData (short * ptrX, short * ptrY, short * ptrZ);
216 short *readData ();
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DMMA7455Sample.java43 val = sensor.readData();
H A DUblox6Sample.java64 int rv = nmea.readData(nmeaBuffer);
H A DHM11Sample.java55 ble.readData(buffer);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dmma7455.cxx52 sensor->readData(&x, &y, &z);
H A Dublox6.cxx75 int rv = nmea->readData(nmeaBuffer, bufferLength);
H A Dhm11.cxx61 ble->readData(buffer, BUFSIZ - 1);
H A Dhmtrp.cxx81 // and reads any available data via readData().
133 int rv = radio->readData(radioBuffer, bufferLength - 1);
/hardware/bsp/intel/peripheral/libupm/src/grovegprs/
H A Dgrovegprs.h105 int readData(char *buffer, unsigned int len);
H A Dgrovegprs.cxx48 int GroveGPRS::readData(char *buffer, unsigned int len) function in class:GroveGPRS
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
H A Dgrovescam.cxx114 int GROVESCAM::readData(uint8_t *buffer, int len) function in class:GROVESCAM
191 readData(&ch, 1);
216 if (readData(resp, pktLen) != pktLen)
225 if (readData(resp, pktLen) != pktLen)
271 if (readData(resp, pktLen) != pktLen)
310 if (readData(resp, pktLen) != pktLen)
339 if (readData(resp, pktLen) != pktLen)
366 if (readData(resp, pktLen) != pktLen)
378 if (readData(resp, pktLen) != pktLen)
457 uint16_t cnt = readData(pk
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dublox6.js55 var rv = myGPSSensor.readData(nmeaBuffer, bufferLength);
63 // specified by myGPSSensor.readData
H A Dhm11.js56 bleObj.readData(bleBuffer, bufferLength);
59 // specified by myGPSSensor.readData
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dublox6.py65 rv = myGPSSensor.readData(nmeaBuffer, bufferLength)
71 # specified by myGPSSensor.readData
H A Dhm11.py71 bleObj.readData(bleBuffer, bufferLength)
74 # specified by myGPSSensor.readData
/hardware/bsp/intel/peripheral/libupm/src/hm11/
H A Dhm11.h114 int readData(char *buffer, int len);
/hardware/bsp/intel/peripheral/libupm/src/hp20x/
H A Dhp20x.cxx137 int HP20X::readData() function in class:HP20X
175 return ((float)readData() / 100.0);
193 return ((float)readData() / 100.0);
211 return ((float)readData() / 100.0);
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
H A Dmhz16.h109 int readData(char *buffer, int len);
H A Dmhz16.cxx100 int MHZ16::readData(char *buffer, int len) function in class:MHZ16
206 if ((rv = readData((char *)packet, 9)) != 9)
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
H A Dublox6.h101 int readData(char *buffer, int len);
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
H A Dhmtrp.cxx101 int HMTRP::readData(char *buffer, int len, int millis) function in class:HMTRP
180 int rv = readData(buf, 4, defaultDelay);
224 int rv = readData(buf, 16, defaultDelay);
440 int rv = readData(&buf, 1, defaultDelay);
472 int rv = readData(&buf, 1, defaultDelay);
/hardware/bsp/intel/peripheral/libupm/src/pn532/
H A Dpn532.cxx163 readData(pn532_packetbuffer, 12);
243 readData(pn532_packetbuffer, 8);
320 readData(pn532_packetbuffer, 20);
426 readData(pn532_packetbuffer, sizeof(pn532_packetbuffer));
506 readData(pn532_packetbuffer, sizeof(pn532_packetbuffer));
790 readData(pn532_packetbuffer, 12);
849 readData(pn532_packetbuffer, 26);
915 readData(pn532_packetbuffer, 26);
1185 readData(pn532_packetbuffer, 26);
1279 readData(pn532_packetbuffe
1463 void PN532::readData(uint8_t* buff, uint8_t n) function in class:PN532
[all...]
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
H A Dwt5001.cxx101 int WT5001::readData(char *buffer, int len) function in class:WT5001
180 int rv = readData(&resp, 1);
446 int rv = readData((char *)vol, 1);
469 int rv = readData((char *)ps, 1);
509 int rv = readData(buf, 2);
535 int rv = readData(buf, 2);
561 int rv = readData(buf, 4);
588 int rv = readData(buf, 3);

Completed in 276 milliseconds

12