/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/ |
D | inv_self_test.c | 541 int offsets[3] = {0}; in main() local 546 offsets[0] = -accel_bias[0].l / 1000 / 2 / scale_ratio; in main() 547 if (write_sysfs_int(mpu.accel_x_offset, offsets[0]) < 0) { in main() 550 offsets[1] = -accel_bias[1].l / 1000 / 2 / scale_ratio; in main() 551 if (write_sysfs_int(mpu.accel_y_offset, offsets[1]) < 0) { in main() 554 offsets[2] = -accel_bias[2].l / 1000 / 2 / scale_ratio; in main() 555 if (write_sysfs_int(mpu.accel_z_offset, offsets[2]) < 0) { in main() 559 offsets[0], offsets[1], offsets[2]); in main() 567 int offsets[3] = {0}; in main() local 570 offsets[0] = -gyro_bias[0].l / 1000 / scale_ratio; in main() [all …]
|
/hardware/ti/am57x/libhwcomposer/ |
D | drmfb.cpp | 29 bo(), pitches(), offsets() in DRMFramebuffer() 47 this->offsets[0] = 0; in DRMFramebuffer() 58 this->offsets[1] = this->pitches[0] * img_hnd->iHeight; in DRMFramebuffer() 72 this->pitches, this->offsets, in DRMFramebuffer()
|
D | drmfb.h | 32 uint32_t offsets[4]; variable
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | ucode_download.c | 124 actual_data_len = ROUNDUP(trx->offsets[0], 4) + ROUNDUP(trx->offsets[1], 4); in check_ucode_file() 157 fw_size = main_trx_hdr.offsets[0]; in proc_ucode_download() 158 second_offset = main_trx_hdr.offsets[2]; in proc_ucode_download() 196 ucode_len = ucode_trx_hdr->offsets[0]; in proc_ucode_download() 198 ROUNDUP(ucode_trx_hdr->offsets[0], 4); in proc_ucode_download() 199 initvals_len = ucode_trx_hdr->offsets[1]; in proc_ucode_download()
|
D | dhdu.c | 1836 fsize = (int)(trx_hdr.offsets[0]); in dhd_download() 1871 fsize = (int)(trx_hdr.offsets[0] + sizeof(struct trx_header)); in dhd_download()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | trxhdr.h | 57 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member 59 uint32 offsets[1]; /* Offsets of partitions from start of header */ member
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 313 std::vector<uint32_t> offsets(9, 0); in TEST_F() local 314 offsets[0] = 128; in TEST_F() 315 offsets[1] = 128; in TEST_F() 317 _offsets.setToExternal(offsets.data(), offsets.size()); in TEST_F()
|
/hardware/qcom/sdm845/display/libdrmutils/ |
D | drm_master.cpp | 111 copy(begin(drm_buffer.offset), end(drm_buffer.offset), begin(cmd2.offsets)); in CreateFbId()
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_master.cpp | 112 copy(begin(drm_buffer.offset), end(drm_buffer.offset), begin(cmd2.offsets)); in CreateFbId()
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_master.cpp | 112 copy(begin(drm_buffer.offset), end(drm_buffer.offset), begin(cmd2.offsets)); in CreateFbId()
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_master.cpp | 111 copy(begin(drm_buffer.offset), end(drm_buffer.offset), begin(cmd2.offsets)); in CreateFbId()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurement.hal | 36 * intra-measurement time offsets in the range from 0-2000msec can be
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurement.hal | 30 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurement.hal | 31 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 65 * TODO: Explain the flattened layout in the offsets vec 67 * Sets the offsets for an Allocation Adapter. 70 * @param offsets Collection of offsets 73 allocationAdapterOffset(AllocationAdapter alloc, vec<uint32_t> offsets);
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 57 …Return<void> allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) override;
|
D | Context.cpp | 89 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) { in allocationAdapterOffset() argument 91 const hidl_vec<uint32_t>& _offsets = offsets; in allocationAdapterOffset()
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 377 * Fields are ordered by their offsets. A field that is a structure is
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 507 * The motion event contains relative vertical and/or horizontal scroll offsets.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 4234 * The starting location is specified as a 1-D tensor containing offsets
|