Searched refs:pAttributes (Results 1 – 5 of 5) 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/media/libaudioclient/include/media/ |
D | AudioTrack.h | 339 const audio_attributes_t* pAttributes = nullptr, 368 const audio_attributes_t* pAttributes = nullptr, 415 const audio_attributes_t* pAttributes = nullptr, 436 const audio_attributes_t* pAttributes; member 448 s.pAttributes, s.doNotReconnect, s.maxRequiredSpeed, s.selectedDeviceId); in set() 470 const audio_attributes_t* pAttributes = nullptr,
|
D | AudioRecord.h | 199 const audio_attributes_t* pAttributes = nullptr, 241 const audio_attributes_t* pAttributes = nullptr,
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 254 const audio_attributes_t* pAttributes, in AudioTrack() argument 262 sessionId, transferType, offloadInfo, attributionSource, pAttributes, in AudioTrack() 319 const audio_attributes_t* pAttributes, in AudioTrack() argument 335 sessionId, transferType, offloadInfo, attributionSource, pAttributes, in AudioTrack() 412 const audio_attributes_t* pAttributes, in set() argument 442 mAttributes = pAttributes != nullptr ? *pAttributes : AUDIO_ATTRIBUTES_INITIALIZER; in set() 446 if (pAttributes != NULL) { in set() 543 if (pAttributes == NULL) { in set() 727 const audio_attributes_t* pAttributes, in set() argument 744 pAttributes, doNotReconnect, maxRequiredSpeed, selectedDeviceId); in set()
|
D | AudioRecord.cpp | 149 const audio_attributes_t* pAttributes, in AudioRecord() argument 159 uid, pid, pAttributes, selectedDeviceId, selectedMicDirection, in AudioRecord() 225 const audio_attributes_t* pAttributes, in set() argument 266 if (pAttributes == nullptr) { in set() 276 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in set()
|