From 4cb668392ee0433462251afbee109405c6efacc8 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Fri, 1 May 2015 18:34:17 -0700 Subject: AudioRecord keeps track of UID Bug 20832981 Change-Id: If5f3c61fae02d86b9d6fdf411711f854fd56c77d --- services/audioflinger/AudioFlinger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'services/audioflinger/AudioFlinger.h') diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 34ec2b1..72db62b 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h @@ -124,6 +124,7 @@ public: size_t *pFrameCount, IAudioFlinger::track_flags_t *flags, pid_t tid, + int clientUid, int *sessionId, size_t *notificationFrames, sp& cblk, -- cgit v1.1