Home
last modified time | relevance | path

Searched refs:companies_ (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h67 explicit Capabilities(std::vector<uint32_t> companies) : companies_(companies) in Capabilities()
74 companies_.clear(); in ~Capabilities()
76 std::vector<uint32_t> companies_; member in OHOS::Bluetooth::AvrcpCtResponse::Capabilities
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.h304 return companies_; in GetCompanies()
320 std::vector<uint32_t> companies_ {}; // List of CompanyID.
H A Davrcp_ct_vendor.cpp181 companies_.clear(); in ~AvrcCtGcPacket()
237 companies_.push_back(payload); in DisassembleParameters()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.h402 return companies_; in GetCompanies()
428 std::vector<uint32_t> companies_ {}; // The list of CompanyID supported by TG.
H A Davrcp_tg_vendor.cpp287 companies_ = companies; in AvrcTgGcPacket()
320 companies_.clear(); in ~AvrcTgGcPacket()
378 if (companies_.size() > 0 || events_.size() > 0) { in GetNumberOfPackets()
393 AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_TG_GC_COMPANY_PARA_LENGTH * companies_.size(); in AssembleCompanies()
414 capabilityCount_ = companies_.size(); in AssembleCompanies()
418 for (auto company : companies_) { in AssembleCompanies()

Completed in 10 milliseconds