HomeSort by relevance Sort by last modified time
    Searched refs:writeStr (Results 1 - 17 of 17) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/examples/javascript/
uart.js 45 u.writeStr("test\n");
52 u.writeStr("2nd test\n");
  /hardware/bsp/intel/peripheral/libmraa/examples/python/
uart_sender.py 48 u.writeStr(msg_s)
51 u.writeStr("X")
uart_receiver.py 44 u.writeStr("Yes, master!")
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
UartExample.java 53 uart.writeStr("Hello monkeys");
  /hardware/bsp/intel/peripheral/libmraa/examples/c++/
Uart-example.cpp 64 dev->writeStr("Hello monkeys");
  /hardware/bsp/intel/peripheral/libupm/src/grovegprs/
grovegprs.cxx 67 return m_uart.writeStr(data);
  /cts/suite/audio_quality/lib/src/
RWBuffer.h 81 void writeStr(const android::String8& str) {
SignalProcessingImpl.cpp 121 mBuffer.writeStr(functionScript);
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
uart.hpp 148 writeStr(std::string data)
  /frameworks/native/cmds/atrace/
atrace.cpp 287 static bool writeStr(const char* filename, const char* str)
328 return writeStr(filename, enable ? "1" : "0");
415 return writeStr(k_traceBufferSizePath, str);
467 return writeStr(k_traceClockPath, clock);
638 ok &= writeStr(k_currentTracerPath, "nop");
645 ok &= writeStr(k_currentTracerPath, "function_graph");
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/sm130/
sm130.cxx 102 m_uart.writeStr(command);