summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-02-27 14:56:00 -0800
committerAndy Hung <hunga@google.com>2014-02-27 14:57:59 -0800
commit25c2dac12114699e90deb1c579cadebce7b91a97 (patch)
treebf71e59bf7a5286a0d28fb6ca111decafcf6fc57 /services/audioflinger/Threads.h
parent09a5007b17acb49d25cfa386a2e2534d942e8854 (diff)
downloadframeworks_av-25c2dac12114699e90deb1c579cadebce7b91a97.zip
frameworks_av-25c2dac12114699e90deb1c579cadebce7b91a97.tar.gz
frameworks_av-25c2dac12114699e90deb1c579cadebce7b91a97.tar.bz2
Rename mixBufferSize to mSinkBufferSize in AudioFlinger
Change-Id: I4d1d18d716fa3ad8c0e7cc87f5a2823422f504eb Signed-off-by: Andy Hung <hunga@google.com>
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 5efa746..b276ab2 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -561,7 +561,7 @@ private:
// FIXME rename these former local variables of threadLoop to standard "m" names
nsecs_t standbyTime;
- size_t mixBufferSize;
+ size_t mSinkBufferSize;
// cached copies of activeSleepTimeUs() and idleSleepTimeUs() made by cacheParameters_l()
uint32_t activeSleepTime;