Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A 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;
279 if (gKpiDebugLevel >= KPI_DBG) { in ScopedTraceDbg()
285 if (gKpiDebugLevel >= KPI_DBG) { in ~ScopedTraceDbg()
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_dbg.h38 extern volatile uint32_t gKpiDebugLevel;
49 if (gKpiDebugLevel >= KPI_APT) { \
55 if (gKpiDebugLevel >= KPI_APT) { \
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c48 volatile uint32_t gKpiDebugLevel = 0; variable
335 gKpiDebugLevel = atoi(prop); in jpeg_open()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Factory.cpp67 volatile uint32_t gKpiDebugLevel = 1; variable
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp11243 gKpiDebugLevel = atoi(prop); in getLogLevel()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp14846 gKpiDebugLevel = atoi(prop); in getLogLevel()