Home
last modified time | relevance | path

Searched defs:scratch_buf (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dstack_avrcp_test.cc32 uint8_t scratch_buf[512]{}; in TEST_F() local
56 uint8_t scratch_buf[512]{}; in TEST_F() local
79 uint8_t scratch_buf[512]{}; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc142 uint8_t scratch_buf[512]{}; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/cronet/third_party/icu/fuzzers/
H A Dicu_appendable_fuzzer.cc18 char16_t scratch_buf[kScratchBufSize]; variable
/aosp_15_r20/system/nfc/src/fuzzers/ce/
H A Dt4t.cc62 auto scratch_buf = ctx.GetBuffer(size_max); in Init_ReadWrite() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Davrc_fuzzer.cc135 uint8_t scratch_buf[512]; in msg_cb() local
/aosp_15_r20/external/boringssl/src/crypto/hrss/
H A Dhrss_test.cc496 auto scratch_buf = std::make_unique<uint8_t[]>( in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hrss/
H A Dhrss_test.cc496 auto scratch_buf = std::make_unique<uint8_t[]>( in TEST() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_pns_js_thumb.c259 WORD32 *scratch_buf = ptr_aac_dec_channel_info->scratch_buf_ptr; in ixheaacd_aac_tns_process() local
/aosp_15_r20/external/AFLplusplus/include/
H A Dalloc-inl.h769 void *scratch_buf = *buf1; in afl_swap_bufs() local
/aosp_15_r20/system/nfc/src/nfa/include/
H A Dnfa_dta_int.h215 uint8_t scratch_buf[NFA_DTA_SCRATCH_BUF_SIZE]; member
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc1015 uint8_t scratch_buf[512] = {0}; in handle_rc_metamsg_cmd() local
2722 uint8_t scratch_buf[512] = {0}; in handle_rc_metamsg_rsp() local
4087 uint8_t scratch_buf[512] = {0}; // this variable is unused in handle_avk_rc_metamsg_rsp() local
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-msg.c336 static char scratch_buf[MSG_MAX_LEN]; variable