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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FixedLogBuffer.java 112 public LogUnit shiftOut() {
113 final LogUnit logUnit = super.shiftOut();
131 final LogUnit logUnit = shiftOut();
141 shiftOut();
LogBuffer.java 67 public LogUnit shiftOut() {
MainLogBuffer.java 251 LogUnit logUnit = shiftOut();
259 logUnit = shiftOut();
  /external/arduino/hardware/arduino/cores/arduino/
wiring_shift.c 2 wiring_shift.c - shiftOut() function
42 void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t val)
wiring.h 124 void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t val);

Completed in 80 milliseconds