/bionic/libc/kernel/common/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/development/ndk/platforms/android-3/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/external/kernel-headers/original/linux/ |
msm_audio.h | 87 struct msm_snd_endpoint { struct 99 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
msm_audio.h | 77 struct msm_snd_endpoint { struct 82 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/hardware/msm7k/libaudio-qdsp5v2/ |
msm_audio.h | 92 struct msm_snd_endpoint { struct 97 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/hardware/msm7k/libaudio-qsd8k/ |
msm_audio.h | 92 struct msm_snd_endpoint { struct 97 #define SND_GET_ENDPOINT _IOWR(SND_IOCTL_MAGIC, 5, struct msm_snd_endpoint *)
|
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 67 int (*snd_get_endpoint)(int, msm_snd_endpoint *); 70 struct msm_snd_endpoint *ept; 101 mSndEndpoints = new msm_snd_endpoint[mNumSndEndpoints]; 105 snd_get_endpoint = (int (*)(int, msm_snd_endpoint *))::dlsym(acoustic, "snd_get_endpoint"); [all...] |
AudioHardware.h | 244 msm_snd_endpoint *mSndEndpoints;
|