Home
last modified time | relevance | path

Searched refs:getStripLength (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dlpd8806.cxx75 for(i=0; i < ((sensor->getStripLength() - 1) * 8); i++) { in scanner()
99 } else if (pos >= sensor->getStripLength()) { in scanner()
100 pos = sensor->getStripLength() - 2; in scanner()
/hardware/bsp/intel/peripheral/libupm/src/lpd8806/
Dlpd8806.h92 uint16_t getStripLength (void);
Dlpd8806.cxx102 LPD8806::getStripLength (void) { in getStripLength() function in LPD8806