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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1060 // This can only happen when AudioSink was opened with doNotReconnect flag set to
2022 // The doNotReconnect means AudioSink will signal back and let NuPlayer to re-construct
2026 // So we only set doNotReconnect when there's no video.
2027 const bool doNotReconnect = !hasVideo; local
2042 doNotReconnect,
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp216 bool doNotReconnect,
229 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
248 bool doNotReconnect,
261 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
310 bool doNotReconnect,
355 mDoNotReconnect = doNotReconnect;
200 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
232 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
292 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/
H A DMediaPlayerService.cpp1855 bool doNotReconnect,
1983 doNotReconnect);
2009 doNotReconnect,
1849 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 86 milliseconds