diff options
author | Glenn Kasten <gkasten@google.com> | 2013-08-13 09:13:36 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2013-08-13 09:55:52 -0700 |
commit | e198c360d5e75a9b2097844c495c10902e7e8500 (patch) | |
tree | be6884fcddb31fb8feda454e38b00053ccac7bf1 /include/private/media | |
parent | 2fc14730e4697a6f456b4631549c9981f6b0b115 (diff) | |
download | frameworks_av-e198c360d5e75a9b2097844c495c10902e7e8500.zip frameworks_av-e198c360d5e75a9b2097844c495c10902e7e8500.tar.gz frameworks_av-e198c360d5e75a9b2097844c495c10902e7e8500.tar.bz2 |
Whitespace
Change-Id: Id3ccc183a03421330d0498faaa62a45915cdc3d6
Diffstat (limited to 'include/private/media')
-rw-r--r-- | include/private/media/AudioTrackShared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h index 1379379..ad00c6d 100644 --- a/include/private/media/AudioTrackShared.h +++ b/include/private/media/AudioTrackShared.h @@ -48,7 +48,7 @@ namespace android { #define CBLK_STREAM_END_DONE 0x400 // set by server on render completion, cleared by client //EL_FIXME 20 seconds may not be enough and must be reconciled with new obtainBuffer implementation -#define MAX_RUN_OFFLOADED_TIMEOUT_MS 20000 //assuming upto a maximum of 20 seconds of offloaded +#define MAX_RUN_OFFLOADED_TIMEOUT_MS 20000 // assuming up to a maximum of 20 seconds of offloaded struct AudioTrackSharedStreaming { // similar to NBAIO MonoPipe |