commit | e5fb263a3625c0e6b4a9aefa86067bb9463dd06d | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed Dec 14 10:28:06 2011 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Wed Dec 14 14:38:26 2011 -0800 |
tree | bceb757165943cf03d96906b595c4b24bfde4218 | |
parent | e61fd281a8cb69ae45c5de4b160ab86226083152 [diff] [blame] |
Audio C++ comments Change-Id: I84906ebb9dfcfa5b96b287d18364b407f02a30c1
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 @@ // 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;