Home
last modified time | relevance | path

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

/system/bt/stack/btu/
Dbtu_init.cc107 if (!bt_startup_thread.EnableRealTimeScheduling()) { in BTU_StartUp()
Dbtu_task.cc119 if (!main_thread.EnableRealTimeScheduling()) { in btu_task_start_up()
/system/bt/common/
Dmessage_loop_thread.h121 bool EnableRealTimeScheduling();
Dmessage_loop_thread_unittest.cc172 ASSERT_FALSE(message_loop_thread.EnableRealTimeScheduling()); in TEST_F()
179 bool ret = message_loop_thread.EnableRealTimeScheduling(); in TEST_F()
Dmessage_loop_thread.cc148 bool MessageLoopThread::EnableRealTimeScheduling() { in EnableRealTimeScheduling() function in bluetooth::common::MessageLoopThread
Drepeating_timer_unittest.cc80 message_loop_thread.EnableRealTimeScheduling(); in VerifyMultipleDelayedTasks()
/system/bt/common/benchmark/
Dtimer_performance_benchmark.cc108 message_loop_thread_->EnableRealTimeScheduling(); in SetUp()
212 message_loop_thread_->EnableRealTimeScheduling(); in SetUp()
/system/bt/btif/src/
Dbtif_a2dp_sink.cc188 if (!btif_a2dp_sink_cb.worker_thread.EnableRealTimeScheduling()) { in btif_a2dp_sink_init()
Dbtif_a2dp_source.cc356 if (!btif_a2dp_source_thread.EnableRealTimeScheduling()) { in btif_a2dp_source_startup_delayed()
/system/bt/hci/src/
Dhci_layer.cc203 if (!hci_thread.EnableRealTimeScheduling()) { in hci_module_start_up()