Home
last modified time | relevance | path

Searched refs:getDate (Results 1 – 9 of 9) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmaxds3231m.cxx62 if (sensor->getDate (t)) { in main()
Dwt5001.cxx115 if (mp3->getDate(&year, &month, &day)) in main()
/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/
Dmaxds3231m.h106 bool getDate (Time3231 &time);
Dmaxds3231m.cxx55 MAXDS3231M::getDate (Time3231 &time) { in getDate() function in MAXDS3231M
/hardware/bsp/intel/peripheral/libupm/examples/java/
DWT5001Sample.java109 if (mp3.getDate(year, month, day)) in main()
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
Dwt5001.h328 bool getDate(uint16_t *year, uint8_t *month, uint8_t *day);
Dwt5001.cxx544 bool WT5001::getDate(uint16_t *year, uint8_t *month, uint8_t *day) in getDate() function in WT5001
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dwt5001.py94 myMP3Player.getDate(year, month, day)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dwt5001.js110 myMP3Player.getDate(year, month, day);