Searched defs:is_flushable (Results 1 – 12 of 12) sorted by relevance
41 void SetFlushable(bool is_flushable) { is_flushable_ = is_flushable; } in SetFlushable()
106 bool is_flushable) { in MakeUniquePacket()
370 uint8_t is_flushable; /* true if flushable channel */ member
374 uint8_t is_flushable; /* true if flushable channel */ member
226 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
150 bool is_flushable) { in L2CA_SetChnlFlushability()
1495 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
327 bool is_flushable; /* true if channel is flushable */ member
506 TEST_F(MainShimTest, is_flushable) { in TEST_F() argument
168 bool is_flushable; /* TRUE if flushable channel */ member
703 pub fn is_flushable(&self) -> bool { in is_flushable() method