Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/fake/
Dfake_thread.h67 int thread_id; member
/packages/modules/Nfc/libnfc-nci/src/gki/ulinux/
Dgki_int.h34 pthread_t thread_id[GKI_MAX_TASKS]; member
Dgki_ulinux.cc88 pthread_t thread_id = pthread_self(); in gki_task_entry() local
835 pthread_t thread_id = pthread_self(); in GKI_get_taskid() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_thread.cc84 std::optional<pthread_t> thread_id; member
98 static inline int create_thread(void* (*start_routine)(void*), void* arg, pthread_t* thread_id) { in create_thread()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java413 public static void updateThread(SQLiteDatabase db, long thread_id) { in updateThread()
529 int thread_id = -1; in deleteOneSms() local
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread_unittest.cc148 base::PlatformThreadId thread_id = message_loop_thread.GetThreadId(); in TEST_F() local
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc452 pthread_t thread_id = -1; in create_thread() local