Searched refs:ci (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/ |
D | README.md | 47 - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html) 51 - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environm…
|
/device/linaro/hikey-kernel/ |
D | update-prebuilts.sh | 8 …wget https://ci.android.com/builds/submitted/${build_num}/kernel_${board}/latest/raw/${target_name…
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 1780 int ci; /* 28-bit Cell Identity described in TS ???, INT_MAX if unknown */ member 1790 int ci; /* 28-bit Cell Identity described in TS ???, INT_MAX if unknown */ member 1994 int ci; /* 28-bit Cell Identity described in TS ???, INT_MAX if unknown */ member
|
D | ril_service.cpp | 5683 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse() 5761 lte.base.base.ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse_1_5() 5857 cellIdentity.cellIdentityLte[0].base.ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse_1_2() 6000 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromVoiceRegStateResponseString() 6109 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromVoiceRegStateResponseString_1_2() 6215 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromDataRegStateResponseString_1_5() 6318 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromDataRegStateResponseString_1_2() 6423 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromDataRegStateResponseString() 12089 cellInfoLte->cellIdentityLte.ci = in convertRilCellInfoListToHal() 12090 rillCellInfo->CellInfo.lte.cellIdentityLte.ci; in convertRilCellInfoListToHal() [all …]
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 1587 ChangeInfo *ci = (ChangeInfo *)event.get_vendor_data(); in handleEvent() local 1590 memcpy(mResultsBuffer[i].bssid, ci[i].bssid, sizeof(mac_addr)); in handleEvent() 1591 mResultsBuffer[i].channel = ci[i].channel; in handleEvent() 1594 mResultsBuffer[i].rssi[j] = (int) ci[i].rssi_history[j]; in handleEvent()
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | README.md | 3 [![Build Status](https://github.com/rust-lang/pkg-config-rs/actions/workflows/ci.yml/badge.svg)](ht…
|
/device/google/cuttlefish/ |
D | README.md | 46 3. Go to http://ci.android.com/
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 1423 int ci; /* 28-bit Cell Identity described in TS ???, INT_MAX if unknown */ member 1433 int ci; /* 28-bit Cell Identity described in TS ???, INT_MAX if unknown */ member
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 3352 RIL_CellInfo_v12 ci[1] = local 3379 RIL_onRequestComplete(t, RIL_E_SUCCESS, ci, sizeof(ci)); 3383 RIL_CellInfo_v16 ci[1] = {{ // ci[0] local 3410 RIL_onRequestComplete(t, RIL_E_SUCCESS, ci, sizeof(ci));
|