Searched refs:chip_id (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/wifi/aidl/default/ |
D | wifi.cpp | 345 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()
|
D | wifi.h | 70 std::pair<std::shared_ptr<IWifiChip>, ndk::ScopedAStatus> getChipInternal(int32_t chip_id);
|
D | wifi_chip.h | 52 WifiChip(int32_t chip_id, bool is_primary, 62 int32_t chip_id, bool is_primary,
|
D | wifi_chip.cpp | 231 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/ |
D | phNxpUciHal_fwd.cc | 37 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/ |
D | fwd_hdll.h | 153 uint8_t chip_id[16]; member
|
D | fwd_hdll.cc | 114 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()
|