OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SND_DEVICE_NONE
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/audio/hal/msm8960/
platform.h
34
SND_DEVICE_NONE
= 0,
platform.c
114
[
SND_DEVICE_NONE
] = "none",
160
[
SND_DEVICE_NONE
] = -1,
565
snd_device_t snd_device =
SND_DEVICE_NONE
;
595
if (snd_device !=
SND_DEVICE_NONE
) {
614
if (snd_device !=
SND_DEVICE_NONE
) {
659
snd_device_t snd_device =
SND_DEVICE_NONE
;
736
if (snd_device ==
SND_DEVICE_NONE
) {
761
if (snd_device !=
SND_DEVICE_NONE
) {
[
all
...]
/hardware/qcom/audio/hal/msm8974/
platform.h
34
SND_DEVICE_NONE
= 0,
platform.c
97
[
SND_DEVICE_NONE
] = "none",
144
[
SND_DEVICE_NONE
] = -1,
516
snd_device_t snd_device =
SND_DEVICE_NONE
;
546
if (snd_device !=
SND_DEVICE_NONE
) {
565
if (snd_device !=
SND_DEVICE_NONE
) {
610
snd_device_t snd_device =
SND_DEVICE_NONE
;
687
if (snd_device ==
SND_DEVICE_NONE
) {
712
if (snd_device !=
SND_DEVICE_NONE
) {
/hardware/qcom/audio/hal/
audio_hw.c
454
snd_device_t out_snd_device =
SND_DEVICE_NONE
;
455
snd_device_t in_snd_device =
SND_DEVICE_NONE
;
489
in_snd_device =
SND_DEVICE_NONE
;
490
if (out_snd_device ==
SND_DEVICE_NONE
) {
501
out_snd_device =
SND_DEVICE_NONE
;
502
if (in_snd_device ==
SND_DEVICE_NONE
) {
534
if (usecase->out_snd_device !=
SND_DEVICE_NONE
) {
539
if (usecase->in_snd_device !=
SND_DEVICE_NONE
) {
545
if (out_snd_device !=
SND_DEVICE_NONE
) {
551
if (in_snd_device !=
SND_DEVICE_NONE
) {
[
all
...]
Completed in 306 milliseconds