Searched refs:USBPLAYBACKBIT_MUSIC (Results 1 – 2 of 2) sorted by relevance
210 mParent->musbPlaybackState |= USBPLAYBACKBIT_MUSIC; in write()231 mParent->musbPlaybackState |= USBPLAYBACKBIT_MUSIC; in write()324 mParent->musbPlaybackState &= ~USBPLAYBACKBIT_MUSIC; in close()353 mParent->musbPlaybackState &= ~USBPLAYBACKBIT_MUSIC; in standby()
121 static int USBPLAYBACKBIT_MUSIC = (1 << 0); variable