Searched refs:crCode (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.cpp | 749 if (crCode == AVRC_TG_RSP_CODE_ACCEPTED) { in SendGetPlayerApplicationSettingAttributeTextRsp() 750 crCode = AVRC_TG_RSP_CODE_STABLE; in SendGetPlayerApplicationSettingAttributeTextRsp() 784 if (crCode == AVRC_TG_RSP_CODE_ACCEPTED) { in SendGetPlayerApplicationSettingValueTextRsp() 785 crCode = AVRC_TG_RSP_CODE_STABLE; in SendGetPlayerApplicationSettingValueTextRsp() 816 crCode = AVRC_TG_RSP_CODE_STABLE; in SendGetElementAttributesRsp() 948 crCode = AVRC_TG_RSP_CODE_REJECTED; in SendSetAddressedPlayerRsp() 979 crCode = AVRC_TG_RSP_CODE_REJECTED; in SendPlayItemRsp() 1008 crCode = AVRC_TG_RSP_CODE_REJECTED; in SendAddToNowPlayingRsp() 2078 return crCode; in ExplainResultToPassCrCode() 2101 return crCode; in ExplainResultToStatusCrCode() [all …]
|
H A D | avrcp_tg_vendor.h | 189 void SetCrCode(uint8_t crCode) in SetCrCode() argument 191 crCode_ = crCode; in SetCrCode() 327 AvrcTgGcPacket(uint8_t crCode, const std::vector<uint32_t> &companies, uint8_t label); 334 AvrcTgGcPacket(uint8_t crCode, const std::vector<uint8_t> &events, uint8_t label); 472 …uint8_t crCode, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, u… 608 …AvrcTgGpsPacket(uint8_t crCode, uint32_t songLength, uint32_t songPosition, uint8_t playStatus, ui… 735 AvrcTgSapPacket(uint8_t crCode, uint8_t status, uint8_t label); 836 AvrcTgPiPacket(uint8_t crCode, uint8_t status, uint8_t label); 962 AvrcTgAtnpPacket(uint8_t crCode, uint8_t status, uint8_t label); 1089 AvrcTgSavPacket(uint8_t crCode, uint8_t volume, uint8_t label);
|
H A D | avrcp_tg_vendor.cpp | 283 crCode_ = crCode; in AvrcTgGcPacket() 296 crCode_ = crCode; in AvrcTgGcPacket() 482 crCode_ = crCode; in AvrcTgLpasaPacket() 585 crCode_ = crCode; in AvrcTgLpasvPacket() 748 crCode_ = crCode; in AvrcTgGcpasvPacket() 936 crCode_ = crCode; in AvrcTgSpasvPacket() 1100 crCode_ = crCode; in AvrcTgGpasatPacket() 1279 crCode_ = crCode; in AvrcTgGpasvtPacket() 1477 crCode_ = crCode; in AvrcTgGeaPacket() 1675 crCode_ = crCode; in AvrcTgGpsPacket() [all …]
|
H A D | avrcp_tg_vendor_player_application_settings.h | 57 AvrcTgLpasaPacket(uint8_t crCode, const std::deque<uint8_t> &attributes, uint8_t label); 156 AvrcTgLpasvPacket(uint8_t crCode, const std::deque<uint8_t> &values, uint8_t label); 277 AvrcTgGcpasvPacket(uint16_t mtu, uint8_t crCode, const std::deque<uint8_t> &attributes, 409 AvrcTgSpasvPacket(uint8_t crCode, uint8_t label); 542 …AvrcTgGpasatPacket(uint8_t crCode, const std::vector<uint8_t> &attributes, const std::vector<std::… 701 AvrcTgGpasvtPacket(uint8_t crCode, const std::vector<uint8_t> &values,
|
H A D | avrcp_tg_pass_through.h | 112 void SetCrCode(uint8_t crCode) in SetCrCode() argument 114 crCode_ = crCode; in SetCrCode()
|
H A D | avrcp_tg_notification.cpp | 21 AvrcTgNotifyPacket::AvrcTgNotifyPacket(uint8_t eventId, uint8_t crCode, uint8_t label) in AvrcTgNotifyPacket() argument 25 HILOGI("eventId: %{public}d, crCode: %{public}d, label: %{public}d", eventId, crCode, label); in AvrcTgNotifyPacket() 27 crCode_ = crCode; in AvrcTgNotifyPacket()
|
H A D | avrcp_tg_notification.h | 76 AvrcTgNotifyPacket(uint8_t eventId, uint8_t crCode, uint8_t label);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_vendor.h | 143 void SetCrCode(uint8_t crCode) in SetCrCode() argument 145 crCode_ = crCode; in SetCrCode()
|
H A D | avrcp_ct_profile.cpp | 1300 uint8_t crCode = notifyPkt->GetCrCode(); in ReceiveRegisterNotificationRsp() local 1303 crCode != AVRC_CT_RSP_CODE_NOT_IMPLEMENTED) { in ReceiveRegisterNotificationRsp() 1308 if (crCode == AVRC_CT_RSP_CODE_CHANGED) { in ReceiveRegisterNotificationRsp() 1311 if (crCode == AVRC_CT_RSP_CODE_REJECTED) { in ReceiveRegisterNotificationRsp() 1323 if (supported && crCode == AVRC_CT_RSP_CODE_CHANGED) { in ReceiveRegisterNotificationRsp() 2264 int AvrcCtProfile::ExplainCrCodeToResult(uint8_t crCode) in ExplainCrCodeToResult() argument 2266 HILOGI("crCode: %{public}d", crCode); in ExplainCrCodeToResult() 2269 switch (crCode) { in ExplainCrCodeToResult()
|
H A D | avrcp_ct_profile.h | 1519 static int ExplainCrCodeToResult(uint8_t crCode);
|