Searched defs:pAttributes (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp91 const audio_attributes_t* pAttributes)
104 uid, pid, pAttributes);
150 const audio_attributes_t* pAttributes)
187 if (pAttributes == NULL) {
192 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
76 AudioRecord( audio_source_t inputSource, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const String16& opPackageName, size_t frameCount, callback_t cbf, void* user, uint32_t notificationFrames, audio_session_t sessionId, transfer_type transferType, audio_input_flags_t flags, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes) argument
135 set( audio_source_t inputSource, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, callback_t cbf, void* user, uint32_t notificationFrames, bool threadCanCallJava, audio_session_t sessionId, transfer_type transferType, audio_input_flags_t flags, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes) argument
H A DAudioTrack.cpp210 const audio_attributes_t* pAttributes,
224 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
242 const audio_attributes_t* pAttributes,
256 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
304 const audio_attributes_t* pAttributes,
367 if (pAttributes == NULL) {
376 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
195 AudioTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, audio_output_flags_t flags, callback_t cbf, void* user, int32_t notificationFrames, audio_session_t sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed) argument
227 AudioTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const sp<IMemory>& sharedBuffer, audio_output_flags_t flags, callback_t cbf, void* user, int32_t notificationFrames, audio_session_t sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed) argument
287 set( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, audio_output_flags_t flags, callback_t cbf, void* user, int32_t notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, audio_session_t sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed) argument
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp47 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) argument
50 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags);
65 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h4511 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoNV
4949 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoKHX
5108 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportSemaphoreWin32HandleInfoKHX

Completed in 669 milliseconds