Home
last modified time | relevance | path

Searched refs:LogType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/daemon/
Dlogging.cpp30 bool enabled[static_cast<size_t>(adb::LogType::COUNT)];
32 bool& operator[](adb::LogType type) { return enabled[static_cast<size_t>(type)]; } in operator []()
50 result[adb::LogType::Connection] = true; in ParseLogStatus()
52 result[adb::LogType::Service] = true; in ParseLogStatus()
54 result[adb::LogType::Shell] = true; in ParseLogStatus()
56 result[adb::LogType::Connection] = true; in ParseLogStatus()
57 result[adb::LogType::Service] = true; in ParseLogStatus()
58 result[adb::LogType::Shell] = true; in ParseLogStatus()
75 bool is_logging_enabled(LogType type) { in is_logging_enabled()
85 bool is_logging_enabled(LogType type) { in is_logging_enabled()
Dlogging.h22 enum class LogType { enum
29 bool is_logging_enabled(LogType type);
31 #define ADB_LOG(type) ::adb::is_logging_enabled(::adb::LogType::type) && LOG(INFO)
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py168 class LogType(enum.Enum): class
/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py513 return bt_constants.LogType.BLUETOOTH_DEVICE_SIMULATOR.value