Home
last modified time | relevance | path

Searched refs:sdp_operations (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
Dfuzz_sdp.cc30 callArbitraryFunction(&dataProvider, sdp_operations); in LLVMFuzzerTestOneInput()
DsdpFuzzFunctions.h39 static const std::vector<std::function<void(FuzzedDataProvider*)>> sdp_operations = { variable
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/
Da2dpFuzzFunctions.h83 [](FuzzedDataProvider* fdp) -> void { callArbitraryFunction(fdp, sdp_operations); }};