Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp1587 … profile_->SendPlaybackPosChangedRsp(true, AVRC_PLAY_STATUS_INVALID_SONG_POSITION, label, result); in GetPlayStatus()
1608 … profile_->SendPlaybackPosChangedRsp(true, AVRC_PLAY_STATUS_INVALID_SONG_POSITION, label, result); in GetPlayStatus()
1659 …profile_->SendPlaybackPosChangedRsp(true, AVRC_PLAY_STATUS_INVALID_SONG_POSITION, label, BT_SUCCES… in GetPlayStatus()
2268 profile_->SendPlaybackPosChangedRsp(false, playbackPos, label, BT_SUCCESS); in GetPlayStatus()
2296 profile_->SendPlaybackPosChangedRsp(false, playbackPos, label, BT_SUCCESS); in GetPlayStatus()
2323 profile_->SendPlaybackPosChangedRsp(false, playbackPos, label, BT_SUCCESS); in GetPlayStatus()
2350 profile_->SendPlaybackPosChangedRsp(false, playbackPos, label, BT_SUCCESS); in GetPlayStatus()
2376 profile_->SendPlaybackPosChangedRsp(false, playbackPos, label, BT_SUCCESS); in GetPlayStatus()
2486 …profile_->SendPlaybackPosChangedRsp(false, AVRC_PLAY_STATUS_INVALID_SONG_POSITION, label, RET_BAD_… in GetPlayStatus()
H A Davrcp_tg_profile.h788 void SendPlaybackPosChangedRsp(bool isInterim, uint32_t playbackPos, uint8_t label, int result);
H A Davrcp_tg_profile.cpp1177 void AvrcTgProfile::SendPlaybackPosChangedRsp(bool isInterim, uint32_t playbackPos, uint8_t label, … in SendPlaybackPosChangedRsp() function in OHOS::bluetooth::AvrcTgProfile