Loading system/btif/src/btif_le_audio.cc +10 −10 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void Cleanup(void) override { DVLOG(2) << __func__; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -153,7 +153,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void RemoveDevice(const RawAddress& address) override { DVLOG(2) << __func__ << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -172,7 +172,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void Connect(const RawAddress& address) override { DVLOG(2) << __func__ << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -187,7 +187,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void Disconnect(const RawAddress& address) override { DVLOG(2) << __func__ << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -203,7 +203,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, DVLOG(2) << __func__ << " group_id: " << group_id << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -218,7 +218,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void GroupRemoveNode(const int group_id, const RawAddress& address) override { DVLOG(2) << __func__ << " group_id: " << group_id << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -232,7 +232,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void GroupSetActive(const int group_id) override { DVLOG(2) << __func__ << " group_id: " << group_id; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -248,7 +248,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, btle_audio_codec_config_t input_codec_config, btle_audio_codec_config_t output_codec_config) { DVLOG(2) << __func__ << " group_id: " << group_id; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -263,7 +263,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void SetCcidInformation(int ccid, int context_type) { DVLOG(2) << __func__ << " ccid: " << ccid << " context_type" << context_type; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -277,7 +277,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void SetInCall(bool in_call) { DVLOG(2) << __func__ << " in_call: " << in_call; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading Loading
system/btif/src/btif_le_audio.cc +10 −10 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void Cleanup(void) override { DVLOG(2) << __func__; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -153,7 +153,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void RemoveDevice(const RawAddress& address) override { DVLOG(2) << __func__ << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -172,7 +172,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void Connect(const RawAddress& address) override { DVLOG(2) << __func__ << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -187,7 +187,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void Disconnect(const RawAddress& address) override { DVLOG(2) << __func__ << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -203,7 +203,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, DVLOG(2) << __func__ << " group_id: " << group_id << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -218,7 +218,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void GroupRemoveNode(const int group_id, const RawAddress& address) override { DVLOG(2) << __func__ << " group_id: " << group_id << " address: " << ADDRESS_TO_LOGGABLE_STR(address); if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -232,7 +232,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void GroupSetActive(const int group_id) override { DVLOG(2) << __func__ << " group_id: " << group_id; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -248,7 +248,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, btle_audio_codec_config_t input_codec_config, btle_audio_codec_config_t output_codec_config) { DVLOG(2) << __func__ << " group_id: " << group_id; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -263,7 +263,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void SetCcidInformation(int ccid, int context_type) { DVLOG(2) << __func__ << " ccid: " << ccid << " context_type" << context_type; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading @@ -277,7 +277,7 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface, void SetInCall(bool in_call) { DVLOG(2) << __func__ << " in_call: " << in_call; if (!initialized || LeAudioClient::Get() == nullptr) { if (!initialized || !LeAudioClient::IsLeAudioClientRunning()) { DVLOG(2) << __func__ << " call ignored, due to already started cleanup procedure or " "service being not read"; Loading