Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.cc39 struct thread_name thread_name; variable
68 const char* thread_name(const thread_t* thread) { in thread_name() function
70 return test::mock::osi_thread::thread_name(thread); in thread_name()
Dmock_osi_thread.h81 struct thread_name { struct
87 extern struct thread_name thread_name; argument
/packages/modules/Bluetooth/system/osi/test/
Dthread_test.cc24 ASSERT_STREQ(thread_name(thread), "test_name"); in TEST_F()
30 ASSERT_STREQ("0123456789abcdef", thread_name(thread)); in TEST_F()
36 ASSERT_STREQ("0123456789abcdef", thread_name(thread)); in TEST_F()
/packages/modules/Bluetooth/floss/pandora/floss/
Dutils.py199 def glib_call(default_result=None, timeout=GLIB_METHOD_CALL_TIMEOUT, thread_name=GLIB_THREAD_NAME): argument
276 if current_thread_name is thread_name and not method_callback:
305 def glib_callback(thread_name=GLIB_THREAD_NAME): argument
313 if current_thread_name is not thread_name:
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc46 MessageLoopThread::MessageLoopThread(const std::string& thread_name) in MessageLoopThread() argument
47 : thread_name_(thread_name), in MessageLoopThread()
Dmessage_loop_thread.h48 explicit MessageLoopThread(const std::string& thread_name);
/packages/modules/Bluetooth/system/osi/include/
Dthread.h84 const char* thread_name(const thread_t* thread);
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dthread_unittest.cc64 TEST_F(ThreadTest, thread_name) { EXPECT_EQ(thread->GetThreadName(), "test"); } in TEST_F() argument
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc579 char thread_name[16] = {}; in uhid_configure_thread() local
580 sprintf(thread_name, BT_HH_THREAD_PREFIX "%02x:%02x", p_uhid->link_spec.addrt.bda.address[4], in uhid_configure_thread()
582 pthread_setname_np(pthread_self(), thread_name); in uhid_configure_thread()
583 log::debug("Host hid polling thread created name:{} pid:{} fd:{}", thread_name, pid, p_uhid->fd); in uhid_configure_thread()
/packages/modules/DnsResolver/doh/dispatcher/
Dmod.rs86 .thread_name("doh-handler") in new()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc241 const std::string thread_name = is_broadcaster_ ? "bt_le_audio_broadcast_sink_worker_thread" in InitAudioSinkThread() local
243 worker_thread_ = new bluetooth::common::MessageLoopThread(thread_name); in InitAudioSinkThread()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc97 explicit BtifA2dpSinkControlBlock(const std::string& thread_name) in BtifA2dpSinkControlBlock() argument
98 : worker_thread(thread_name), in BtifA2dpSinkControlBlock()
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc202 const char* thread_name(const thread_t* thread) { in thread_name() function
/packages/modules/Uwb/service/uci/jni/src/
Ddispatcher.rs54 .thread_name("UwbService") in new()
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Ddns_https_frontend.rs39 .thread_name("DohFrontend")
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc228 const char* thread_name(const thread_t* thread) { in thread_name() function