Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 67) sorted by relevance

123

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_model.h41 float offset[3]; member
50 float offset; member
Dover_temp_cal.c311 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset, in overTempCalSetModel()
415 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset, in overTempCalGetModel()
552 const float *offset, in overTempCalUpdateSensorEstimate()
1078 void setLatestEstimate(struct OverTempCal *over_temp_cal, const float *offset, in setLatestEstimate()
1375 bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset, in outlierCheck()
1434 bool isValidOtcOffset(const float *offset, float offset_temp_celsius) { in isValidOtcOffset()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_serialize.cpp61 std::size_t offset = 0; in Serialize() local
74 std::size_t offset = 0; in Deserialize() local
Dprimary_key_builder.cpp78 size_t offset = 0; in CreateKey() local
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_parser.cc49 size_t offset = packet_length_offset[static_cast<size_t>(type)]; in HciGetPacketLengthForType() local
138 size_t offset = packet_.size(); in Consume() local
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DMdnsPacketParser.java53 public static String extractFullName(@NonNull byte[] array, int offset) { in extractFullName()
231 private int readUint8(int offset) { in readUint8()
239 private int readUint16(int offset) { in readUint16()
/device/generic/trusty/dhcp/client/
Dnetlink.h11 size_t offset = NLMSG_ALIGN(r.hdr.nlmsg_len) - offsetof(Request, buf); in addRouterAttribute() local
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c28 static void* eeFind(uint32_t nameToFind, uint32_t *offset, bool findFirst, uint32_t *szP) in eeFind()
123 uint32_t offset = 0; in eeDataGet() local
130 uint32_t offset = *(uint32_t*)stateP; in eeDataGetAllVersions() local
/device/generic/goldfish/tools/
Dmk_qemu_ramdisk.py25 offset = 4096 variable
Dmk_combined_img.py70 def write_partition(partition, output_file, offset): argument
/device/google/cuttlefish/host/libs/image_aggregator/
Dcdisk_spec.proto25 uint64 offset = 2; field
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dadb.js31 function setU32LE(array, offset, x) { argument
38 function getU32LE(array, offset) { argument
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c137 uint32_t offset = 0; in read_memory() local
172 uint32_t offset = 0; in write_memory() local
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
Dgyro_offset_over_temp_cal.cc76 float offset[3]; in SetMeasurement() local
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dcalibration_data.h115 float offset[3]; member
189 float offset; member
/device/linaro/dragonboard/shared/utils/rmtfs/
Dstorage.c198 ssize_t storage_pread(const struct rmtfd *rmtfd, void *buf, size_t nbyte, off_t offset) in storage_pread()
218 ssize_t storage_pwrite(struct rmtfd *rmtfd, const void *buf, size_t nbyte, off_t offset) in storage_pwrite()
Dsharedmem.c356 off_t offset; in rmtfs_mem_read() local
375 off_t offset; in rmtfs_mem_write() local
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c592 static uint32_t doFirmwareChunk(uint8_t *data, uint32_t offset, uint32_t len, void *cookie) in doFirmwareChunk()
636 uint32_t offset = le32toh(req->offset); in firmwareChunk() local
1241 uint32_t offset; in halLegacyContUpload() local
1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64()
1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32()
1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8()
1471 static bool copyTLVEmpty(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag) in copyTLVEmpty()
1483 size_t offset = 0; in processAppTags() local
1656 size_t offset = 0; in halSysInfo() local
1786 uint32_t offset; in halContUpload() local
/device/amlogic/yukawa/hal/audio/
Dfir_filter.c113 int offset = start_offset + ch; in fir_process_interleaved() local
/device/linaro/dragonboard/audio/
Dfir_filter.c113 int offset = start_offset + ch; in fir_process_interleaved() local
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmm150_slave.c20 void bmm150SaveDigData(struct MagTask *magTask, uint8_t *data, size_t offset) in bmm150SaveDigData()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h270 bool WithinBounds(size_t offset, size_t length) const { in WithinBounds()
/device/google/cuttlefish/host/libs/location/
DKmlParser.cpp59 int offset = 0, n = 0; in parseCoordinates() local
/device/generic/goldfish/hals/camera/
Djpeg.cpp68 const int offset = (nscli / 2) * cstride; in compressYUVImplPixelsFast() local
129 const int offset = (nscli / 2) * cstride; in compressYUVImplPixelsSlow() local
/device/google/contexthub/util/nanotool/
Dlog.cpp77 int offset = 0; in DebugBuf() local

123