Home
last modified time | relevance | path

Searched defs:freebuf (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Nfc/libnfc-nci/src/nfa/ce/
Dnfa_ce_main.cc171 bool freebuf = true; in nfa_ce_hdl_event() local
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_main.cc69 bool freebuf = true; in bta_sys_event() local
/packages/modules/Nfc/libnfc-nci/src/nfa/dm/
Dnfa_dm_main.cc118 bool freebuf = true; in nfa_dm_evt_hdlr() local
/packages/modules/Nfc/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.cc2906 bool freebuf = true; in nfa_rw_handle_op_req() local
3105 bool freebuf = true; in nfa_rw_op_req_while_busy() local
3187 bool freebuf = true; in nfa_rw_op_req_while_inactive() local
/packages/modules/Nfc/libnfc-nci/src/nfa/sys/
Dnfa_sys_main.cc72 bool freebuf = true; in nfa_sys_event() local
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_main.cc311 bool freebuf = true; in bta_pan_hdl_event() local
/packages/modules/Nfc/libnfc-nci/src/gki/common/
Dgki.h514 void freebuf(void* p_buf) override { GKI_freebuf(p_buf); }; in freebuf() function