summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-03-13 14:59:59 -0700
committerGlenn Kasten <gkasten@google.com>2014-03-14 14:49:36 -0700
commitc5a17425986b4ce3384e6956762c86018b49c4a0 (patch)
tree313484677c719c944bc7923b0c3766cba3bef5c6 /services/audioflinger/AudioFlinger.h
parentc3df838434b37d8400eea2438083cc01a4c1cc71 (diff)
downloadframeworks_av-c5a17425986b4ce3384e6956762c86018b49c4a0.zip
frameworks_av-c5a17425986b4ce3384e6956762c86018b49c4a0.tar.gz
frameworks_av-c5a17425986b4ce3384e6956762c86018b49c4a0.tar.bz2
Remove name output parameter from createTrack
It was only used for one log. A better solution will be a per-track unique ID. Change-Id: Ia440e02ae4a5a4019a9a2d08970e1ee93ac4c3a3
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index c2b516b..2367d7d 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -108,7 +108,6 @@ public:
audio_io_handle_t output,
pid_t tid,
int *sessionId,
- String8& name,
int clientUid,
status_t *status /*non-NULL*/);