Home
last modified time | relevance | path

Searched refs:chip_id (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi.cpp345 int32_t chip_id = getChipIdFromWifiChip(chip); in getChipIdsInternal() local
346 if (chip_id != INT32_MAX) chip_ids.emplace_back(chip_id); in getChipIdsInternal()
351 std::pair<std::shared_ptr<IWifiChip>, ndk::ScopedAStatus> Wifi::getChipInternal(int32_t chip_id) { in getChipInternal() argument
354 if ((cand_id != INT32_MAX) && (cand_id == chip_id)) return {chip, ndk::ScopedAStatus::ok()}; in getChipInternal()
414 int32_t chip_id = INT32_MAX; in getChipIdFromWifiChip() local
416 ndk::ScopedAStatus status = chip->getId(&chip_id); in getChipIdFromWifiChip()
419 chip_id = INT32_MAX; in getChipIdFromWifiChip()
422 return chip_id; in getChipIdFromWifiChip()
Dwifi.h70 std::pair<std::shared_ptr<IWifiChip>, ndk::ScopedAStatus> getChipInternal(int32_t chip_id);
Dwifi_chip.h52 WifiChip(int32_t chip_id, bool is_primary,
62 int32_t chip_id, bool is_primary,
Dwifi_chip.cpp231 WifiChip::WifiChip(int32_t chip_id, bool is_primary, in WifiChip() argument
238 : chip_id_(chip_id), in WifiChip()
280 int32_t chip_id, bool is_primary, const std::weak_ptr<legacy_hal::WifiLegacyHal> legacy_hal, in create() argument
287 chip_id, is_primary, legacy_hal, mode_controller, iface_util, feature_flags, handler, in create()
/hardware/nxp/uwb/halimpl/hal/sr1xx/
DphNxpUciHal_fwd.cc37 static uint8_t chip_id = 0x00; variable
439 if(chip_id == PHHBCI_FW_B2_VERSION) in phHbci_PutCommand()
847 chip_id = hbciData[PHHBCI_MODE_CHIP_ID_OFFSET]; in phHbci_GetChipIdInfo()
848 ALOGD("Recived ChipId = 0x%02x\n", chip_id); in phHbci_GetChipIdInfo()
/hardware/nxp/uwb/halimpl/hal/sr200/
Dfwd_hdll.h153 uint8_t chip_id[16]; member
Dfwd_hdll.cc114 sprintf(&buff[i], "%02X", getInfoRsp->chip_id[offset++]); in print_getInfoRsp()
165 memcpy(getInfoRsp->chip_id, payload + offset, sizeof(uint8_t) * 16); in process_getInfo_rsp()