Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp217 String8 camPath = getFilePath(cameraId); in getCameraId() local
219 if (camPath == filePath) { in getCameraId()
249 String8 camPath = getFilePath(cameraId); in addWatch() local
251 camPath.string(), in addWatch()
256 __FUNCTION__, camPath.string(), strerror(errno), in addWatch()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraHotplugThread.cpp238 String8 camPath = getFilePath(*it); in getCameraId() local
240 if (camPath == filePath) { in getCameraId()
269 String8 camPath = getFilePath(cameraId); in addWatch() local
270 int wd = inotify_add_watch(mInotifyFd, camPath.string(), IN_CLOSE_WRITE); in addWatch()
274 camPath.string(), strerror(errno), errno); in addWatch()