Home
last modified time | relevance | path

Searched defs:crCode (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
Davrcp_tg_vendor.cpp278 AvrcTgGcPacket::AvrcTgGcPacket(uint8_t crCode, const std::vector<uint32_t> &companies, uint8_t labe… in AvrcTgGcPacket()
292 AvrcTgGcPacket::AvrcTgGcPacket(uint8_t crCode, const std::vector<uint8_t> &events, uint8_t label) :… in AvrcTgGcPacket()
477 AvrcTgLpasaPacket::AvrcTgLpasaPacket(uint8_t crCode, const std::deque<uint8_t> &attributes, uint8_t… in AvrcTgLpasaPacket()
580 AvrcTgLpasvPacket::AvrcTgLpasvPacket(uint8_t crCode, const std::deque<uint8_t> &values, uint8_t lab… in AvrcTgLpasvPacket()
738 AvrcTgGcpasvPacket::AvrcTgGcpasvPacket(uint16_t mtu, uint8_t crCode, const std::deque<uint8_t> &att… in AvrcTgGcpasvPacket()
932 AvrcTgSpasvPacket::AvrcTgSpasvPacket(uint8_t crCode, uint8_t label) in AvrcTgSpasvPacket()
1095uint8_t crCode, const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrName, … in AvrcTgGpasatPacket()
1274uint8_t crCode, const std::vector<uint8_t> &values, const std::vector<std::string> &valueName, uin… in AvrcTgGpasvtPacket()
1473uint8_t crCode, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, u… in AvrcTgGeaPacket()
1669 uint8_t crCode, uint32_t songLength, uint32_t songPosition, uint8_t playStatus, uint8_t label) in AvrcTgGpsPacket()
[all …]
Davrcp_tg_profile.cpp748 int crCode = ExplainResultToControlCrCode(result); in SendGetPlayerApplicationSettingAttributeTextRsp() local
783 int crCode = ExplainResultToControlCrCode(result); in SendGetPlayerApplicationSettingValueTextRsp() local
814 int crCode = ExplainResultToControlCrCode(result); in SendGetElementAttributesRsp() local
946 uint8_t crCode = ExplainResultToControlCrCode(result); in SendSetAddressedPlayerRsp() local
977 uint8_t crCode = ExplainResultToControlCrCode(result); in SendPlayItemRsp() local
1006 uint8_t crCode = ExplainResultToControlCrCode(result); in SendAddToNowPlayingRsp() local
1064 uint8_t crCode = ExplainResultToControlCrCode(result); in SendPlaybackStatusChangedRsp() local
1098 uint8_t crCode = ExplainResultToControlCrCode(result); in SendTrackChangedRsp() local
1127 uint8_t crCode = ExplainResultToControlCrCode(result); in SendTrackReachedEndRsp() local
1156 uint8_t crCode = ExplainResultToControlCrCode(result); in SendTrackReachedStartRsp() local
[all …]
Davrcp_tg_pass_through.h112 void SetCrCode(uint8_t crCode) in SetCrCode()
Davrcp_tg_notification.cpp21 AvrcTgNotifyPacket::AvrcTgNotifyPacket(uint8_t eventId, uint8_t crCode, uint8_t label) in AvrcTgNotifyPacket()
Davrcp_tg_vendor.h189 void SetCrCode(uint8_t crCode) in SetCrCode()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
Davrcp_ct_vendor.h143 void SetCrCode(uint8_t crCode) in SetCrCode()
Davrcp_ct_profile.cpp1300 uint8_t crCode = notifyPkt->GetCrCode(); in ReceiveRegisterNotificationRsp() local
2264 int AvrcCtProfile::ExplainCrCodeToResult(uint8_t crCode) in ExplainCrCodeToResult()