Searched refs:mCarAudioPowerListener (Results 1 – 1 of 1) sorted by relevance
197 private CarAudioPowerListener mCarAudioPowerListener; field in CarAudioService257 mCarAudioPowerListener = CarAudioPowerListener.newCarAudioPowerListener(this); in setupPowerPolicyListener()258 mCarAudioPowerListener.startListeningForPolicyChanges(); in setupPowerPolicyListener()297 if (mCarAudioPowerListener != null) { in release()298 mCarAudioPowerListener.stopListeningForPolicyChanges(); in release()326 if (mCarAudioPowerListener != null) { in dump()327 writer.printf("Audio enabled? %b\n", mCarAudioPowerListener.isAudioEnabled()); in dump()