Home
last modified time | relevance | path

Searched refs:tmp_offset (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t4t.cc249 tmp_offset = p_t4t->rw_offset; in rw_t4t_set_ber_tlv()
250 tmp_offset >>= 16; in rw_t4t_set_ber_tlv()
252 tmp_offset = p_t4t->rw_offset; in rw_t4t_set_ber_tlv()
253 tmp_offset >>= 8; in rw_t4t_set_ber_tlv()
255 tmp_offset = p_t4t->rw_offset; in rw_t4t_set_ber_tlv()
820 uint32_t tmp_offset; in rw_t4t_read_file() local
878 tmp_offset = offset; in rw_t4t_read_file()
879 tmp_offset >>= 16; in rw_t4t_read_file()
881 tmp_offset = offset; in rw_t4t_read_file()
882 tmp_offset >>= 8; in rw_t4t_read_file()
[all …]
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp640 long tmp_offset[3]; in MPLSensor() local
648 inv_get_mpl_accel_bias(tmp_offset, NULL); in MPLSensor()
651 tmp_offset[0], tmp_offset[1], tmp_offset[2]); in MPLSensor()
653 inv_get_mpl_accel_bias(tmp_offset, NULL); in MPLSensor()
655 tmp_offset[0], tmp_offset[1], tmp_offset[2]); in MPLSensor()
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp571 long tmp_offset[3]; in MPLSensor() local
579 inv_get_mpl_accel_bias(tmp_offset, NULL); in MPLSensor()
582 tmp_offset[0], tmp_offset[1], tmp_offset[2]); in MPLSensor()
584 inv_get_mpl_accel_bias(tmp_offset, NULL); in MPLSensor()
586 tmp_offset[0], tmp_offset[1], tmp_offset[2]); in MPLSensor()