Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc308 alarm_t* AvOpenOnRcTimer() { return av_open_on_rc_timer_; } in AvOpenOnRcTimer()
309 const alarm_t* AvOpenOnRcTimer() const { return av_open_on_rc_timer_; } in AvOpenOnRcTimer()
378 alarm_t* av_open_on_rc_timer_; member in BtifAvPeer
1087 av_open_on_rc_timer_(nullptr), in BtifAvPeer()
1093 BtifAvPeer::~BtifAvPeer() { alarm_free(av_open_on_rc_timer_); } in ~BtifAvPeer()
1120 alarm_free(av_open_on_rc_timer_); in Init()
1121 av_open_on_rc_timer_ = alarm_new("btif_av_peer.av_open_on_rc_timer"); in Init()
1130 alarm_free(av_open_on_rc_timer_); in Cleanup()
1131 av_open_on_rc_timer_ = nullptr; in Cleanup()