commit | 0ffa711d9d0e5f4a2d2efe68fb34795e8307013f | [log] [tgz] |
---|---|---|
author | Dhananjay Kumar <dhakumar@codeaurora.org> | Tue Oct 20 17:56:50 2015 +0530 |
committer | Dhananjay Kumar <dhakumar@codeaurora.org> | Thu Oct 22 18:15:30 2015 +0530 |
tree | 28d480edde287505e2d56b2edd87d0e9c7a217fa | |
parent | c7bc849073dba752cef7f02731ce7cc4d0139ee4 [diff] |
audio_policy: modify few methods to appropriately override base Few methods in AudioPolicyManagerCustom is not overriding its base implemenation due to signature mismatch. Since they act as separate method they are not getting called to override base implemenation. Correct signatures to implement overriding instead of overloading. Change-Id: I6fe8fd6890ee8e896b6430f3ad170850d77b17d5