/hardware/libhardware/modules/input/evdev/ |
D | InputHub.cpp | 486 int wd = inotify_add_watch(mINotifyFd, path.c_str(), IN_DELETE | IN_CREATE); in registerDevicePath() local 487 if (wd < 0) { in registerDevicePath() 491 mWatchedPaths[wd] = path; in registerDevicePath() 497 int wd = -1; in unregisterDevicePath() local 500 wd = pair.first; in unregisterDevicePath() 505 if (wd == -1) { in unregisterDevicePath() 508 mWatchedPaths.erase(wd); in unregisterDevicePath() 509 if (inotify_rm_watch(mINotifyFd, wd) != 0) { in unregisterDevicePath() 683 std::string path = mWatchedPaths[event->wd]; in readNotify()
|
/hardware/interfaces/threadnetwork/aidl/default/ |
D | socket_interface.cpp | 243 int wd; in WaitForSocketFileCreated() local 257 wd = inotify_add_watch(inotifyFd, folderPath.c_str(), IN_CREATE); in WaitForSocketFileCreated() 258 VerifyOrDie(wd != -1, OT_EXIT_ERROR_ERRNO); in WaitForSocketFileCreated()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | ConnectionDetector.cpp | 124 int wd = ::inotify_add_watch(mInotifyFd, path.c_str(), IN_CREATE | IN_DELETE); in FileConnectionDetector() local 125 if (wd < 0 || !mLooper->addFd(mInotifyFd, POLL_IDENT, Looper::EVENT_INPUT, nullptr, nullptr)) { in FileConnectionDetector()
|
/hardware/google/camera/common/apex_update_listener/ |
D | apex_update_listener.cc | 29 int fd, int wd, const std::set<Info>& last_info) in ApexUpdateListener() argument 34 watch_descriptor_(wd), in ApexUpdateListener()
|
D | apex_update_listener.h | 68 CallbackFunction callback, int fd, int wd,
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | fossilize_db.c | 471 int wd = inotify_add_watch(fd, foz_db->updater.list_filename, in foz_dbs_list_updater_init() local 473 if (wd < 0) { in foz_dbs_list_updater_init() 479 updater->inotify_wd = wd; in foz_dbs_list_updater_init() 482 inotify_rm_watch(fd, wd); in foz_dbs_list_updater_init()
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht); 718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) in convert_YUYV_to_420_NV12() argument 726 for(col = 0; col < wd * 2; col += 2) in convert_YUYV_to_420_NV12() 728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12() 733 for(col = 1; col < wd * 2; col += 4) in convert_YUYV_to_420_NV12() 735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2]; in convert_YUYV_to_420_NV12() 736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Main.cpp | 142 int wd; in firewall_monitor() local 157 wd = inotify_add_watch(inotify_fd, in firewall_monitor() 216 (void)inotify_rm_watch(inotify_fd, wd); in firewall_monitor()
|
/hardware/interfaces/usb/gadget/1.2/default/lib/ |
D | MonitorFfs.cpp | 69 ALOGE(" wd =%2d; ", i->wd); in displayInotifyEvent()
|
/hardware/interfaces/usb/gadget/1.1/default/lib/ |
D | MonitorFfs.cpp | 69 ALOGE(" wd =%2d; ", i->wd); in displayInotifyEvent()
|
/hardware/google/pixel/usb/ |
D | MonitorFfs.cpp | 87 ALOGE(" wd =%2d; ", i->wd); in displayInotifyEvent()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Main.cpp | 153 int wd; in firewall_monitor() local 168 wd = inotify_add_watch(inotify_fd, in firewall_monitor() 227 (void)inotify_rm_watch(inotify_fd, wd); in firewall_monitor()
|
/hardware/interfaces/camera/provider/2.4/default/ |
D | ExternalCameraProviderImpl_2_4.cpp | 344 if (event->wd == mWd) { in threadLoop()
|
/hardware/interfaces/camera/provider/2.7/default/ |
D | ExternalCameraProviderImpl_2_7.cpp | 337 if (event->wd == mWd) { in threadLoop()
|
/hardware/interfaces/camera/provider/default/ |
D | ExternalCameraProvider.cpp | 347 if (event->wd != mWd) { in threadLoop()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 1491 unsigned long wd = m_sVenc_cfg.input_width; in venc_use_buf() local 1495 wd = (wd + 15) & ~15; in venc_use_buf() 1497 luma_size = ht * wd; in venc_use_buf()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 1696 unsigned long wd = m_sVenc_cfg.input_width; in venc_use_buf() local 1700 wd = (wd + 15) & ~15; in venc_use_buf() 1702 luma_size = ht * wd; in venc_use_buf()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 1695 unsigned long wd = m_sVenc_cfg.input_width; in venc_use_buf() local 1699 wd = (wd + 15) & ~15; in venc_use_buf() 1701 luma_size = ht * wd; in venc_use_buf()
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.es | 1002 z���� ��a��3��M�K�T ǐ�wd������ ����1t�oth��.J+k<�pY]I�CH���l�1_�3���� g:��Jj�~6�h.…
|