Loading include/media/AudioRecord.h +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ public: * obtainBuffer returns STOPPED. Note that obtainBuffer() still works * and will fill up buffers until the pool is exhausted. */ status_t stop(); void stop(); bool stopped() const; /* get sample rate for this record track Loading media/libmedia/AudioRecord.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -324,7 +324,7 @@ status_t AudioRecord::start(AudioSystem::sync_event_t event, int triggerSession) return ret; } status_t AudioRecord::stop() void AudioRecord::stop() { sp<AudioRecordThread> t = mAudioRecordThread; Loading @@ -345,8 +345,6 @@ status_t AudioRecord::stop() set_sched_policy(0, mPreviousSchedulingGroup); } } return NO_ERROR; } bool AudioRecord::stopped() const Loading Loading
include/media/AudioRecord.h +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ public: * obtainBuffer returns STOPPED. Note that obtainBuffer() still works * and will fill up buffers until the pool is exhausted. */ status_t stop(); void stop(); bool stopped() const; /* get sample rate for this record track Loading
media/libmedia/AudioRecord.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -324,7 +324,7 @@ status_t AudioRecord::start(AudioSystem::sync_event_t event, int triggerSession) return ret; } status_t AudioRecord::stop() void AudioRecord::stop() { sp<AudioRecordThread> t = mAudioRecordThread; Loading @@ -345,8 +345,6 @@ status_t AudioRecord::stop() set_sched_policy(0, mPreviousSchedulingGroup); } } return NO_ERROR; } bool AudioRecord::stopped() const Loading