Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dipc.h182 #define BT_READ_LOCK 1 macro
Dpcm_bluetooth.c450 BT_WRITE_LOCK : BT_READ_LOCK); in bluetooth_hsp_hw_params()
710 BT_WRITE_LOCK : BT_READ_LOCK); in bluetooth_a2dp_hw_params()
Dunix.c1366 req->lock & BT_READ_LOCK ? "read" : "", in handle_sco_open()
1385 req->lock & BT_READ_LOCK ? "read" : "", in handle_a2dp_open()
/external/bluetooth/bluez/test/
Dipctest.c590 BT_WRITE_LOCK : BT_READ_LOCK | BT_WRITE_LOCK; in bt_open()