Searched refs:pAttributes (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/include/media/ |
D | AudioTrack.h | 238 const audio_attributes_t* pAttributes = NULL, 268 const audio_attributes_t* pAttributes = NULL, 314 const audio_attributes_t* pAttributes = NULL,
|
D | AudioRecord.h | 185 const audio_attributes_t* pAttributes = NULL); 223 const audio_attributes_t* pAttributes = NULL);
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 47 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()
|
D | SoundPool.h | 164 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
|
/frameworks/av/media/libmedia/ |
D | AudioRecord.cpp | 90 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()
|
D | AudioTrack.cpp | 202 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()
|