HomeSort by relevance Sort by last modified time
    Searched refs:audio_attributes_t (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/ndk/current/platforms/android-24/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/include/media/
AudioTrack.h 238 const audio_attributes_t* pAttributes = NULL,
268 const audio_attributes_t* pAttributes = NULL,
314 const audio_attributes_t* pAttributes = NULL,
    [all...]
AudioRecord.h 185 const audio_attributes_t* pAttributes = NULL);
223 const audio_attributes_t* pAttributes = NULL);
647 audio_attributes_t mAttributes;
IAudioPolicyService.h 61 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
81 virtual status_t getInputForAttr(const audio_attributes_t *attr,
166 const audio_attributes_t *attributes,
AudioSystem.h 215 static status_t getOutputForAttr(const audio_attributes_t *attr,
238 static status_t getInputForAttr(const audio_attributes_t *attr,
332 const audio_attributes_t *attributes,
  /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));
SoundPool.cpp 47 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes)
64 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
  /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);
229 const audio_attributes_t *attributes,
633 audio_stream_type_t streamTypefromAttributesInt(const audio_attributes_t *attr);
639 bool isValidAttributes(const audio_attributes_t *paa);
    [all...]
AudioPolicyManager.cpp 702 status_t AudioPolicyManager::getOutputForAttr(const audio_attributes_t *attr,
714 audio_attributes_t attributes;
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 79 const audio_attributes_t * attr);
114 void setAudioAttributes(const audio_attributes_t * attributes);
147 audio_attributes_t * mAttributes;
404 audio_attributes_t * mAudioAttributes;
MediaPlayerService.cpp 220 // @param[out] attributes On exit points to an initialized audio_attributes_t structure
222 void unmarshallAudioAttributes(const Parcel& parcel, audio_attributes_t *attributes)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPolicyMix.cpp 107 status_t AudioPolicyMixCollection::getOutputForAttr(audio_attributes_t attributes, uid_t uid,
259 status_t AudioPolicyMixCollection::getInputMixForAttr(audio_attributes_t attr, AudioMix **policyMix)
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 173 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
205 data.write(attr, sizeof(audio_attributes_t));
280 virtual status_t getInputForAttr(const audio_attributes_t *attr,
301 data.write(attr, sizeof(audio_attributes_t));
740 const audio_attributes_t *attributes,
749 data.write(attributes, sizeof(audio_attributes_t));
    [all...]
AudioRecord.cpp 90 const audio_attributes_t* pAttributes)
148 const audio_attributes_t* pAttributes)
186 memset(&mAttributes, 0, sizeof(audio_attributes_t));
190 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
AudioSystem.cpp 790 status_t AudioSystem::getOutputForAttr(const audio_attributes_t *attr,
836 status_t AudioSystem::getInputForAttr(const audio_attributes_t *attr,
    [all...]
AudioTrack.cpp 202 const audio_attributes_t* pAttributes,
233 const audio_attributes_t* pAttributes,
294 const audio_attributes_t* pAttributes,
366 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 149 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr,
260 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr,
698 const audio_attributes_t *attributes,
AudioPolicyInterfaceImplLegacy.cpp 234 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr,
566 status_t AudioPolicyService::getOutputForAttr(const audio_attributes_t *attr,
612 const audio_attributes_t *attributes,
AudioPolicyService.h 79 virtual status_t getOutputForAttr(const audio_attributes_t *attr,
99 virtual status_t getInputForAttr(const audio_attributes_t *attr,
202 const audio_attributes_t *attributes,
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 207 audio_attributes_t *paa = NULL;
269 paa = (audio_attributes_t *) calloc(1, sizeof(audio_attributes_t));
    [all...]
android_media_AudioTrack.cpp 244 audio_attributes_t *paa = NULL;
299 paa = (audio_attributes_t *) calloc(1, sizeof(audio_attributes_t));
    [all...]
  /system/media/audio/include/system/
audio.h 180 } audio_attributes_t; typedef in typeref:struct:__anon74515
    [all...]

Completed in 717 milliseconds

12