/aosp_15_r20/packages/modules/Bluetooth/system/common/ |
D | message_loop_thread_unittest.cc | 84 MessageLoopThread message_loop_thread("test_thread"); in TEST_F() local 85 message_loop_thread_ptr = message_loop_thread.GetWeakPtr(); in TEST_F() 92 MessageLoopThread message_loop_thread("test_thread"); in TEST_F() local 93 message_loop_thread.StartUp(); in TEST_F() 94 ASSERT_GE(message_loop_thread.GetThreadId(), 0); in TEST_F() 95 ASSERT_TRUE(message_loop_thread.IsRunning()); in TEST_F() 96 message_loop_thread.ShutDown(); in TEST_F() 97 ASSERT_LT(message_loop_thread.GetThreadId(), 0); in TEST_F() 98 ASSERT_FALSE(message_loop_thread.IsRunning()); in TEST_F() 102 MessageLoopThread message_loop_thread("test_thread"); in TEST_F() local [all …]
|
D | repeating_timer_unittest.cc | 78 MessageLoopThread message_loop_thread(name); in VerifyMultipleDelayedTasks() local 79 message_loop_thread.StartUp(); in VerifyMultipleDelayedTasks() 80 message_loop_thread.EnableRealTimeScheduling(); in VerifyMultipleDelayedTasks() 84 message_loop_thread.GetWeakPtr(), FROM_HERE, in VerifyMultipleDelayedTasks() 123 MessageLoopThread message_loop_thread(name); in TEST_F() local 124 message_loop_thread.StartUp(); in TEST_F() 133 MessageLoopThread message_loop_thread(name); in TEST_F() local 134 message_loop_thread.StartUp(); in TEST_F() 139 timer_->SchedulePeriodic(message_loop_thread.GetWeakPtr(), FROM_HERE, in TEST_F() 150 MessageLoopThread message_loop_thread(name); in TEST_F() local [all …]
|
D | BUILD.gn | 20 "message_loop_thread.cc",
|
D | Android.bp | 23 "message_loop_thread.cc",
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | hfp_client_interface_unittest.cc | 218 bluetooth::common::MessageLoopThread message_loop_thread("test message loop"); variable 222 message_loop_thread.StartUp(); in init_message_loop_thread() 223 if (!message_loop_thread.IsRunning()) { in init_message_loop_thread() 227 if (!message_loop_thread.EnableRealTimeScheduling()) { in init_message_loop_thread() 231 message_loop_ = message_loop_thread.message_loop(); in init_message_loop_thread() 239 message_loop_thread.ShutDown(); in cleanup_message_loop_thread() 259 encode_ = HfpClientInterface::Get()->GetEncode(&message_loop_thread); in TEST_F() 276 encode_ = HfpClientInterface::Get()->GetEncode(&message_loop_thread); in TEST_F() 290 decode_ = HfpClientInterface::Get()->GetDecode(&message_loop_thread); in TEST_F() 306 decode_ = HfpClientInterface::Get()->GetDecode(&message_loop_thread); in TEST_F()
|
D | le_audio_software_unittest.cc | 489 bluetooth::common::MessageLoopThread message_loop_thread("test message loop"); variable 493 message_loop_thread.StartUp(); in init_message_loop_thread() 494 if (!message_loop_thread.IsRunning()) { in init_message_loop_thread() 498 if (!message_loop_thread.EnableRealTimeScheduling()) { in init_message_loop_thread() 502 message_loop_ = message_loop_thread.message_loop(); in init_message_loop_thread() 510 message_loop_thread.ShutDown(); in cleanup_message_loop_thread() 539 sink_ = LeAudioClientInterface::Get()->GetSink(*unicast_sink_stream_cb_, &message_loop_thread, in SetUp() 545 &message_loop_thread); in SetUp()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_hal_client_test.cc | 57 bluetooth::common::MessageLoopThread message_loop_thread("test message loop"); variable 58 bluetooth::common::MessageLoopThread* get_main_thread() { return &message_loop_thread; } in get_main_thread() 60 if (!message_loop_thread.DoInThread(FROM_HERE, std::move(task))) { in do_in_main_thread() 71 message_loop_thread.StartUp(); in init_message_loop_thread() 72 if (!message_loop_thread.IsRunning()) { in init_message_loop_thread() 76 if (!message_loop_thread.EnableRealTimeScheduling()) { in init_message_loop_thread() 80 message_loop_ = message_loop_thread.message_loop(); in init_message_loop_thread() 88 message_loop_thread.ShutDown(); in cleanup_message_loop_thread()
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/ |
D | alarm_test.cc | 331 MessageLoopThread message_loop_thread("btu message loop"); in TEST_F() local 332 message_loop_thread.StartUp(); in TEST_F() 333 if (!message_loop_thread.IsRunning()) { in TEST_F() 336 thread_ = &message_loop_thread; in TEST_F() 359 message_loop_thread.ShutDown(); in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio/asrc/ |
D | asrc_resampler_test.cc | 25 bluetooth::common::MessageLoopThread message_loop_thread("main message loop"); variable 26 bluetooth::common::MessageLoopThread* get_main_thread() { return &message_loop_thread; } in get_main_thread() 38 : SourceAudioHalAsrc(&message_loop_thread, channels, 48000, bitdepth, 10000) {} in SourceAudioHalAsrcTest()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_test.cc | 92 bluetooth::common::MessageLoopThread message_loop_thread("test message loop"); variable 93 bluetooth::common::MessageLoopThread* get_main_thread() { return &message_loop_thread; } in get_main_thread() 99 if (!message_loop_thread.DoInThread( in do_in_main_thread() 118 message_loop_thread.StartUp(); in init_message_loop_thread() 119 if (!message_loop_thread.IsRunning()) { in init_message_loop_thread() 123 if (!message_loop_thread.EnableRealTimeScheduling()) { in init_message_loop_thread() 127 message_loop_ = message_loop_thread.message_loop(); in init_message_loop_thread() 135 message_loop_thread.ShutDown(); in cleanup_message_loop_thread()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/common/libbt-common/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/ |
D | libbt-common.a.rsp | 1 …a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/common/message_loop_thread.o out/soong…
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 114 bluetooth::common::MessageLoopThread message_loop_thread("test message loop"); variable 115 bluetooth::common::MessageLoopThread* get_main_thread() { return &message_loop_thread; } in get_main_thread() 124 if (!message_loop_thread.DoInThread( in do_in_main_thread() 147 message_loop_thread.StartUp(); in init_message_loop_thread() 148 if (!message_loop_thread.IsRunning()) { in init_message_loop_thread() 152 if (!message_loop_thread.EnableRealTimeScheduling()) { in init_message_loop_thread() 156 message_loop_ = message_loop_thread.message_loop(); in init_message_loop_thread() 164 message_loop_thread.ShutDown(); in cleanup_message_loop_thread()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/common/libbt-common/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/common/ |
D | message_loop_thread.o.d | 1 …_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/common/message_loop_thread.o: \ 2 packages/modules/Bluetooth/system/common/message_loop_thread.cc \ 3 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/btcore/libbtcore/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/btcore/src/ |
D | module.o.d | 854 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/bta/libbt-bta-core/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/bta/sdp/ |
D | bta_sdp_api.o.d | 958 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/stack/libbt-btu-main-thread/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/stack/btu/ |
D | main_thread.o.d | 939 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/bta/libbt-bta/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_client.o.d | 1019 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/bta/libbt-bta-core/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/bta/sys/ |
D | bta_sys_main.o.d | 986 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/stack/libbt-stack-core/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble_conn_params.o.d | 1074 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/bta/libbt-bta/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.o.d | 966 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
D | codec_interface.o.d | 963 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/btif/libbtif-core/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_hal.o.d | 1014 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/btif/libbtif/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/btif/src/ |
D | btif_pan.o.d | 1074 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
D | btif_a2dp_sink.o.d | 971 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/bta/libbt-bta-core/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/obj/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_ci.o.d | 971 packages/modules/Bluetooth/system/common/message_loop_thread.h \
|