Home
last modified time | relevance | path

Searched refs:WT5001_PLAYSOURCE_T (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/wt5001/
Dwt5001.h120 } WT5001_PLAYSOURCE_T; typedef
187 bool play(WT5001_PLAYSOURCE_T psrc, uint16_t index);
310 bool getNumFiles(WT5001_PLAYSOURCE_T psrc, uint16_t *numf);
Dwt5001.cxx189 bool WT5001::play(WT5001_PLAYSOURCE_T psrc, uint16_t index) in play()
476 bool WT5001::getNumFiles(WT5001_PLAYSOURCE_T psrc, uint16_t *numf) in getNumFiles()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DWT5001Sample.java68 mp3.play(upm_wt5001.WT5001.WT5001_PLAYSOURCE_T.SD, 1); in main()
99 if (mp3.getNumFiles(upm_wt5001.WT5001.WT5001_PLAYSOURCE_T.SD, numf)) in main()