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

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp211 bool doNotReconnect,
224 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
243 bool doNotReconnect,
256 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
305 bool doNotReconnect,
350 mDoNotReconnect = doNotReconnect;
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
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1060 // This can only happen when AudioSink was opened with doNotReconnect flag set to
2001 // The doNotReconnect means AudioSink will signal back and let NuPlayer to re-construct
2005 // So we only set doNotReconnect when there's no video.
2006 const bool doNotReconnect = !hasVideo; local
2021 doNotReconnect,
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1812 bool doNotReconnect,
1940 doNotReconnect);
1966 doNotReconnect,
1806 open( uint32_t sampleRate, int channelCount, audio_channel_mask_t channelMask, audio_format_t format, int bufferCount, AudioCallback cb, void *cookie, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo, bool doNotReconnect, uint32_t suggestedFrameCount) argument

Completed in 82 milliseconds