Home
last modified time | relevance | path

Searched refs:EnableRealTimeScheduling (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/stack/btu/
Dmain_thread.cc78 if (!main_thread.EnableRealTimeScheduling()) { in main_thread_start_up()
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.h126 bool EnableRealTimeScheduling();
Dmessage_loop_thread_unittest.cc173 ASSERT_FALSE(message_loop_thread.EnableRealTimeScheduling()); in TEST_F()
180 bool ret = message_loop_thread.EnableRealTimeScheduling(); in TEST_F()
Dmessage_loop_thread.cc159 bool MessageLoopThread::EnableRealTimeScheduling() { in EnableRealTimeScheduling() function in bluetooth::common::MessageLoopThread
Drepeating_timer_unittest.cc81 message_loop_thread.EnableRealTimeScheduling(); in VerifyMultipleDelayedTasks()
/packages/modules/Bluetooth/system/stack/mmc/daemon/
Dservice.cc294 if (!thread_pool_.back().first->EnableRealTimeScheduling()) { in StartWorkerThread()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc257 if (!worker_thread_->EnableRealTimeScheduling()) { in InitAudioSinkThread()
Daudio_hal_client_test.cc76 if (!message_loop_thread.EnableRealTimeScheduling()) in init_message_loop_thread()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc197 if (!btif_a2dp_sink_cb.worker_thread.EnableRealTimeScheduling()) { in btif_a2dp_sink_init()
Dbtif_a2dp_source.cc373 if (!btif_a2dp_source_thread.EnableRealTimeScheduling()) { in btif_a2dp_source_startup_delayed()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc561 if (!message_loop_thread.EnableRealTimeScheduling()) { in init_message_loop_thread()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_test.cc120 if (!message_loop_thread.EnableRealTimeScheduling()) in init_message_loop_thread()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc176 if (!message_loop_thread.EnableRealTimeScheduling()) in init_message_loop_thread()