Searched refs:decode_buf_ro_mirror (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hci.cc | 429 bool decode_buf_ro_mirror; /* The mirror indicator specifies whether member 479 decode_buf_ro_mirror = false; in init() 534 if (decode_buf_ro_mirror == decode_buf_wo_mirror) return DECODE_BUF_EMPTY; in decode_buf_status() 561 incr_buf_offset(decode_buf_ro, decode_buf_ro_mirror, buf_size, in mark_pkt_decoded() 610 incr_buf_offset(decode_buf_ro, decode_buf_ro_mirror, buf_size, rp); in find_msbc_pkt_head() 879 bool decode_buf_ro_mirror; /* The mirror indicator specifies whether member 929 decode_buf_ro_mirror = false; in init() 973 if (decode_buf_ro_mirror == decode_buf_wo_mirror) return DECODE_BUF_EMPTY; in decode_buf_status() 1015 incr_buf_offset(decode_buf_ro, decode_buf_ro_mirror, buf_size, in mark_pkt_decoded() 1062 incr_buf_offset(decode_buf_ro, decode_buf_ro_mirror, buf_size, rp); in find_lc3_pkt_head()
|