Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dwt5001.cxx101 uint8_t ps = 0; in main() local
102 if (mp3->getPlayState(&ps)) in main()
103 cout << "The current play state is: " << int(ps) << endl; in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DWT5001Sample.java94 short ps[] = new short[1]; in main() local
95 if (mp3.getPlayState(ps)) in main()
96 System.out.println("The current play state is: " + ps[0]); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dwt5001.py70 ps = upmWt5001.uint8Array(0) variable
71 myMP3Player.getPlayState(ps)
72 print "The current play state is: " + str(ps.__getitem__(0))
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dwt5001.js89 var ps = new MP3Player.uint8Array(0); variable
90 myMP3Player.getPlayState(ps);
91 console.log("The current play state is: " + ps.getitem(0));
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
Djavaupm_wt5001.i8 %apply uint8_t *OUTPUT { uint8_t *ps };
Dwt5001.h301 bool getPlayState(uint8_t *ps);
Dwt5001.cxx453 bool WT5001::getPlayState(uint8_t *ps) in getPlayState() argument
469 int rv = readData((char *)ps, 1); in getPlayState()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c3483 char *p, *ps, *pmv, temp_coeff[20]; in snd_ucm_extract_controls() local
3557 temp = strtoul(pmv, &ps, 16); in snd_ucm_extract_controls()