Home
last modified time | relevance | path

Searched defs:callArbitraryFunction (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DcommonFuzzHelpers.h24 void callArbitraryFunction(F* fdp, T const& ops_vector, Types... args) { in callArbitraryFunction() function
/aosp12/system/bt/stack/test/fuzzers/common/
H A DcommonFuzzHelpers.h27 void callArbitraryFunction( in callArbitraryFunction() function
/aosp12/system/bt/osi/test/fuzzers/allocator/
H A Dfuzz_allocator.cc24 void callArbitraryFunction(std::vector<void*>* alloc_vector, in callArbitraryFunction() function
/aosp12/system/bt/osi/test/fuzzers/ringbuffer/
H A Dfuzz_ringbuffer.cc34 void callArbitraryFunction(std::vector<ringbuffer_t*>* ringbuf_vector, in callArbitraryFunction() function
/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
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A Dfuzz_fixed_queue.cc73 void callArbitraryFunction(fixed_queue_t* fixed_queue, in callArbitraryFunction() function
/aosp12/system/bt/osi/test/fuzzers/list/
H A Dfuzz_list.cc71 void callArbitraryFunction(std::vector<void*>* list_vector, in callArbitraryFunction() function