Searched refs:VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY (Results 1 – 6 of 6) sorted by relevance
/device/google/trout/hal/dumpstate/aidl/1.0/ |
D | DumpstateDevice.cpp | 36 static constexpr const char* VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY = variable 263 ::android::base::GetBoolProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, false); in getVerboseLoggingEnabled() 268 ::android::base::SetProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, in setVerboseLoggingEnabled()
|
/device/google/bramble/dumpstate/ |
D | DumpstateDevice.cpp | 52 #define VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY "persist.vendor.verbose_logging_enabled" macro 720 android::base::SetProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, enable ? "true" : "false"); in setVerboseLoggingEnabled() 725 return android::base::GetBoolProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, false); in getVerboseLoggingEnabled()
|
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 54 #define VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY "persist.vendor.verbose_logging_enabled" macro 707 android::base::SetProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, enable ? "true" : "false"); in setVerboseLoggingEnabled() 712 return android::base::GetBoolProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, false); in getVerboseLoggingEnabled()
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 55 #define VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY "persist.vendor.verbose_logging_enabled" macro 713 android::base::SetProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, enable ? "true" : "false"); in setVerboseLoggingEnabled() 718 return android::base::GetBoolProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, false); in getVerboseLoggingEnabled()
|
/device/google/sunfish/dumpstate/ |
D | DumpstateDevice.cpp | 53 #define VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY "persist.vendor.verbose_logging_enabled" macro 738 android::base::SetProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, enable ? "true" : "false"); in setVerboseLoggingEnabled() 743 return android::base::GetBoolProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, false); in getVerboseLoggingEnabled()
|
/device/google/redfin/dumpstate/ |
D | DumpstateDevice.cpp | 52 #define VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY "persist.vendor.verbose_logging_enabled" macro 742 android::base::SetProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, enable ? "true" : "false"); in setVerboseLoggingEnabled() 747 return android::base::GetBoolProperty(VENDOR_VERBOSE_LOGGING_ENABLED_PROPERTY, false); in getVerboseLoggingEnabled()
|