Home
last modified time | relevance | path

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

/system/hwservicemanager/
Dservice.cpp127 uint64_t expirations; in handleEvent() local
128 int ret = read(fd, &expirations, sizeof(expirations)); in handleEvent()
129 if (ret != sizeof(expirations)) { in handleEvent()