summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioPolicyService.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-02-02 14:09:43 -0800
committerGlenn Kasten <gkasten@google.com>2012-02-09 16:58:07 -0800
commitd198b61603d5fa9298edea4ddb5852ea45159906 (patch)
tree3c03752e50c74f4bcdcf185d8e84e00788ffea04 /services/audioflinger/AudioPolicyService.cpp
parent7ae4a2c130ec2cb5dec69d095b810698acc543b3 (diff)
downloadframeworks_av-d198b61603d5fa9298edea4ddb5852ea45159906.zip
frameworks_av-d198b61603d5fa9298edea4ddb5852ea45159906.tar.gz
frameworks_av-d198b61603d5fa9298edea4ddb5852ea45159906.tar.bz2
Remove aliasing
Code was aliasing mBuffer as buffer, but continuing to use both buffer and mBuffer after that point. This was at best misleading, and at worst could confuse the compiler into generating bad code. There was no performance advantage to the alias, in fact removing it saves 16 bytes. Change-Id: I55023ddba465d9be82f66745b088d18af658ac60
Diffstat (limited to 'services/audioflinger/AudioPolicyService.cpp')
0 files changed, 0 insertions, 0 deletions