Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp304 SubscriberInfo si = { cameraId, wd }; in addWatch() local
305 mSubscribers.push_back(si); in addWatch()
311 SubscriberInfo* si = getSubscriberInfo(cameraId); in removeWatch() local
313 if (!si) return false; in removeWatch()
315 if (inotify_rm_watch(mInotifyFd, si->WatchID) == -1) { in removeWatch()
/device/moto/shamu/
Dreleasetools.py176 si = sm.GetUnpackedImage(ti.name)
177 if not si:
179 if ti.size == si.size and ti.sha1 == si.sha1: