Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 25 of 33) sorted by relevance

12

/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
Dstructs.cpp177 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 …]
Dstructs.h60 ::aidl::android::hardware::radio::network::CellIdentity toAidl(const V1_5::CellIdentity& ci);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dresults_holder.h76 void inv_set_heading_confidence_interval(float ci);
79 void inv_set_accel_compass_confidence_interval(float ci);
Dresults_holder.c564 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/
Dresults_holder.h130 void inv_set_heading_confidence_interval(float ci);
133 void inv_set_accel_compass_confidence_interval(float ci);
Dresults_holder.c688 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/
DrunDocker17 image=`grep -m 1 khronosgroup/docker-images@sha256: $repopath/.gitlab-ci.yml | \
Dreg.py637 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/
DCellIdentityLte.aidl39 int ci;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DCellIdentityLte.aidl39 int ci;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DCellIdentityLte.aidl40 int ci;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DCellIdentityLte.aidl40 int ci;
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DCellIdentityLte.aidl38 int ci;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/tests/
DREADME.adoc12 (../.gitlab-ci.yml) for the Vulkan C headers generated here, and the
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DANGLEShaderParser.cpp411 ST_ShaderCompileInfo ci = { in translate() local
424 st->compileAndResolve(&ci, &res); in translate()
/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp365 VkDeviceCreateInfo ci = { in testDeviceCreation() local
376 vk->vkCreateDevice(bestPhysicalDevice, &ci, nullptr, &device)); in testDeviceCreation()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp1581 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/
Dgscan.cpp1576 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/
Dril.h1423 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
Dreference-ril.c2184 RIL_CellInfo_v12 ci[1] = local
2211 RIL_onRequestComplete(t, RIL_E_SUCCESS, ci, sizeof(ci));
/hardware/ril/include/telephony/
Dril.h1423 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/
DResourceTracker.cpp4892 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/
DMakefile489 $(SCRIPTS)/ci/check_undefined
DBUILD.adoc411 $ git grep -h sha256: .gitlab-ci.yml
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal836 * 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.

12