Home
last modified time | relevance | path

Searched refs:callArbitraryFunction (Results 1 – 5 of 5) 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/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/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()