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

/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) { \
/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;
260 if (gKpiDebugLevel >= KPI_ONLY) {
266 if (gKpiDebugLevel >
[all...]
/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);
/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Factory.cpp67 volatile uint32_t gKpiDebugLevel = 1; member in namespace:qcamera
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp11243 gKpiDebugLevel = atoi(prop);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp14469 gKpiDebugLevel = atoi(prop);

Completed in 221 milliseconds