Home
last modified time | relevance | path

Searched refs:is_on_jni_thread (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/btif/include/
Dbtif_jni_task.h53 bool is_on_jni_thread();
Dbtif_common.h102 bool is_on_jni_thread();
/packages/modules/Bluetooth/system/test/mock/
Dmock_jni_thread.cc31 bool is_on_jni_thread() { in is_on_jni_thread() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_jni_task.cc114 bool is_on_jni_thread() { in is_on_jni_thread() function
Dbtif_profile_queue.cc190 log::assert_that(is_on_jni_thread(), "assert failed: is_on_jni_thread()"); in btif_queue_connect_next()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_profile_queue_test.cc42 bool is_on_jni_thread() { return true; } in is_on_jni_thread() function