Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h81 struct thread_name { struct
87 extern struct thread_name thread_name; argument
Dmock_osi_thread.cc39 struct thread_name thread_name; variable
68 const char* thread_name(const thread_t* thread) { in thread_name() function
/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
305 def glib_callback(thread_name=GLIB_THREAD_NAME): argument
/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/common/
Dmessage_loop_thread.cc46 MessageLoopThread::MessageLoopThread(const std::string& thread_name) in MessageLoopThread()
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc202 const char* thread_name(const thread_t* thread) { in thread_name() function
/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
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc97 explicit BtifA2dpSinkControlBlock(const std::string& thread_name) in BtifA2dpSinkControlBlock()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc579 char thread_name[16] = {}; in uhid_configure_thread() local
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc228 const char* thread_name(const thread_t* thread) { in thread_name() function