Searched refs:bytes_write (Results 1 – 1 of 1) sorted by relevance
183 int bytes_write = write(mGnssFd, CMD_GET_LOCATION, strlen(CMD_GET_LOCATION)); in getLocationFromHW() local184 if (bytes_write <= 0) { in getLocationFromHW()