Searched defs:write (Results 1 - 25 of 31) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dlcd.cxx42 LCD::write(int row, int column, std::string msg) function in class:LCD
45 return write(msg);
H A Dssd1308.cxx79 SSD1308::write(std::string msg) function in class:SSD1308
H A Dssd1306.cxx135 SSD1306::write(std::string msg) function in class:SSD1306
H A Dssd1327.cxx179 SSD1327::write(std::string msg) function in class:SSD1327
H A Dlcm1602.cxx127 m_gpioRS->write(0);
128 m_gpioEnable->write(0);
191 Lcm1602::write(std::string msg) function in class:Lcm1602
394 m_gpioRS->write(mode);
417 ret = m_gpioD0->write( ((value >> 0) & 0x01) );
418 ret = m_gpioD1->write( ((value >> 1) & 0x01) );
419 ret = m_gpioD2->write( ((value >> 2) & 0x01) );
420 ret = m_gpioD3->write( ((value >> 3) & 0x01) );
454 ret = m_gpioEnable->write(0);
456 ret = m_gpioEnable->write(
[all...]
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Di2c.hpp49 * before read/write.
91 * Set the slave to talk to, typically called before every read/write
180 * command/register to write
187 write(const uint8_t* data, int length) function in class:mraa::I2c
195 * @param reg Register to write to
196 * @param data Value to write to register
208 * @param reg Register to write to
209 * @param data Value to write to register
H A Dpwm.hpp86 write(float percentage) function in class:mraa::Pwm
H A Dspi.hpp139 write(uint8_t* txBuf, int length) function in class:mraa::Spi
H A Duart.hpp120 write(const char* data, int length) function in class:mraa::Uart
144 * @param string to write
225 * Set the timeout for read and write operations
229 * @param write write timeout
234 setTimeout(int read, int write, int interchar) argument
236 return (Result) mraa_uart_set_timeout(m_uart, read, write, interchar);
H A Dgpio.hpp251 * @param value Value to write to Gpio
255 write(int value) function in class:mraa::Gpio
/hardware/bsp/intel/peripheral/libupm/src/tm1637/
H A Dtm1637.cxx90 mraa_result_t upm::TM1637::write(uint8_t *digits) { function in class:upm::TM1637
97 mraa_result_t upm::TM1637::write(int d, ...) { function in class:upm::TM1637
119 mraa_result_t upm::TM1637::write(std::string digits) { function in class:upm::TM1637
/hardware/bsp/intel/peripheral/libmraa/src/uart/
H A Duart.c421 mraa_uart_set_timeout(mraa_uart_context dev, int read, int write, int interchar) argument
484 syslog(LOG_ERR, "uart: write: context is NULL");
493 return write(dev->fd, buf, len);
500 syslog(LOG_ERR, "uart: data_available: write context is NULL");
/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dst7735.cxx83 ST7735::write (uint8_t value) { function in class:ST7735
101 write (*(addr++)); // Read, issue command
124 write (ST7735_CASET); // Column addr set
131 m_spi.write(m_spiBuffer, 4);
133 write (ST7735_RASET); // Row addr set
140 m_spi.write(m_spiBuffer, 4);
142 write (ST7735_RAMWR); // write to RAM
160 m_spi.write(&m_map[fragment * fragmentSize], fragmentSize);
170 m_rSTPinCtx.write(HIG
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp110 ssize_t AudioStreamOutALSA::write(const void *buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutALSA
115 ALOGV("write:: buffer %p, bytes %d", buffer, bytes);
198 ALOGE("write:: device open failed");
266 ALOGE("write:: device re-open failed");
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h61 typedef ssize_t (*write)(int, const void *, size_t); typedef in class:sdm::Sys
75 static write write_;
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dsys.h66 typedef ssize_t (*write)(int, const void *, size_t); typedef in class:sdm::Sys
81 static write write_;
/hardware/bsp/intel/peripheral/libmraa/src/
H A Ddoxy2swig.py48 if hasattr(dest, "write"):
385 def write(self, fname): member in class:Doxy2SWIG
388 o.write("".join(x.encode('utf-8') for x in self.pieces))
390 o.write("".join(self.clean_pieces(self.pieces)))
432 p.write(output)
/hardware/bsp/intel/peripheral/libupm/src/
H A Ddoxy2swig.py48 if hasattr(dest, "write"):
385 def write(self, fname): member in class:Doxy2SWIG
388 o.write("".join(x.encode('utf-8') for x in self.pieces))
390 o.write("".join(self.clean_pieces(self.pieces)))
432 p.write(output)
/hardware/bsp/intel/peripheral/libupm/src/grove/
H A Dgrove.cxx54 mraa_result_t GroveLed::write(int value) function in class:GroveLed
64 return write(1);
69 return write(0);
/hardware/libhardware/include/hardware/
H A Dnfc.h44 * 2) Core NCI stack executes CORE_RESET and CORE_INIT through calls to write()
47 * 5) Core NCI stack starts discovery through calls to write()
48 * 6) Core NCI stack stops discovery through calls to write() (e.g. screen turns off)
50 * 8) Core NCI stack starts discovery through calls to write()
131 * the write() call.
143 * (*write)() Performs an NCI write.
148 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); member in struct:nfc_nci_device
257 /* The number of EEPROM registers to write */
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp174 ::write(fd, result.string(), result.size());
233 ssize_t AudioStreamOutGeneric::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutGeneric
236 return ssize_t(::write(mFd, buffer, bytes));
266 ::write(fd, result.string(), result.size());
374 ::write(fd, result.string(), result.size());
H A DAudioHardwareStub.cpp107 ::write(fd, result.string(), result.size());
128 ssize_t AudioStreamOutStub::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutStub
152 ::write(fd, result.string(), result.size());
199 ::write(fd, result.string(), result.size());
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp57 size_t write(const char* s, uint32_t val) { function in struct:__anon3671::IOFile
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp57 size_t write(const char* s, uint32_t val) { function in struct:__anon3743::IOFile
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp57 size_t write(const char* s, uint32_t val) { function in struct:__anon3881::IOFile

Completed in 456 milliseconds

12