Home
last modified time | relevance | path

Searched defs:ppm (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/camera/
DCameraHalCommon.cpp42 struct timeval ppm; in PPM() local
68 struct timeval ppm; in PPM() local
98 struct timeval ppm; in PPM() local
/hardware/ti/omap4-aah/camera/
DCameraHalCommon.cpp43 struct timeval ppm; in PPM() local
69 struct timeval ppm; in PPM() local
99 struct timeval ppm; in PPM() local
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dtp401.py49 ppm = airSensor.getPPM() variable
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dtp401.cxx62 float ppm = airSensor->getPPM(); // Read CO ppm (can vary slightly from previous read) in main() local
/hardware/bsp/intel/peripheral/libupm/examples/java/
DTP401Sample.java65 float ppm = airSensor.getPPM(); // Read CO ppm (can vary slightly in main() local
/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx77 float MG811::ppm() in ppm() function in MG811