/device/google/contexthub/util/nanotool/ |
D | log.cpp | 30 void Log::Initialize(Logger *logger, LogLevel level) { in Initialize() argument 36 Log::SetLevel(level); in Initialize() 39 void Log::SetLevel(LogLevel level) { in SetLevel() argument 40 Log::level_ = level; in SetLevel() 43 #define LOG_EX_VARARGS(level, format) \ argument 47 Log::LogEx(level, format, arg_list); \ 107 char Log::LevelAbbrev(LogLevel level) { in LevelAbbrev() argument 108 switch (level) { in LevelAbbrev() 122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) { in LogEx() argument 123 if (Log::level_ < level) { in LogEx() [all …]
|
D | log.h | 61 static void Initialize(Logger *logger, LogLevel level); 79 static void SetLevel(LogLevel level); 82 static char LevelAbbrev(LogLevel level); 83 static void LogEx(LogLevel level, const char *format, va_list arg_list);
|
/device/linaro/dragonboard/shared/graphics/swangle/ |
D | device.mk | 36 …oid.software.opengles.deqp.level-2022-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.… 46 …e/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.h… 48 …ndroid.software.vulkan.deqp.level-2021-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android…
|
/device/linaro/dragonboard/shared/graphics/mesa/ |
D | device.mk | 40 …oid.software.opengles.deqp.level-2022-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.… 48 …e/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.h… 50 …ndroid.software.vulkan.deqp.level-2021-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android…
|
/device/google/cuttlefish/host/commands/log_tee/ |
D | log_tee.cpp | 153 const auto& level = match_result[3]; in main() local 154 if (level == "ERROR") { in main() 156 } else if (level == "WARN") { in main() 158 } else if (level == "INFO") { in main() 166 } else if (level == "DEBUG") { in main() 168 } else if (level == "TRACE") { in main()
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/ |
D | calibration_quality.h | 80 CalibrationQualityLevel level = CalibrationQualityLevel::UNDETERMINED; member 89 level = CalibrationQualityLevel::UNDETERMINED; in reset()
|
/device/linaro/hikey/hikey960/ |
D | device-hikey960.mk | 50 …e/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.h… 52 …ndroid.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android…
|
/device/google/cuttlefish/guest/hals/vulkan/ |
D | Android.bp | 62 "android.hardware.vulkan.level-1.prebuilt.xml", 64 "android.software.opengles.deqp.level-latest.prebuilt.xml", 65 "android.software.vulkan.deqp.level-latest.prebuilt.xml",
|
/device/google/contexthub/firmware/os/algos/calibration/util/ |
D | cal_log.h | 35 # define LOG_FUNC(level, fmt, ...) osLog(level, fmt, ##__VA_ARGS__) argument
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | LocalBluetoothDeviceProvider.java | 43 public String mapBatteryLevel(Context context, BluetoothDevice device, int level) { in mapBatteryLevel() argument 46 return provider.mapBatteryLevel(context, device, level); in mapBatteryLevel() 48 return context.getString(R.string.settings_remote_battery_level_percentage_label, level); in mapBatteryLevel()
|
/device/google/contexthub/firmware/os/inc/ |
D | syscallDo.h | 80 static inline void eOsLogvInternal(enum LogLevel level, const char *str, uintptr_t args_list) in eOsLogvInternal() argument 82 …IN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_LOGGING, SYSCALL_OS_MAIN_LOG_LOGV), level, str, args_list); in eOsLogvInternal() 85 static inline void eOsLogv(enum LogLevel level, const char *str, va_list vl) in eOsLogv() argument 87 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLogv() 90 static inline void eOsLog(enum LogLevel level, const char *str, ...) in eOsLog() argument 95 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLog()
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/ |
D | accel_offset_cal.cc | 61 cal_data_.calibration_quality.level = CalibrationQualityLevel::HIGH_QUALITY; in SetMeasurement() 91 cal_data_.calibration_quality.level = CalibrationQualityLevel::LOW_QUALITY; in SetInitialCalibration()
|
/device/google/contexthub/firmware/os/core/ |
D | syscall.c | 33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable() argument 38 while (level--) { in syscallAddTable()
|
D | nanohub_chre.c | 77 enum chreLogLevel level = va_arg(args, int /* enums promoted to ints in va_args in C */); in osChreApiLogLogv() local 79 char clevel = (level > CHRE_LOG_DEBUG || (int) level < 0) ? 'V' : levels[level]; in osChreApiLogLogv() 91 enum chreLogLevel level = va_arg(args, int /* enums promoted to ints in va_args in C */); in osChreApiLogLogvOld() local 93 char clevel = (level > CHRE_LOG_DEBUG || (int) level < 0) ? 'V' : levels[level]; in osChreApiLogLogvOld()
|
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | qmi.c | 120 int level) in skip_to_next_elem() argument 125 if (level > 1) { in skip_to_next_elem() 145 int level) in qmi_calc_min_msg_len() argument 156 temp_ei = skip_to_next_elem(temp_ei, level); in qmi_calc_min_msg_len() 167 (level + 1)); in qmi_calc_min_msg_len() 170 if (level > 1) in qmi_calc_min_msg_len() 184 if (level == 1) in qmi_calc_min_msg_len()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 148 enum LogLevel level = LOG_INFO; in cpuInitLate() local 154 level = LOG_ERROR; in cpuInitLate() 157 osLog(level, "Reboot reason: 0x%08" PRIX32 "%s\n", reason, reasonDesc); in cpuInitLate()
|
/device/google/cuttlefish/host/commands/metrics/proto/ |
D | cf_metrics_event.proto | 25 // High level event types for this message. This is the broadest 83 // High level error types for this message. Defines the error 93 // This is the highest level identifier for MetricsEvent messages. 113 // Android guest API level
|
/device/google/contexthub/firmware/os/algos/util/ |
D | nano_log.h | 8 #define LOG_FUNC(level, ...) printf(__VA_ARGS__) argument
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | RemoteProxy.java | 181 public String mapBatteryLevel(Context context, int level) { in mapBatteryLevel() argument 182 return context.getString(R.string.settings_remote_battery_level_percentage_label, level); in mapBatteryLevel()
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app_syscalls.c | 55 void chreLog(enum chreLogLevel level, const char *str, ...) in chreLog() argument 60 (void)syscallDo3P(SYSCALL_CHRE_API(LOG), level, str, VA_LIST_TO_INTEGER(vl)); in chreLog()
|
/device/generic/trusty/ |
D | OWNERS | 1 # include OWNERS from the top level trusty repo
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/ |
D | gyro_offset_over_temp_cal.cc | 116 cal_data_.calibration_quality.level = CalibrationQualityLevel::HIGH_QUALITY; in SetMeasurement() 159 cal_data_.calibration_quality.level = CalibrationQualityLevel::MEDIUM_QUALITY; in SetInitialCalibration()
|
/device/google/cuttlefish/shared/sepolicy/system_ext/private/ |
D | hal_keymint_system.te | 4 # Read the OS patch level from system properties
|
/device/generic/trusty/sepolicy/system_ext/private/ |
D | hal_keymint_system.te | 4 # Read the OS patch level from system properties
|
/device/sample/apps/tv/SetupValidation/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|