Searched refs:curf (Results 1 – 7 of 7) sorted by relevance
109 uint16_t curf = 0; in main() local110 if (mp3->getCurrentFile(&curf)) in main()111 cout << "The current file is: " << int(curf) << endl; in main()
102 int curf[] = new int[1]; in main() local103 if (mp3.getCurrentFile(curf)) in main()104 System.out.println("The current file is: " + curf[0]); in main()
78 curf = upmWt5001.uint16Array(0) variable79 myMP3Player.getCurrentFile(curf)80 print "The current file is: " + str(curf.__getitem__(0))
97 var curf = new MP3Player.uint16Array(0); variable98 myMP3Player.getCurrentFile(curf);99 console.log("The current file is: " + curf.getitem(0));
10 %apply uint16_t *OUTPUT { uint16_t *curf };
318 bool getCurrentFile(uint16_t *curf);
518 bool WT5001::getCurrentFile(uint16_t *curf) in getCurrentFile() argument539 *curf = (buf[0] << 8) | (buf[1] & 0xff); in getCurrentFile()