Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DMonitorFfs.cpp268 int wfd; in addInotifyFd() local
270 wfd = inotify_add_watch(mInotifyFd, fd.c_str(), IN_ALL_EVENTS); in addInotifyFd()
271 if (wfd == -1) in addInotifyFd()
274 mWatchFd.push_back(wfd); in addInotifyFd()
/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c273 int wfd; in setup_wlan_config_file() local
300 wfd = open(WLAN_INI_FILE_DEST, O_WRONLY | O_CREAT | O_TRUNC, 0660); in setup_wlan_config_file()
301 if (wfd < 0) { in setup_wlan_config_file()
307 rc = sendfile(wfd, rfd, 0, st_src.st_size); in setup_wlan_config_file()
333 close(wfd); in setup_wlan_config_file()