Searched defs:is_flushable (Results 1 – 8 of 8) 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
150 bool is_flushable) { in L2CA_SetChnlFlushability()
1500 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
326 bool is_flushable; /* true if channel is flushable */ member
226 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability()
496 TEST_F(MainShimTest, is_flushable) { in TEST_F() argument