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

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp86 transfer_type transferType,
101 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
144 transfer_type transferType,
151 "notificationFrames %u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
154 sessionId, transferType, flags, String8(mOpPackageName).string(), uid, pid);
156 switch (transferType) {
159 transferType = TRANSFER_SYNC;
161 transferType = TRANSFER_CALLBACK;
174 ALOGE("Invalid transfer type %d", transferType);
177 mTransfer = transferType;
75 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, int uid, pid_t pid, const audio_attributes_t* pAttributes) argument
133 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, int uid, pid_t pid, const audio_attributes_t* pAttributes) argument
[all...]
H A DAudioTrack.cpp198 transfer_type transferType,
214 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
229 transfer_type transferType,
245 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
290 transfer_type transferType,
299 "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
301 sessionId, transferType, uid, pid);
305 switch (transferType) {
308 transferType = TRANSFER_SHARED;
310 transferType
187 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, int uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed) argument
218 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, int uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed) argument
277 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, int uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed) argument
[all...]

Completed in 193 milliseconds