Home
last modified time | relevance | path

Searched refs:callArbitraryFunction (Results 1 – 11 of 11) sorted by relevance

/system/bt/osi/test/fuzzers/allocator/
Dfuzz_allocator.cc24 void callArbitraryFunction(std::vector<void*>* alloc_vector, in callArbitraryFunction() function
109 callArbitraryFunction(&alloc_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/system/bt/stack/test/fuzzers/a2dp/codec/
Dfuzz_a2dp_codec.cc27 callArbitraryFunction(&dataProvider, a2dp_codec_operations); in LLVMFuzzerTestOneInput()
Dfuzz_a2dp_codec_config.cc27 callArbitraryFunction(&dataProvider, a2dp_codec_config_operations); in LLVMFuzzerTestOneInput()
/system/bt/stack/test/fuzzers/sdp/
Dfuzz_sdp.cc29 callArbitraryFunction(&dataProvider, sdp_operations); in LLVMFuzzerTestOneInput()
/system/bt/stack/test/fuzzers/a2dp/
Dfuzz_a2dp.cc31 callArbitraryFunction(&dataProvider, a2dp_operations); in LLVMFuzzerTestOneInput()
Da2dpFuzzFunctions.h87 callArbitraryFunction(fdp, sdp_operations);
/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc46 void callArbitraryFunction(std::vector<alloc_struct>* alloc_vector, in callArbitraryFunction() function
133 callArbitraryFunction(&alloc_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/system/bt/osi/test/fuzzers/ringbuffer/
Dfuzz_ringbuffer.cc34 void callArbitraryFunction(std::vector<ringbuffer_t*>* ringbuf_vector, in callArbitraryFunction() function
156 callArbitraryFunction(&ringbuf_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/system/bt/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc73 void callArbitraryFunction(fixed_queue_t* fixed_queue, in callArbitraryFunction() function
224 callArbitraryFunction(fixed_queue, &live_buffer_vector, &live_thread_vector, in LLVMFuzzerTestOneInput()
/system/bt/stack/test/fuzzers/common/
DcommonFuzzHelpers.h27 void callArbitraryFunction( in callArbitraryFunction() function
/system/bt/osi/test/fuzzers/list/
Dfuzz_list.cc71 void callArbitraryFunction(std::vector<void*>* list_vector, in callArbitraryFunction() function
260 callArbitraryFunction(&list_vector, &alloc_vector, &dataProvider); in LLVMFuzzerTestOneInput()