Home
last modified time | relevance | path

Searched refs:pAttributes (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/include/media/
DAudioTrack.h238 const audio_attributes_t* pAttributes = NULL,
268 const audio_attributes_t* pAttributes = NULL,
314 const audio_attributes_t* pAttributes = NULL,
DAudioRecord.h185 const audio_attributes_t* pAttributes = NULL);
223 const audio_attributes_t* pAttributes = NULL);
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp47 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) in SoundPool() argument
50 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags); in SoundPool()
64 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in SoundPool()
DSoundPool.h164 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
/frameworks/av/media/libmedia/
DAudioRecord.cpp90 const audio_attributes_t* pAttributes) in AudioRecord() argument
102 uid, pid, pAttributes); in AudioRecord()
148 const audio_attributes_t* pAttributes) in set() argument
185 if (pAttributes == NULL) { in set()
190 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in set()
DAudioTrack.cpp202 const audio_attributes_t* pAttributes, in AudioTrack() argument
215 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed); in AudioTrack()
233 const audio_attributes_t* pAttributes, in AudioTrack() argument
246 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed); in AudioTrack()
294 const audio_attributes_t* pAttributes, in set() argument
357 if (pAttributes == NULL) { in set()
366 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in set()