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.
Remove custom stopOutput implementation since it is not adding
any change w.r.t. base implementation

Change-Id: I6fe8fd6890ee8e896b6430f3ad170850d77b17d5
2 files changed