Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp48 playStatusChanged = std::make_pair(false, 0); in AvrcTgProfile()
57 playStatusChanged = std::make_pair(false, 0); in ~AvrcTgProfile()
1081 playStatusChanged = std::make_pair(false, 0); in SendPlaybackStatusChangedRsp()
2132 return playStatusChanged; in GetNotificationLabel()
2154 playStatusChanged = std::make_pair(true, label); in SetNotificationLabel()
H A Davrcp_tg_profile.h1013 std::pair<bool, uint8_t> playStatusChanged; variable