Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.h332 base::CancelableClosure play_pos_update_cb_; variable
Ddevice.cc475 if (status.state == PlayState::PAUSED) play_pos_update_cb_.Cancel(); in PlaybackStatusNotificationResponse()
540 play_pos_update_cb_.Reset(base::Bind(&Device::HandlePlayPosUpdate, in PlaybackPosNotificationResponse()
543 FROM_HERE, play_pos_update_cb_.callback(), in PlaybackPosNotificationResponse()
1466 play_pos_update_cb_.Cancel(); in DeviceDisconnected()