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

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp86 const audio_attributes_t* pAttributes)
94 pAttributes);
132 const audio_attributes_t* pAttributes)
170 if (pAttributes == NULL) {
175 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
74 AudioRecord( 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, int sessionId, transfer_type transferType, audio_input_flags_t flags, const audio_attributes_t* pAttributes) argument
119 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, int sessionId, transfer_type transferType, audio_input_flags_t flags, const audio_attributes_t* pAttributes) argument
H A DSoundPool.cpp43 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) argument
46 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags);
60 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
H A DAudioTrack.cpp143 const audio_attributes_t* pAttributes)
153 offloadInfo, uid, pid, pAttributes);
171 const audio_attributes_t* pAttributes)
181 uid, pid, pAttributes);
225 const audio_attributes_t* pAttributes)
285 if (pAttributes == NULL) {
294 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
128 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, uint32_t notificationFrames, int sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, int uid, pid_t pid, const audio_attributes_t* pAttributes) argument
156 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, uint32_t notificationFrames, int sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, int uid, pid_t pid, const audio_attributes_t* pAttributes) argument
208 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, uint32_t notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, int sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, int uid, pid_t pid, const audio_attributes_t* pAttributes) argument

Completed in 37 milliseconds