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

1 2

  /frameworks/av/include/media/
AudioPolicyHelper.h 21 static audio_stream_type_t audio_attributes_to_stream_type(const audio_attributes_t *attr)
65 audio_attributes_t *attr) {
66 memset(attr, 0, sizeof(audio_attributes_t));
IAudioPolicyService.h 61 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
81 virtual status_t getInputForAttr(const audio_attributes_t *attr,
165 const audio_attributes_t *attributes,
AudioTrack.h 217 const audio_attributes_t* pAttributes = NULL,
246 const audio_attributes_t* pAttributes = NULL,
291 const audio_attributes_t* pAttributes = NULL,
    [all...]
AudioRecord.h 183 const audio_attributes_t* pAttributes = NULL);
221 const audio_attributes_t* pAttributes = NULL);
619 audio_attributes_t mAttributes;
AudioSystem.h 202 static status_t getOutputForAttr(const audio_attributes_t *attr,
225 static status_t getInputForAttr(const audio_attributes_t *attr,
318 const audio_attributes_t *attributes,
  /bionic/libc/kernel/uapi/linux/dvb/
audio.h 65 typedef __u16 audio_attributes_t; typedef
97 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
  /development/ndk/platforms/android-21/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)
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyMix.h 72 status_t getOutputForAttr(audio_attributes_t attributes, sp<SwAudioOutputDescriptor> &desc);
78 status_t getInputMixForAttr(audio_attributes_t attr, AudioMix **policyMix);
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-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-21/arch-arm/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-21/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-21/arch-mips/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-21/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-21/arch-x86/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-21/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/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 109 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
129 virtual status_t getInputForAttr(const audio_attributes_t *attr,
163 virtual uint32_t getStrategyForAttr(const audio_attributes_t *attr);
227 const audio_attributes_t *attributes,
598 audio_stream_type_t streamTypefromAttributesInt(const audio_attributes_t *attr);
604 bool isValidAttributes(const audio_attributes_t *paa);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPolicyMix.cpp 101 status_t AudioPolicyMixCollection::getOutputForAttr(audio_attributes_t attributes,
170 status_t AudioPolicyMixCollection::getInputMixForAttr(audio_attributes_t attr, AudioMix **policyMix)
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 79 const audio_attributes_t * attr);
112 void setAudioAttributes(const audio_attributes_t * attributes);
145 audio_attributes_t * mAttributes;
378 audio_attributes_t * mAudioAttributes;
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 106 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
131 virtual status_t getInputForAttr(const audio_attributes_t *attr,
227 const audio_attributes_t *attributes,
  /frameworks/base/media/jni/soundpool/
SoundPool.h 164 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
179 const audio_attributes_t* attributes() { return &mAttributes; }
220 audio_attributes_t mAttributes;
android_media_SoundPool.cpp 180 audio_attributes_t *paa = NULL;
182 paa = (audio_attributes_t *) calloc(1, sizeof(audio_attributes_t));
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 171 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
203 data.write(attr, sizeof(audio_attributes_t));
278 virtual status_t getInputForAttr(const audio_attributes_t *attr,
298 data.write(attr, sizeof(audio_attributes_t));
736 const audio_attributes_t *attributes,
745 data.write(attributes, sizeof(audio_attributes_t));
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 79 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
99 virtual status_t getInputForAttr(const audio_attributes_t *attr,
201 const audio_attributes_t *attributes,

Completed in 452 milliseconds

1 2