/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | structs.cpp | 177 static aidl::CellIdentityGsm toAidl(const V1_5::CellIdentityGsm& ci) { in toAidl() argument 179 .mcc = ci.base.base.mcc, in toAidl() 180 .mnc = ci.base.base.mnc, in toAidl() 181 .lac = ci.base.base.lac, in toAidl() 182 .cid = ci.base.base.cid, in toAidl() 183 .arfcn = ci.base.base.arfcn, in toAidl() 184 .bsic = static_cast<int8_t>(ci.base.base.bsic), in toAidl() 185 .operatorNames = toAidl(ci.base.operatorNames), in toAidl() 186 .additionalPlmns = toAidl(ci.additionalPlmns), in toAidl() 204 static aidl::CellIdentityWcdma toAidl(const V1_5::CellIdentityWcdma& ci) { in toAidl() argument [all …]
|
D | structs.h | 60 ::aidl::android::hardware::radio::network::CellIdentity toAidl(const V1_5::CellIdentity& ci);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | results_holder.h | 76 void inv_set_heading_confidence_interval(float ci); 79 void inv_set_accel_compass_confidence_interval(float ci);
|
D | results_holder.c | 564 void inv_set_heading_confidence_interval(float ci) in inv_set_heading_confidence_interval() argument 566 rh.quat_confidence_interval = ci; in inv_set_heading_confidence_interval() 580 void inv_set_accel_compass_confidence_interval(float ci) in inv_set_accel_compass_confidence_interval() argument 582 rh.geo_mag_confidence_interval = ci; in inv_set_accel_compass_confidence_interval()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | results_holder.h | 130 void inv_set_heading_confidence_interval(float ci); 133 void inv_set_accel_compass_confidence_interval(float ci);
|
D | results_holder.c | 688 void inv_set_heading_confidence_interval(float ci) in inv_set_heading_confidence_interval() argument 690 rh.quat_confidence_interval = ci; in inv_set_heading_confidence_interval() 704 void inv_set_accel_compass_confidence_interval(float ci) in inv_set_accel_compass_confidence_interval() argument 706 rh.geo_mag_confidence_interval = ci; in inv_set_accel_compass_confidence_interval()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | runDocker | 17 image=`grep -m 1 khronosgroup/docker-images@sha256: $repopath/.gitlab-ci.yml | \
|
D | reg.py | 637 ci = CmdInfo(cmd) 638 self.addElementInfo(cmd, ci, 'command', self.cmddict) 653 ci = CmdInfo(cmdElem) 655 self.cmddict[name] = ci
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/ |
D | CellIdentityLte.aidl | 39 int ci;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/ |
D | CellIdentityLte.aidl | 39 int ci;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/ |
D | CellIdentityLte.aidl | 40 int ci;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/ |
D | CellIdentityLte.aidl | 40 int ci;
|
/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
D | CellIdentityLte.aidl | 38 int ci;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/tests/ |
D | README.adoc | 12 (../.gitlab-ci.yml) for the Vulkan C headers generated here, and the
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ANGLEShaderParser.cpp | 411 ST_ShaderCompileInfo ci = { in translate() local 424 st->compileAndResolve(&ci, &res); in translate()
|
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 365 VkDeviceCreateInfo ci = { in testDeviceCreation() local 376 vk->vkCreateDevice(bestPhysicalDevice, &ci, nullptr, &device)); in testDeviceCreation()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 1581 ChangeInfo *ci = (ChangeInfo *)event.get_vendor_data(); in handleEvent() local 1584 memcpy(mResultsBuffer[i].bssid, ci[i].bssid, sizeof(mac_addr)); in handleEvent() 1585 mResultsBuffer[i].channel = ci[i].channel; in handleEvent() 1588 mResultsBuffer[i].rssi[j] = (int) ci[i].rssi_history[j]; in handleEvent()
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | gscan.cpp | 1576 ChangeInfo *ci = (ChangeInfo *)event.get_vendor_data(); in handleEvent() local 1579 memcpy(mResultsBuffer[i].bssid, ci[i].bssid, sizeof(mac_addr)); in handleEvent() 1580 mResultsBuffer[i].channel = ci[i].channel; in handleEvent() 1583 mResultsBuffer[i].rssi[j] = (int) ci[i].rssi_history[j]; in handleEvent()
|
/hardware/ril/reference-ril/ |
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
|
D | reference-ril.c | 2184 RIL_CellInfo_v12 ci[1] = local 2211 RIL_onRequestComplete(t, RIL_E_SUCCESS, ci, sizeof(ci));
|
/hardware/ril/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
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 4892 auto ci = pAllocateInfo; in on_vkAllocateDescriptorSets() local 4896 VkResult poolAllocResult = validateAndApplyVirtualDescriptorSetAllocation(ci, sets); in on_vkAllocateDescriptorSets() 4900 for (uint32_t i = 0; i < ci->descriptorSetCount; ++i) { in on_vkAllocateDescriptorSets() 4913 VkResult allocRes = enc->vkAllocateDescriptorSets(device, ci, sets, true /* do lock */); in on_vkAllocateDescriptorSets() 4917 for (uint32_t i = 0; i < ci->descriptorSetCount; ++i) { in on_vkAllocateDescriptorSets() 4918 applyDescriptorSetAllocation(ci->descriptorPool, ci->pSetLayouts[i]); in on_vkAllocateDescriptorSets() 4919 fillDescriptorSetInfoForPool(ci->descriptorPool, ci->pSetLayouts[i], sets[i]); in on_vkAllocateDescriptorSets()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | Makefile | 489 $(SCRIPTS)/ci/check_undefined
|
D | BUILD.adoc | 411 $ git grep -h sha256: .gitlab-ci.yml
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 836 * i_t =& \sigma(W_{xi}x_t+W_{hi}h_{t-1}+W_{ci}C_{t-1}+b_i) & \\ 859 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 883 * * The cell-to-input weights (\f$W_{ci}\f$), cell-to-forget weights 896 * cell-to-input (\f$W_{ci}\f$) weights must be present. Otherwise, the 952 * * 9: The cell-to-input weights (\f$W_{ci}\f$). Optional.
|