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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
sm130.cxx 56 if (sensor->waitForTag(5000))
66 cout << "waitForTag failed: " << sensor->getLastErrorString() << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
sm130.js 48 if (sensor.waitForTag(5000))
58 console.log("waitForTag failed: " +
  /hardware/bsp/intel/peripheral/libupm/examples/python/
sm130.py 56 if (sensor.waitForTag(5000)):
63 print "waitForTag failed: " + sensor.getLastErrorString()
  /hardware/bsp/intel/peripheral/libupm/src/sm130/
sm130.h 218 bool waitForTag(uint32_t timeout);
sm130.cxx 839 bool SM130::waitForTag(uint32_t timeout)

Completed in 53 milliseconds