Searched refs:RETRY_ON_INTR (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/hal/ |
D | mgmt.cc | 39 #define RETRY_ON_INTR(fn) \ macro 111 RETRY_ON_INTR(ret = write(fd, &ev, MGMT_PKT_HDR_SIZE + ev.len)); in get_vs_opcode() 139 RETRY_ON_INTR(ret = read(fd, &cc_ev, sizeof(cc_ev))); in get_vs_opcode()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hfp_hal_linux.cc | 48 #define RETRY_ON_INTR(fn) \ macro 178 RETRY_ON_INTR(ret = write(fd, &ev, MGMT_PKT_HDR_SIZE + ev.len)); in mgmt_get_codec_capabilities() 202 RETRY_ON_INTR(ret = read(fd, &ev, sizeof(ev))); in mgmt_get_codec_capabilities() 266 RETRY_ON_INTR(ret = write(fd, &ev, MGMT_PKT_HDR_SIZE + ev.len)); in mgmt_notify_sco_connection_change()
|