Home
last modified time | relevance | path

Searched refs:trackChanged (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.cpp49 trackChanged = std::make_pair(false, 0); in AvrcTgProfile()
58 trackChanged = std::make_pair(false, 0); in ~AvrcTgProfile()
2134 return trackChanged; in GetNotificationLabel()
2157 trackChanged = std::make_pair(true, label); in SetNotificationLabel()
H A Davrcp_tg_profile.h1014 std::pair<bool, uint8_t> trackChanged; variable