Searched refs:log_buffer_insert (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | log_util.h | 144 extern void log_buffer_insert(char *str, unsigned long buf_size, int level); 166 log_buffer_insert(log_str, sizeof(log_str), level); \
|
H A D | loc_log.cpp | 223 void log_buffer_insert(char *str, unsigned long buf_size, int level) in log_buffer_insert() function
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | log_util.h | 165 extern void log_buffer_insert(char *str, unsigned long buf_size, int level); 186 log_buffer_insert(log_str, sizeof(log_str), level); \
|
H A D | loc_log.cpp | 223 void log_buffer_insert(char *str, unsigned long buf_size, int level) in log_buffer_insert() function
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | log_util.h | 165 extern void log_buffer_insert(char *str, unsigned long buf_size, int level); 186 log_buffer_insert(log_str, sizeof(log_str), level); \
|
H A D | loc_log.cpp | 223 void log_buffer_insert(char *str, unsigned long buf_size, int level) in log_buffer_insert() function
|