Loading services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,7 @@ Status AudioPolicyService::getDeviceConnectionState(const AudioDevice& deviceAid AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE)); return Status::ok(); } Mutex::Autolock _l(mLock); AutoCallerClear acc; *_aidl_return = VALUE_OR_RETURN_BINDER_STATUS( legacy2aidl_audio_policy_dev_state_t_AudioPolicyDeviceState( Loading Loading
services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,7 @@ Status AudioPolicyService::getDeviceConnectionState(const AudioDevice& deviceAid AUDIO_POLICY_DEVICE_STATE_UNAVAILABLE)); return Status::ok(); } Mutex::Autolock _l(mLock); AutoCallerClear acc; *_aidl_return = VALUE_OR_RETURN_BINDER_STATUS( legacy2aidl_audio_policy_dev_state_t_AudioPolicyDeviceState( Loading