Searched refs:BUF_SIZE (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm8150/media/libplatformconfig/ |
D | ConfigParser.cpp | 41 #define BUF_SIZE 1024 macro 102 buf = XML_GetBuffer(parser, BUF_SIZE); in initAndParse() 109 bytesRead = fread(buf, 1, BUF_SIZE, file); in initAndParse()
|
D | ConfigParser.h | 43 #define BUF_SIZE 1024 macro
|
/hardware/qcom/sdm845/media/libplatformconfig/ |
D | ConfigParser.cpp | 40 #define BUF_SIZE 1024 macro 101 buf = XML_GetBuffer(parser, BUF_SIZE); in initAndParse() 108 bytesRead = fread(buf, 1, BUF_SIZE, file); in initAndParse()
|
D | ConfigParser.h | 43 #define BUF_SIZE 1024 macro
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | crash_event_logger.c | 35 #define BUF_SIZE (4096) macro 249 buf = malloc(BUF_SIZE); in dump_crash_log() 277 bytes_read = read(inp_fp, buf, BUF_SIZE); in dump_crash_log() 315 buf = malloc(BUF_SIZE); in dump_reg_access_hist_log() 343 bytes_read = read(inp_fp, buf, BUF_SIZE); in dump_reg_access_hist_log() 468 temp_buf = malloc(BUF_SIZE); in ssr_copy_log() 493 bytes_read = read(src_fp, temp_buf, BUF_SIZE); in ssr_copy_log()
|
D | tunnel_test_sensor.c | 34 #define BUF_SIZE 8192 macro 130 buf = malloc(BUF_SIZE * 2); in main() 172 1, BUF_SIZE, tun_dev); in main()
|
D | tunnel_test.c | 37 #define BUF_SIZE 32768 macro 68 char q16_buf[BUF_SIZE]; // This can be smaller but by how much? in parse_audio_tunnel_data() 211 buf = malloc(BUF_SIZE * 2); 265 BUF_SIZE);
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | adnc_strm.c | 35 #define BUF_SIZE (8192) macro 331 BUF_SIZE); in adnc_strm_read() 462 adnc_strm_dev->unparsed_buf_size = BUF_SIZE * 2; in adnc_strm_open() 471 adnc_strm_dev->pcm_buf_size = BUF_SIZE * 2; in adnc_strm_open()
|