Searched refs:si (Results 1 – 2 of 2) sorted by relevance
304 SubscriberInfo si = { cameraId, wd }; in addWatch() local305 mSubscribers.push_back(si); in addWatch()311 SubscriberInfo* si = getSubscriberInfo(cameraId); in removeWatch() local313 if (!si) return false; in removeWatch()315 if (inotify_rm_watch(mInotifyFd, si->WatchID) == -1) { in removeWatch()
176 si = sm.GetUnpackedImage(ti.name)177 if not si:179 if ti.size == si.size and ti.sha1 == si.sha1: