commit | f5ada6edcc83bb1b313abcd4c4fbdc4f7724f04d | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Thu Oct 09 17:49:00 2014 -0700 |
committer | Eric Laurent <elaurent@google.com> | Fri Oct 10 10:51:37 2014 -0700 |
tree | 7c96b4c90e05dedccb318ca43fd4c3bf82e7204b | |
parent | a4c3d8f0f9aab53b106d95e6139e0465908909f4 [diff] [blame] |
audio policy: move intializations to onFirstRef() Bug: 17896324. Change-Id: I3bb74f5397142ac354bd815eb362e5ddacdcb463
diff --git a/services/audiopolicy/AudioPolicyService.h b/services/audiopolicy/AudioPolicyService.h index 2cea40b..4e68ab1 100644 --- a/services/audiopolicy/AudioPolicyService.h +++ b/services/audiopolicy/AudioPolicyService.h
@@ -134,6 +134,9 @@ // IBinder::DeathRecipient virtual void binderDied(const wp<IBinder>& who); + // RefBase + virtual void onFirstRef(); + // // Helpers for the struct audio_policy_service_ops implementation. // This is used by the audio policy manager for certain operations that