Home
last modified time | relevance | path

Searched refs:BUFFER_SIZE (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp43 #define BUFFER_SIZE 120 macro
137 static char ret[BUFFER_SIZE]; in loc_get_target_name()
/hardware/qcom/gps/utils/
Dloc_log.cpp43 #define BUFFER_SIZE 120 macro
138 static char ret[BUFFER_SIZE]; in loc_get_target_name()
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp43 #define BUFFER_SIZE 120 macro
138 static char ret[BUFFER_SIZE]; in loc_get_target_name()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp43 #define BUFFER_SIZE 120 macro
137 char ret[BUFFER_SIZE]; in loc_get_target_name()
/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp43 #define BUFFER_SIZE 120 macro
139 static char ret[BUFFER_SIZE]; in loc_get_target_name()
/hardware/qcom/gps/msm8909/utils/
Dloc_log.cpp43 #define BUFFER_SIZE 120 macro
139 static char ret[BUFFER_SIZE]; in loc_get_target_name()
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx35 static uint16_t screenBuffer[BUFFER_SIZE];
121 for(int i=0; i<BUFFER_SIZE; i++) in refresh()
219 for(int i=0; i<BUFFER_SIZE; i++) in clear()
565 for(int i=0; i<BUFFER_SIZE;i++) in clearScreenBuffer()
Deboled.h78 const int BUFFER_SIZE = 192; variable