Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc462 auto state_to_send = status.state; in PlaybackStatusNotificationResponse() local
463 if (!IsActive()) state_to_send = PlayState::PAUSED; in PlaybackStatusNotificationResponse()
464 if (!interim && state_to_send == last_play_status_.state) { in PlaybackStatusNotificationResponse()
471 last_play_status_.state = state_to_send; in PlaybackStatusNotificationResponse()