Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dsm130.py56 if (sensor.waitForTag(5000)):
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dsm130.cxx56 if (sensor->waitForTag(5000)) in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dsm130.js48 if (sensor.waitForTag(5000))
/hardware/bsp/intel/peripheral/libupm/src/sm130/
Dsm130.h218 bool waitForTag(uint32_t timeout);
Dsm130.cxx839 bool SM130::waitForTag(uint32_t timeout) in waitForTag() function in SM130