Home
last modified time | relevance | path

Searched refs:gKpiDebugLevel (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/util/
DQCameraTrace.h55 if (gKpiDebugLevel >= KPI_ONLY) { \
61 if (gKpiDebugLevel >= KPI_ONLY) { \
67 if (gKpiDebugLevel >= KPI_ONLY) { \
74 if (gKpiDebugLevel >= KPI_DBG) { \
81 if (gKpiDebugLevel >= KPI_DBG) { \
87 if (gKpiDebugLevel >= KPI_DBG) { \
93 if (gKpiDebugLevel >= KPI_DBG) { \
108 extern volatile uint32_t gKpiDebugLevel;
113 if (gKpiDebugLevel >= KPI_ONLY) { in ScopedTraceKpi()
119 if (gKpiDebugLevel >= KPI_ONLY) { in ~ScopedTraceKpi()
[all …]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_dbg.h38 extern volatile uint32_t gKpiDebugLevel;
49 if (gKpiDebugLevel >= KPI_APT) { \
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_interface.c48 volatile uint32_t gKpiDebugLevel = 0; variable
335 gKpiDebugLevel = atoi(prop); in jpeg_open()
/hardware/qcom/camera/QCamera2/
DQCamera2Factory.cpp60 volatile uint32_t gKpiDebugLevel = 1; variable
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp10110 gKpiDebugLevel = atoi(prop); in getLogLevel()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.cpp9701 gKpiDebugLevel = atoi(prop); in getLogLevel()