Home
last modified time | relevance | path

Searched refs:state_PLAY (Results 1 – 4 of 4) sorted by relevance

/dports/audio/mpdcon/MPDCon-1.5.1/
H A DAppController.m571 if((state == state_PLAY) || (state == state_PAUSE)) {
611 else if ((state == state_PLAY) &&(prevState != state_PLAY)) {
614 prevState = state_PLAY;
H A DMPDController.h39 #define state_PLAY 2 macro
H A DPlaylistController.m168 if ((state == state_PAUSE) || (state == state_PLAY))
270 if ((mState == state_PAUSE) || (mState == state_PLAY))
H A DMPDController.m310 state = state_PLAY;