Searched refs:pAttributes (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libmedia/include/media/ |
D | JAudioAttributes.h | 29 const audio_attributes_t* pAttributes) { in createAudioAttributesObj() argument 35 if (pAttributes != NULL) { in createAudioAttributesObj() 39 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetUsage, pAttributes->usage); in createAudioAttributesObj() 44 pAttributes->content_type); in createAudioAttributesObj() 55 jBuilderObj = env->CallObjectMethod(jBuilderObj, jSetFlags, pAttributes->flags); in createAudioAttributesObj()
|
/frameworks/av/include/media/ |
D | AudioTrack.h | 250 const audio_attributes_t* pAttributes = NULL, 281 const audio_attributes_t* pAttributes = NULL, 329 const audio_attributes_t* pAttributes = NULL,
|
D | AudioRecord.h | 194 const audio_attributes_t* pAttributes = NULL, 236 const audio_attributes_t* pAttributes = NULL,
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioTrack.h | 250 const audio_attributes_t* pAttributes = NULL, 281 const audio_attributes_t* pAttributes = NULL, 329 const audio_attributes_t* pAttributes = NULL,
|
D | AudioRecord.h | 194 const audio_attributes_t* pAttributes = NULL, 236 const audio_attributes_t* pAttributes = NULL,
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 44 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) in SoundPool() argument 47 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags); in SoundPool() 62 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in SoundPool()
|
D | SoundPool.h | 168 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
|
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/ |
D | JAudioTrack.h | 118 const jobject pAttributes = NULL,
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 145 const audio_attributes_t* pAttributes, in AudioRecord() argument 159 uid, pid, pAttributes, selectedDeviceId, in AudioRecord() 208 const audio_attributes_t* pAttributes, in set() argument 264 if (pAttributes == NULL) { in set() 269 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in set()
|
D | AudioTrack.cpp | 243 const audio_attributes_t* pAttributes, in AudioTrack() argument 258 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed, selectedDeviceId); in AudioTrack() 276 const audio_attributes_t* pAttributes, in AudioTrack() argument 291 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed); in AudioTrack() 343 const audio_attributes_t* pAttributes, in set() argument 425 if (pAttributes == NULL) { in set() 435 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in set()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 5664 const platform.SECURITY_ATTRIBUTES* pAttributes 5943 const platform.SECURITY_ATTRIBUTES* pAttributes 6037 const platform.SECURITY_ATTRIBUTES* pAttributes 6600 const platform.SECURITY_ATTRIBUTES* pAttributes
|