Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraTrace.h56 if (gKpiDebugLevel >= KPI_ONLY) { \
62 if (gKpiDebugLevel >= KPI_ONLY) { \
68 if (gKpiDebugLevel >= KPI_ONLY) { \
75 if (gKpiDebugLevel >= KPI_DBG) { \
82 if (gKpiDebugLevel >= KPI_DBG) { \
88 if (gKpiDebugLevel >= KPI_DBG) { \
94 if (gKpiDebugLevel >= KPI_DBG) { \
255 extern volatile uint32_t gKpiDebugLevel;
260 if (gKpiDebugLevel >= KPI_ONLY) { in ScopedTraceKpi()
266 if (gKpiDebugLevel >= KPI_ONLY) { in ~ScopedTraceKpi()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_dbg.h38 extern volatile uint32_t gKpiDebugLevel;
49 if (gKpiDebugLevel >= KPI_APT) { \
55 if (gKpiDebugLevel >= KPI_APT) { \
/hardware/qcom/camera/msm8998/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/msm8998/QCamera2/
DQCamera2Factory.cpp67 volatile uint32_t gKpiDebugLevel = 1; variable
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp11243 gKpiDebugLevel = atoi(prop); in getLogLevel()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp14788 gKpiDebugLevel = atoi(prop); in getLogLevel()