Loading services/audioflinger/AudioFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1261,7 +1261,7 @@ sp<IAudioRecord> AudioFlinger::openRecord( // create new record track. // The record track uses one track in mHardwareMixerThread by convention. recordTrack = thread->createRecordTrack_l(client, sampleRate, format, channelMask, frameCount, lSessionId, *flags, tid, &lStatus); frameCount, lSessionId, flags, tid, &lStatus); } if (lStatus != NO_ERROR) { // remove local strong reference to Client before deleting the RecordTrack so that the Loading services/audioflinger/Threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4433,7 +4433,7 @@ sp<AudioFlinger::RecordThread::RecordTrack> AudioFlinger::RecordThread::createR audio_channel_mask_t channelMask, size_t frameCount, int sessionId, IAudioFlinger::track_flags_t flags, IAudioFlinger::track_flags_t *flags, pid_t tid, status_t *status) { Loading services/audioflinger/Threads.h +1 −1 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ public: audio_channel_mask_t channelMask, size_t frameCount, int sessionId, IAudioFlinger::track_flags_t flags, IAudioFlinger::track_flags_t *flags, pid_t tid, status_t *status); Loading Loading
services/audioflinger/AudioFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1261,7 +1261,7 @@ sp<IAudioRecord> AudioFlinger::openRecord( // create new record track. // The record track uses one track in mHardwareMixerThread by convention. recordTrack = thread->createRecordTrack_l(client, sampleRate, format, channelMask, frameCount, lSessionId, *flags, tid, &lStatus); frameCount, lSessionId, flags, tid, &lStatus); } if (lStatus != NO_ERROR) { // remove local strong reference to Client before deleting the RecordTrack so that the Loading
services/audioflinger/Threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4433,7 +4433,7 @@ sp<AudioFlinger::RecordThread::RecordTrack> AudioFlinger::RecordThread::createR audio_channel_mask_t channelMask, size_t frameCount, int sessionId, IAudioFlinger::track_flags_t flags, IAudioFlinger::track_flags_t *flags, pid_t tid, status_t *status) { Loading
services/audioflinger/Threads.h +1 −1 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ public: audio_channel_mask_t channelMask, size_t frameCount, int sessionId, IAudioFlinger::track_flags_t flags, IAudioFlinger::track_flags_t *flags, pid_t tid, status_t *status); Loading