Searched refs:ps (Results 1 – 8 of 8) sorted by relevance
101 uint8_t ps = 0; in main() local102 if (mp3->getPlayState(&ps)) in main()103 cout << "The current play state is: " << int(ps) << endl; in main()
94 short ps[] = new short[1]; in main() local95 if (mp3.getPlayState(ps)) in main()96 System.out.println("The current play state is: " + ps[0]); in main()
70 ps = upmWt5001.uint8Array(0) variable71 myMP3Player.getPlayState(ps)72 print "The current play state is: " + str(ps.__getitem__(0))
89 var ps = new MP3Player.uint8Array(0); variable90 myMP3Player.getPlayState(ps);91 console.log("The current play state is: " + ps.getitem(0));
8 %apply uint8_t *OUTPUT { uint8_t *ps };
301 bool getPlayState(uint8_t *ps);
453 bool WT5001::getPlayState(uint8_t *ps) in getPlayState() argument469 int rv = readData((char *)ps, 1); in getPlayState()
3483 char *p, *ps, *pmv, temp_coeff[20]; in snd_ucm_extract_controls() local3557 temp = strtoul(pmv, &ps, 16); in snd_ucm_extract_controls()