diff options
| author | Glenn Kasten <gkasten@google.com> | 2012-03-14 12:56:26 -0700 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2012-03-19 17:53:33 -0700 |
| commit | f743e1f6abdb018fc58c467cdf35cbb8b81cf8c4 (patch) | |
| tree | cc01c648f5b8b7bd10f852dde7037c98f6e0066e /include/media | |
| parent | bf02b984738f6be5cc2e2d66b12aff7af99eb79e (diff) | |
| download | frameworks_base-f743e1f6abdb018fc58c467cdf35cbb8b81cf8c4.zip frameworks_base-f743e1f6abdb018fc58c467cdf35cbb8b81cf8c4.tar.gz frameworks_base-f743e1f6abdb018fc58c467cdf35cbb8b81cf8c4.tar.bz2 | |
Whitespace
Fix indentation, and add blank lines in key places for clarity
Change-Id: I57a0a8142394f83203161aa9b8aa9276abf3ed7c
Diffstat (limited to 'include/media')
| -rw-r--r-- | include/media/AudioTrack.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h index 552e829..ad27a1e 100644 --- a/include/media/AudioTrack.h +++ b/include/media/AudioTrack.h @@ -169,7 +169,7 @@ public: callback_t cbf = 0, void* user = 0, int notificationFrames = 0, - int sessionId = 0); + int sessionId = 0); /* Creates an audio track and registers it with AudioFlinger. With this constructor, * the PCM data to be rendered by AudioTrack is passed in a shared memory buffer @@ -215,7 +215,7 @@ public: int notificationFrames = 0, const sp<IMemory>& sharedBuffer = 0, bool threadCanCallJava = false, - int sessionId = 0); + int sessionId = 0); /* Result of constructing the AudioTrack. This must be checked @@ -468,6 +468,7 @@ protected: // body of AudioTrackThread::threadLoop() bool processAudioBuffer(const sp<AudioTrackThread>& thread); + status_t createTrack_l(audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, |
