Home
last modified time | relevance | path

Searched refs:scratch_buf_len (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_avrcp_test.cc33 uint16_t scratch_buf_len = 512; in TEST_F() local
52 AVRC_Ctrl_ParsResponse(&msg, &result, scratch_buf, &scratch_buf_len), in TEST_F()
58 uint16_t scratch_buf_len = 512; in TEST_F() local
77 AVRC_Ctrl_ParsResponse(&msg, &result, scratch_buf, &scratch_buf_len), in TEST_F()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc149 uint16_t scratch_buf_len = 512; in LLVMFuzzerTestOneInput() local
186 AVRC_Ctrl_ParsResponse(&msg, &result, scratch_buf, &scratch_buf_len); in LLVMFuzzerTestOneInput()
190 AVRC_ParsResponse(&msg, &result, scratch_buf, scratch_buf_len); in LLVMFuzzerTestOneInput()