Home
last modified time | relevance | path

Searched refs:kBtSnoopLogFilterProfileA2dpProperty (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h152 static const std::string kBtSnoopLogFilterProfileA2dpProperty; variable
171 {kBtSnoopLogFilterProfileA2dpProperty, false},
Dsnoop_logger.cc442 const std::string SnoopLogger::kBtSnoopLogFilterProfileA2dpProperty = member in bluetooth::hal::SnoopLogger
943 !IsFilterEnabled(kBtSnoopLogFilterProfileA2dpProperty)) { in IsA2dpMediaChannel()
977 !IsFilterEnabled(kBtSnoopLogFilterProfileA2dpProperty)) { in AddA2dpMediaChannel()
994 !IsFilterEnabled(kBtSnoopLogFilterProfileA2dpProperty)) { in RemoveA2dpMediaChannel()
1155 if (IsFilterEnabled(kBtSnoopLogFilterProfileA2dpProperty)) { in FilterCapturedPacket()
Dsnoop_logger_test.cc661 bluetooth::os::SetSystemProperty(SnoopLogger::kBtSnoopLogFilterProfileA2dpProperty, "true")); in TEST_F()
663 bluetooth::os::GetSystemProperty(SnoopLogger::kBtSnoopLogFilterProfileA2dpProperty); in TEST_F()
688 bluetooth::os::SetSystemProperty(SnoopLogger::kBtSnoopLogFilterProfileA2dpProperty, "false")); in TEST_F()
706 bluetooth::os::SetSystemProperty(SnoopLogger::kBtSnoopLogFilterProfileA2dpProperty, "true")); in TEST_F()
708 bluetooth::os::GetSystemProperty(SnoopLogger::kBtSnoopLogFilterProfileA2dpProperty); in TEST_F()
734 bluetooth::os::SetSystemProperty(SnoopLogger::kBtSnoopLogFilterProfileA2dpProperty, "false")); in TEST_F()