Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssTemplate.h183 int bytes_write = write(mGnssFd, CMD_GET_LOCATION, strlen(CMD_GET_LOCATION)); in getLocationFromHW() local
184 if (bytes_write <= 0) { in getLocationFromHW()