summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2011-12-14 10:28:06 -0800
committerGlenn Kasten <gkasten@google.com>2011-12-14 14:38:26 -0800
commit362c4e697d8e9c034e964ac7b40227e054491547 (patch)
treedde3ca3f11e00cc82f1b6a6bd7ebe7b1c24421c5 /include/private
parenteebeceec684a36222b4559e3157b0db04c0a67ed (diff)
downloadframeworks_av-362c4e697d8e9c034e964ac7b40227e054491547.zip
frameworks_av-362c4e697d8e9c034e964ac7b40227e054491547.tar.gz
frameworks_av-362c4e697d8e9c034e964ac7b40227e054491547.tar.bz2
Audio C++ comments
Change-Id: I84906ebb9dfcfa5b96b287d18364b407f02a30c1
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index 20abd51..046d5e9 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -59,8 +59,8 @@ struct audio_track_cblk_t
// The data members are grouped so that members accessed frequently and in the same context
// are in the same line of data cache.
- Mutex lock;
- Condition cv;
+ Mutex lock; // sizeof(int)
+ Condition cv; // sizeof(int)
volatile uint32_t user;
volatile uint32_t server;
uint32_t userBase;