Home
last modified time | relevance | path

Searched refs:unlock_slot (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_rfc.c159 unlock_slot(&slot_lock); in btsock_rfc_cleanup()
354 unlock_slot(&slot_lock); in btsock_rfc_listen()
416 unlock_slot(&slot_lock); in btsock_rfc_connect()
577 unlock_slot(&slot_lock); in on_cl_rfc_init()
599 unlock_slot(&slot_lock); in on_srv_rfc_listen_started()
623 unlock_slot(&slot_lock); in on_srv_rfc_connect()
648 unlock_slot(&slot_lock); in on_cli_rfc_connect()
664 unlock_slot(&slot_lock); in on_rfc_close()
677 unlock_slot(&slot_lock); in on_rfc_write_done()
690 unlock_slot(&slot_lock); in on_rfc_outgoing_congest()
[all …]
Dbtif_config.c143 unlock_slot(&slot_lock); in btif_config_init()
181 unlock_slot(&slot_lock); in btif_config_exist()
216 unlock_slot(&slot_lock); in btif_config_get()
231 unlock_slot(&slot_lock); in btif_config_set()
246 unlock_slot(&slot_lock); in btif_config_remove()
263 unlock_slot(&slot_lock); in btif_config_filter_remove()
283 unlock_slot(&slot_lock); in btif_config_next_key()
301 unlock_slot(&slot_lock); in btif_config_next_value()
335 unlock_slot(&slot_lock); in btif_config_enum()
349 unlock_slot(&slot_lock); in btif_config_save()
[all …]
Dbtif_sock_thread.c230 unlock_slot(&thread_slot_lock); in btsock_thread_create()
378 unlock_slot(&thread_slot_lock); in btsock_thread_exit()
/external/bluetooth/bluedroid/btif/include/
Dbtif_sock_util.h52 static inline void unlock_slot(pthread_mutex_t* mutex) in unlock_slot() function