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

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp168 transfer_type transferType,
183 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
228 transfer_type transferType,
241 "notificationFrames %u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
244 sessionId, transferType, flags, String8(mOpPackageName).string(), uid, pid);
248 switch (transferType) {
251 transferType = TRANSFER_SYNC;
253 transferType = TRANSFER_CALLBACK;
267 ALOGE("Invalid transfer type %d", transferType);
271 mTransfer = transferType;
157 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, audio_port_handle_t selectedDeviceId) argument
217 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, audio_port_handle_t selectedDeviceId) argument
652 convertTransferToText(transfer_type transferType) argument
[all...]
H A DAudioTrack.cpp269 transfer_type transferType,
285 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
300 transfer_type transferType,
316 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
364 transfer_type transferType,
379 "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
381 sessionId, transferType, uid, pid);
387 switch (transferType) {
390 transferType = TRANSFER_SHARED;
392 transferType
258 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, audio_port_handle_t selectedDeviceId) argument
289 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
351 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, audio_port_handle_t selectedDeviceId) argument
1372 convertTransferToText(transfer_type transferType) argument
[all...]

Completed in 111 milliseconds