Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.0/
Dtypes.hal58 * pre-eol (end of life) information. Follows JEDEC standard No.84-B50.
60 uint16_t eol;
/hardware/qcom/audio/hal/audio_extn/
Dusb.c287 char *eol = strchr(interval_str_start, '\n'); in usb_get_service_interval() local
288 if (!eol) { in usb_get_service_interval()
292 char *tmp = (char *)calloc(1, eol-interval_str_start+1); in usb_get_service_interval()
297 memcpy(tmp, interval_str_start, eol-interval_str_start); in usb_get_service_interval()
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp195 if (!(0 <= info[i].eol && info[i].eol <= 3 && 0 <= info[i].lifetimeA && in verifyStorageInfo()