Home
last modified time | relevance | path

Searched defs:is_flushable (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/
Dbase_packet_builder.h41 void SetFlushable(bool is_flushable) { is_flushable_ = is_flushable; } in SetFlushable()
/packages/modules/Bluetooth/system/main/shim/
Dhelpers.h106 bool is_flushable) { in MakeUniquePacket()
/packages/modules/Bluetooth/system/hci/include/
Dbt_vendor_lib.h370 uint8_t is_flushable; /* true if flushable channel */ member
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2cap_api.cc150 bool is_flushable) { in L2CA_SetChnlFlushability()
Dl2c_api.cc1500 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
Dl2c_int.h326 bool is_flushable; /* true if channel is flushable */ member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc226 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc496 TEST_F(MainShimTest, is_flushable) { in TEST_F() argument