Home
last modified time | relevance | path

Searched refs:retrans_timer_ (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc45 … : controller_(controller), handler_(handler), retrans_timer_(handler), monitor_timer_(handler) {} in impl()
97 os::Alarm retrans_timer_; member
693retrans_timer_.Schedule(common::BindOnce(&impl::retrans_timer_expires, common::Unretained(this)), in start_retrans_timer()
720 retrans_timer_.Cancel(); in stop_retrans_timer()