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

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp203 bool doNotReconnect,
215 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
234 bool doNotReconnect,
246 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
295 bool doNotReconnect,
340 mDoNotReconnect = doNotReconnect;
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
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp957 // This can only happen when AudioSink was opened with doNotReconnect flag set to
1895 // The doNotReconnect means AudioSink will signal back and let NuPlayer to re-construct
1899 // So we only set doNotReconnect when there's no video.
1900 const bool doNotReconnect = !hasVideo; local
1915 doNotReconnect,
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1657 bool doNotReconnect,
1785 doNotReconnect);
1811 doNotReconnect,
1651 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 334 milliseconds