Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DBinderFuzz.cpp37 callArbitraryFunction(&fdp, gBBinderOperations, bbinder); in LLVMFuzzerTestOneInput()
39 callArbitraryFunction(&fdp, gIBinderOperations, in LLVMFuzzerTestOneInput()
H A DBpBinderFuzz.cpp46 callArbitraryFunction(&fdp, gBPBinderOperations, bpbinder, s_recipient); in LLVMFuzzerTestOneInput()
48 callArbitraryFunction(&fdp, gIBinderOperations, bpbinder.get()); in LLVMFuzzerTestOneInput()
H A DStabilityFuzz.cpp29 callArbitraryFunction(&dataProvider, gStabilityOperations, bbinder); in LLVMFuzzerTestOneInput()
H A DPersistableBundleFuzz.cpp31 callArbitraryFunction(&fdp, gPersistableBundleOperations, p_bundle, &key); in LLVMFuzzerTestOneInput()
H A DcommonFuzzHelpers.h24 void callArbitraryFunction(F* fdp, T const& ops_vector, Types... args) { in callArbitraryFunction() function
H A DStatusFuzz.cpp43 callArbitraryFunction(&fdp, gStatusOperations, &status, &parcel); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/osi/test/fuzzers/allocator/
H A Dfuzz_allocator.cc24 void callArbitraryFunction(std::vector<void*>* alloc_vector, in callArbitraryFunction() function
109 callArbitraryFunction(&alloc_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/osi/test/fuzzers/allocation_tracker/
H A Dfuzz_allocation_tracker.cc46 void callArbitraryFunction(std::vector<alloc_struct>* alloc_vector, in callArbitraryFunction() function
133 callArbitraryFunction(&alloc_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/osi/test/fuzzers/ringbuffer/
H A Dfuzz_ringbuffer.cc34 void callArbitraryFunction(std::vector<ringbuffer_t*>* ringbuf_vector, in callArbitraryFunction() function
156 callArbitraryFunction(&ringbuf_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A 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()
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Dfuzz_a2dp_codec.cc27 callArbitraryFunction(&dataProvider, a2dp_codec_operations); in LLVMFuzzerTestOneInput()
H A Dfuzz_a2dp_codec_config.cc27 callArbitraryFunction(&dataProvider, a2dp_codec_config_operations); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/stack/test/fuzzers/a2dp/
H A Dfuzz_a2dp.cc31 callArbitraryFunction(&dataProvider, a2dp_operations); in LLVMFuzzerTestOneInput()
H A Da2dpFuzzFunctions.h87 callArbitraryFunction(fdp, sdp_operations);
/aosp12/system/bt/stack/test/fuzzers/sdp/
H A Dfuzz_sdp.cc29 callArbitraryFunction(&dataProvider, sdp_operations); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/osi/test/fuzzers/list/
H A Dfuzz_list.cc71 void callArbitraryFunction(std::vector<void*>* list_vector, in callArbitraryFunction() function
260 callArbitraryFunction(&list_vector, &alloc_vector, &dataProvider); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/stack/test/fuzzers/common/
H A DcommonFuzzHelpers.h27 void callArbitraryFunction( in callArbitraryFunction() function