Searched defs:crCode (Results 1 – 7 of 7) sorted by relevance
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| D | avrcp_tg_vendor.cpp | 278 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() 1095 …uint8_t crCode, const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrName, … in AvrcTgGpasatPacket() 1274 …uint8_t crCode, const std::vector<uint8_t> &values, const std::vector<std::string> &valueName, uin… in AvrcTgGpasvtPacket() 1473 …uint8_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 …]
|
| D | avrcp_tg_profile.cpp | 748 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 …]
|
| D | avrcp_tg_pass_through.h | 112 void SetCrCode(uint8_t crCode) in SetCrCode()
|
| D | avrcp_tg_notification.cpp | 21 AvrcTgNotifyPacket::AvrcTgNotifyPacket(uint8_t eventId, uint8_t crCode, uint8_t label) in AvrcTgNotifyPacket()
|
| D | avrcp_tg_vendor.h | 189 void SetCrCode(uint8_t crCode) in SetCrCode()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| D | avrcp_ct_vendor.h | 143 void SetCrCode(uint8_t crCode) in SetCrCode()
|
| D | avrcp_ct_profile.cpp | 1300 uint8_t crCode = notifyPkt->GetCrCode(); in ReceiveRegisterNotificationRsp() local 2264 int AvrcCtProfile::ExplainCrCodeToResult(uint8_t crCode) in ExplainCrCodeToResult()
|