Home
last modified time | relevance | path

Searched refs:LoL (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/lol/
Dlol.cxx137 LoL::LoL() { in LoL() function in LoL
160 LoL::~LoL() { in ~LoL()
167 unsigned char* LoL::getFramebuffer() { in getFramebuffer()
171 unsigned char LoL::setPixel(int x, int y, unsigned char pixel) in setPixel()
180 unsigned char LoL::getPixel(int x, int y) in getPixel()
Dlol.h57 class LoL {
63 LoL();
68 ~LoL();
DCMakeLists.txt2 set (libdescription "LoL Olimex LoL rev A")
/hardware/bsp/intel/peripheral/libupm/examples/java/
DLoL_exampleSample.java39 upm_lol.LoL sensor = new upm_lol.LoL(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dlol-example.cxx33 upm::LoL *sensor = NULL;
48 sensor = new upm::LoL(); in main()