Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp368 int32_t experimentIdsCount32Bit; in readTrainInfoLocked() local
370 result = read(fd, &experimentIdsCount32Bit, sizeof(int32_t)); in readTrainInfoLocked()
376 experimentIdsCount = experimentIdsCount32Bit; in readTrainInfoLocked()