Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_le_audio_software_fuzzer.cpp52 bluetooth::common::MessageLoopThread messageLoopThread(name); in LLVMFuzzerTestOneInput() local
53 messageLoopThread.StartUp(); in LLVMFuzzerTestOneInput()
54 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in LLVMFuzzerTestOneInput()
62 LeAudioClientInterface::Source* source = interface->GetSource(streamCb, &messageLoopThread); in LLVMFuzzerTestOneInput()
81 LeAudioClientInterface::Sink* sink = interface->GetSink(streamCb, &messageLoopThread, false); in LLVMFuzzerTestOneInput()
99 messageLoopThread.ShutDown(); in LLVMFuzzerTestOneInput()
Dlibbt_audio_hal_a2dp_encoding_fuzzer.cpp93 bluetooth::common::MessageLoopThread messageLoopThread(name); in process() local
94 messageLoopThread.StartUp(); in process()
95 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in process()
100 if (!bluetooth::audio::a2dp::init(&messageLoopThread, &test_audio_port, offload_enabled)) { in process()
120 messageLoopThread.ShutDown(); in process()
Dlibbt_audio_hal_hearing_aid_software_encoding_fuzzer.cpp67 bluetooth::common::MessageLoopThread messageLoopThread(name); in LLVMFuzzerTestOneInput() local
68 messageLoopThread.StartUp(); in LLVMFuzzerTestOneInput()
69 bluetooth::audio::hearing_aid::init(streamCb, &messageLoopThread); in LLVMFuzzerTestOneInput()