Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_le_audio_software_fuzzer.cpp57 bluetooth::common::MessageLoopThread messageLoopThread(name); in LLVMFuzzerTestOneInput() local
58 messageLoopThread.StartUp(); in LLVMFuzzerTestOneInput()
59 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in LLVMFuzzerTestOneInput()
68 interface->GetSource(streamCb, &messageLoopThread); in LLVMFuzzerTestOneInput()
88 interface->GetSink(streamCb, &messageLoopThread, false); in LLVMFuzzerTestOneInput()
106 messageLoopThread.ShutDown(); in LLVMFuzzerTestOneInput()
Dlibbt_audio_hal_a2dp_encoding_fuzzer.cpp89 bluetooth::common::MessageLoopThread messageLoopThread(name); in process() local
90 messageLoopThread.StartUp(); in process()
91 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in process()
96 if (!bluetooth::audio::a2dp::init(&messageLoopThread)) { in process()
115 messageLoopThread.ShutDown(); in process()
Dlibbt_audio_hal_hearing_aid_software_encoding_fuzzer.cpp69 bluetooth::common::MessageLoopThread messageLoopThread(name); in LLVMFuzzerTestOneInput() local
70 messageLoopThread.StartUp(); in LLVMFuzzerTestOneInput()
71 bluetooth::audio::hearing_aid::init(streamCb, &messageLoopThread); in LLVMFuzzerTestOneInput()