Searched defs:transferType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp87 transfer_type transferType,
103 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
146 transfer_type transferType,
153 "notificationFrames %u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
156 sessionId, transferType, flags, String8(mOpPackageName).string(), uid, pid);
158 switch (transferType) {
161 transferType = TRANSFER_SYNC;
163 transferType = TRANSFER_CALLBACK;
176 ALOGE("Invalid transfer type %d", transferType);
179 mTransfer = transferType;
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
[all...]
H A DAudioTrack.cpp206 transfer_type transferType,
223 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
238 transfer_type transferType,
255 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
300 transfer_type transferType,
309 "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
311 sessionId, transferType, uid, pid);
315 switch (transferType) {
318 transferType = TRANSFER_SHARED;
320 transferType
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
[all...]

Completed in 30 milliseconds