Home
last modified time | relevance | path

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

/device/google/trout/hal/sensors/2.0/
DSensor.cpp133 data + chanIdx * miio_data.channelInfo[i].storage_bytes); in processScanData()
141 data + chanIdx * miio_data.channelInfo[i].storage_bytes); in processScanData()
219 numBytes += miio_data.channelInfo[i].storage_bytes; in calculateScanSize()
Diio_utils.h47 uint8_t storage_bytes; member
Diio_utils.cpp344 chanInfo->storage_bytes = (storage_bits >> 3); in get_scan_type()