Searched refs:play (Results 1 - 25 of 35) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Disd1820.js29 // Instantiate a ISD1820 on digital pins 2 (play) and 3 (record)
42 console.log("Running this example without arguments will play back ");
50 myRecorder.play(true);
62 myRecorder.play(false);
H A Dwt5001.js63 myMP3Player.play(MP3Player.WT5001.SD, 1);
91 console.log("The current play state is: " + ps.getitem(0));
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Disd1820.py27 # Instantiate a ISD1820 on digital pins 2 (play) and 3 (record)
45 myRecorder.play(False)
57 print "Running this example without arguments will play back any "
66 myRecorder.play(True)
H A Dwt5001.py53 myMP3Player.play(upmWt5001.WT5001.SD, 1)
72 print "The current play state is: " + str(ps.__getitem__(0))
/hardware/bsp/intel/peripheral/libupm/src/isd1820/
H A Disd1820.cxx55 play(false);
65 void ISD1820::play(bool enable) function in class:ISD1820
84 play(false);
H A Disd1820.h76 void play(bool enable);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Disd1820.cxx35 // Instantiate a ISD1820 on digital pins 2 (play) and 3 (record)
44 cout << "Running this example without arguments will play back any " << endl;
60 recorder->play(true);
72 recorder->play(false);
H A Dwt5001.cxx69 mp3->play(upm::WT5001::SD, 1);
103 cout << "The current play state is: " << int(ps) << endl;
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DWT5001Sample.java68 mp3.play(upm_wt5001.WT5001.WT5001_PLAYSOURCE_T.SD, 1);
96 System.out.println("The current play state is: " + ps[0]);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdp.h155 /* calls wrapper play */
156 bool play(int fd, uint32_t offset);
310 inline bool MdpData::play(int fd, uint32_t offset) { function in class:overlay::MdpData
313 if(!mdp_wrapper::play(mFd.getFD(), mOvData)){
314 ALOGE("MdpData failed to play");
H A DoverlayCtrlData.h234 return mMdp->play(fd, offset);
H A DmdpWrapper.h84 bool play(int fd, msmfb_overlay_data& od);
221 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdp.h153 /* calls wrapper play */
154 bool play(int fd, uint32_t offset);
304 inline bool MdpData::play(int fd, uint32_t offset) { function in class:overlay::MdpData
307 if(!mdp_wrapper::play(mFd.getFD(), mOvData)){
308 ALOGE("MdpData failed to play");
H A DoverlayCtrlData.h234 return mMdp->play(fd, offset);
H A DmdpWrapper.h87 bool play(int fd, msmfb_overlay_data& od);
248 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdp.h153 /* calls wrapper play */
154 bool play(int fd, uint32_t offset);
304 inline bool MdpData::play(int fd, uint32_t offset) { function in class:overlay::MdpData
307 if(!mdp_wrapper::play(mFd.getFD(), mOvData)){
308 ALOGE("MdpData failed to play");
H A DoverlayCtrlData.h234 return mMdp->play(fd, offset);
H A DmdpWrapper.h87 bool play(int fd, msmfb_overlay_data& od);
248 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.h181 /* calls wrapper play */
182 bool play(int fd, uint32_t offset);
380 inline bool MdpData::play(int fd, uint32_t offset) { function in class:overlay::MdpData
383 if(!mdp_wrapper::play(mFd.getFD(), mOvData)){
384 ALOGE("MdpData failed to play");
H A DoverlayCtrlData.h233 return mMdp->play(fd, offset);
H A DmdpWrapper.h81 bool play(int fd, msmfb_overlay_data& od);
214 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.h187 /* calls wrapper play */
188 bool play(int fd, uint32_t offset);
420 inline bool MdpData::play(int fd, uint32_t offset) { function in class:overlay::MdpData
423 if(!mdp_wrapper::play(mFd.getFD(), mOvData)){
424 ALOGE("MdpData failed to play");
H A DmdpWrapper.h76 bool play(int fd, msmfb_overlay_data& od);
182 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
H A DoverlayCtrlData.h254 return mMdp.play(fd, offset);
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
H A Dwt5001.h109 // play modes
184 * @param index File number to play
187 bool play(WT5001_PLAYSOURCE_T psrc, uint16_t index);
225 * Queues a track to play next, when the current song is finished
241 * Inserts a track to play immediately, interrupting the current
296 * Gets the current play state: 1 = playing, 2 = stopped, 3 = paused

Completed in 415 milliseconds

12