Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h380 base::CancelableClosure play_pos_update_cb_; variable
Ddevice.cc692 if (status.state == PlayState::PAUSED) play_pos_update_cb_.Cancel(); in PlaybackStatusNotificationResponse()
755 play_pos_update_cb_.Reset(base::Bind(&Device::HandlePlayPosUpdate, in PlaybackPosNotificationResponse()
758 FROM_HERE, play_pos_update_cb_.callback(), in PlaybackPosNotificationResponse()
1827 play_pos_update_cb_.Cancel(); in DeviceDisconnected()