Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dipc.h181 #define BT_WRITE_LOCK (1 << 1) macro
Dpcm_bluetooth.c452 BT_WRITE_LOCK : BT_READ_LOCK); in bluetooth_hsp_hw_params()
712 BT_WRITE_LOCK : BT_READ_LOCK); in bluetooth_a2dp_hw_params()
1633 !(codec->lock & BT_WRITE_LOCK)) in bluetooth_parse_capabilities()
Dliba2dp.c514 open_req->lock = BT_WRITE_LOCK; in bluetooth_a2dp_hw_params()
863 !(codec->lock & BT_WRITE_LOCK)) in bluetooth_parse_capabilities()
Dunix.c694 lock = BT_WRITE_LOCK; in a2dp_discovery_complete()
1387 req->lock & BT_WRITE_LOCK ? "write" : ""); in handle_sco_open()
1406 req->lock & BT_WRITE_LOCK ? "write" : ""); in handle_a2dp_open()
Dgstavdtpsink.c304 !(codec->lock & BT_WRITE_LOCK)) in gst_avdtp_find_caps()
1642 open_req->lock = BT_WRITE_LOCK; in gst_avdtp_sink_configure()
/external/bluetooth/bluez/test/
Dipctest.c271 !(codec.lock & BT_WRITE_LOCK)) in parse_caps()
590 BT_WRITE_LOCK : BT_READ_LOCK | BT_WRITE_LOCK; in bt_open()