Home
last modified time | relevance | path

Searched refs:getTime (Results 1 – 7 of 7) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
Duart.js32 delay += new Date().getTime();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dwt5001.cxx120 if (mp3->getTime(&hour, &minute, &second)) in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DWT5001Sample.java115 if (mp3.getTime(hour, minute, second)) in main()
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
Dwt5001.h338 bool getTime(uint8_t *hour, uint8_t *minute, uint8_t *second);
Dwt5001.cxx571 bool WT5001::getTime(uint8_t *hour, uint8_t *minute, uint8_t *second) in getTime() function in WT5001
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dwt5001.py103 myMP3Player.getTime(hour, minute, second)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dwt5001.js119 myMP3Player.getTime(hour, minute, second);