Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/test/fuzzers/allocator/
Dfuzz_allocator.cc24 void callArbitraryFunction(std::vector<void*>* alloc_vector, in callArbitraryFunction() function
109 callArbitraryFunction(&alloc_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Dfuzz_a2dp_codec_config.cc27 callArbitraryFunction(&dataProvider, a2dp_codec_config_operations); in LLVMFuzzerTestOneInput()
Dfuzz_a2dp_codec.cc30 callArbitraryFunction(&dataProvider, a2dp_codec_operations); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/
Dfuzz_a2dp.cc31 callArbitraryFunction(&dataProvider, a2dp_operations); in LLVMFuzzerTestOneInput()
Da2dpFuzzFunctions.h89 callArbitraryFunction(fdp, sdp_operations);
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
Dfuzz_sdp.cc29 callArbitraryFunction(&dataProvider, sdp_operations); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/stack/test/fuzzers/common/
DcommonFuzzHelpers.h30 void callArbitraryFunction( in callArbitraryFunction() function