Searched refs:getDate (Results 1 – 9 of 9) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | maxds3231m.cxx | 62 if (sensor->getDate (t)) { in main()
|
D | wt5001.cxx | 115 if (mp3->getDate(&year, &month, &day)) in main()
|
/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/ |
D | maxds3231m.h | 106 bool getDate (Time3231 &time);
|
D | maxds3231m.cxx | 55 MAXDS3231M::getDate (Time3231 &time) { in getDate() function in MAXDS3231M
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | WT5001Sample.java | 109 if (mp3.getDate(year, month, day)) in main()
|
/hardware/bsp/intel/peripheral/libupm/src/wt5001/ |
D | wt5001.h | 328 bool getDate(uint16_t *year, uint8_t *month, uint8_t *day);
|
D | wt5001.cxx | 544 bool WT5001::getDate(uint16_t *year, uint8_t *month, uint8_t *day) in getDate() function in WT5001
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | wt5001.py | 94 myMP3Player.getDate(year, month, day)
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | wt5001.js | 110 myMP3Player.getDate(year, month, day);
|