OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SND_SET_DEVICE
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/kernel/common/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/development/ndk/platforms/android-3/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/external/kernel-headers/original/linux/
msm_audio.h
71
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
msm_audio.h
63
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/hardware/msm7k/libaudio-qdsp5v2/
msm_audio.h
78
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/hardware/msm7k/libaudio-qsd8k/
msm_audio.h
78
#define
SND_SET_DEVICE
_IOW(SND_IOCTL_MAGIC, 2, struct msm_device_config *)
/hardware/msm7k/libaudio/
AudioHardware.cpp
466
if (ioctl(fd,
SND_SET_DEVICE
, &args) < 0) {
467
LOGE("
snd_set_device
error.");
[
all
...]
Completed in 513 milliseconds