OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USBPLAYBACKBIT_MUSIC
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp
210
mParent->musbPlaybackState |=
USBPLAYBACKBIT_MUSIC
;
231
mParent->musbPlaybackState |=
USBPLAYBACKBIT_MUSIC
;
324
mParent->musbPlaybackState &= ~
USBPLAYBACKBIT_MUSIC
;
353
mParent->musbPlaybackState &= ~
USBPLAYBACKBIT_MUSIC
;
AudioHardwareALSA.h
121
static int
USBPLAYBACKBIT_MUSIC
= (1 << 0);
Completed in 2364 milliseconds