Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/
Dbase_packet_builder.h41 void SetFlushable(bool is_flushable) { in SetFlushable()
/packages/modules/Bluetooth/system/main/shim/
Dhelpers.h114 const uint8_t* data, size_t len, bool is_flushable) { in MakeUniquePacket()
/packages/modules/Bluetooth/system/hci/include/
Dbt_vendor_lib.h372 uint8_t is_flushable; /* true if flushable channel */ member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc245 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1523 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
Dl2c_int.h338 bool is_flushable; /* true if channel is flushable */ member
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc534 TEST_F(MainShimTest, is_flushable) { in TEST_F() argument