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

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp92 const audio_attributes_t* pAttributes)
105 uid, pid, pAttributes);
151 const audio_attributes_t* pAttributes)
188 if (pAttributes == NULL) {
193 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
77 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
136 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.cpp215 const audio_attributes_t* pAttributes,
229 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
247 const audio_attributes_t* pAttributes,
261 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
309 const audio_attributes_t* pAttributes,
372 if (pAttributes == NULL) {
381 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
200 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
232 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
292 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.h4227 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoKHR
4407 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportSemaphoreWin32HandleInfoKHR
4714 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportFenceWin32HandleInfoKHR
5316 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoNV

Completed in 128 milliseconds