HomeSort by relevance Sort by last modified time
    Searched refs:audio_attributes_t (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/av/include/media/
AudioPolicyHelper.h 21 audio_stream_type_t audio_attributes_to_stream_type(const audio_attributes_t *attr)
AudioTrack.h 192 const audio_attributes_t* pAttributes = NULL);
219 const audio_attributes_t* pAttributes = NULL);
259 const audio_attributes_t* pAttributes = NULL);
601 void setStreamTypeFromAttributes(audio_attributes_t& aa);
603 bool isValidAttributes(const audio_attributes_t *paa);
    [all...]
SoundPool.h 170 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
186 const audio_attributes_t* attributes() { return &mAttributes; }
227 audio_attributes_t mAttributes;
IAudioPolicyService.h 59 virtual audio_io_handle_t getOutputForAttr(const audio_attributes_t *attr,
AudioSystem.h 103 const audio_attributes_t *attr);
222 static audio_io_handle_t getOutputForAttr(const audio_attributes_t *attr,
  /bionic/libc/kernel/uapi/linux/dvb/
audio.h 66 typedef __u16 audio_attributes_t; typedef
99 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /development/ndk/platforms/android-L/include/linux/dvb/
audio.h 66 typedef __u16 audio_attributes_t; typedef
99 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /external/kernel-headers/original/uapi/linux/dvb/
audio.h 79 typedef __u16 audio_attributes_t; typedef
118 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/dvb/
audio.h 79 typedef __u16 audio_attributes_t; typedef
118 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
audio.h 79 typedef __u16 audio_attributes_t; typedef
118 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/dvb/
audio.h 66 typedef __u16 audio_attributes_t; typedef
99 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/dvb/
audio.h 66 typedef __u16 audio_attributes_t; typedef
99 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/dvb/
audio.h 66 typedef __u16 audio_attributes_t; typedef
99 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 194 audio_attributes_t *paa = NULL;
196 paa = (audio_attributes_t *) calloc(1, sizeof(audio_attributes_t));
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 76 const audio_attributes_t * attr);
109 void setAudioAttributes(const audio_attributes_t * attributes);
139 const audio_attributes_t *mAttributes;
432 audio_attributes_t * mAudioAttributes;
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 206 audio_attributes_t *paa = NULL;
208 paa = (audio_attributes_t *) calloc(1, sizeof(audio_attributes_t));
android_media_AudioTrack.cpp 263 audio_attributes_t *paa = NULL;
265 paa = (audio_attributes_t *) calloc(1, sizeof(audio_attributes_t));
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 163 const audio_attributes_t *attr,
176 data.write(attr, sizeof(audio_attributes_t));
707 audio_attributes_t *attr = (audio_attributes_t *) calloc(1, sizeof(audio_attributes_t));
708 data.read(attr, sizeof(audio_attributes_t));
    [all...]
AudioTrack.cpp 142 const audio_attributes_t* pAttributes)
170 const audio_attributes_t* pAttributes)
224 const audio_attributes_t* pAttributes)
299 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
AudioSystem.cpp 249 const audio_attributes_t *attr)
660 audio_io_handle_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr,
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 93 virtual audio_io_handle_t getOutputForAttr(const audio_attributes_t *attr,
AudioPolicyManager.h 90 virtual audio_io_handle_t getOutputForAttr(const audio_attributes_t *attr,
133 virtual uint32_t getStrategyForAttr(const audio_attributes_t *attr);
    [all...]
AudioPolicyInterfaceImpl.cpp 141 audio_io_handle_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr,
AudioPolicyInterfaceImplLegacy.cpp 529 audio_io_handle_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr,
AudioPolicyService.h 75 virtual audio_io_handle_t getOutputForAttr(const audio_attributes_t *attr,

Completed in 1085 milliseconds

1 2