Home
last modified time | relevance | path

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

/device/google/trout/hal/sensors/2.1/
Diio_utils.h50 uint8_t storage_bytes; member
DSensor.cpp171 *reinterpret_cast<int64_t*>(data + chanIdx * mIioData.channelInfo[i].storage_bytes); in processScanData()
255 numBytes += mIioData.channelInfo[i].storage_bytes; in calculateScanSize()
Diio_utils.cpp350 chanInfo->storage_bytes = (storage_bits >> 3); in get_scan_type()