| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/4g/ |
| H A D | mainwindow.cpp | 39 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 48 PlatformInputContextBase->FocusOut(watched); in eventFilter() 54 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 57 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/4g/ |
| H A D | mainwindow.cpp | 39 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 48 PlatformInputContextBase->FocusOut(watched); in eventFilter() 54 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 57 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/wifi/ |
| H A D | mainwindow.cpp | 43 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 52 PlatformInputContextBase->FocusOut(watched); in eventFilter() 57 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 60 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/wifi/ |
| H A D | mainwindow.cpp | 43 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 52 PlatformInputContextBase->FocusOut(watched); in eventFilter() 57 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 60 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | qipaddressedit.cpp | 55 bool QIpAddressEdit::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 64 PlatformInputContextBase->FocusOut(watched); in eventFilter() 70 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 73 return QWidget::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/ |
| H A D | mainwindow.cpp | 92 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 101 PlatformInputContextBase->FocusOut(watched); in eventFilter() 107 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 110 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/ |
| H A D | mainwindow.cpp | 92 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 101 PlatformInputContextBase->FocusOut(watched); in eventFilter() 107 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 110 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/spitest/ |
| H A D | mainwindow.cpp | 53 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 62 PlatformInputContextBase->FocusOut(watched); in eventFilter() 68 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 71 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/spitest/ |
| H A D | mainwindow.cpp | 53 bool MainWindow::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 62 PlatformInputContextBase->FocusOut(watched); in eventFilter() 68 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 71 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/ |
| H A D | messagebox.cpp | 124 bool MessageBox::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 129 if(m_object.contains(watched) && (pMouse|| pFocus)) in eventFilter() 135 return QWidget::eventFilter(watched, event); in eventFilter()
|
| H A D | messagebox.h | 46 bool eventFilter(QObject *watched, QEvent *event);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | keyboard.cpp | 409 bool Keyboard::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 433 if(watched == m_inputWidget){ in eventFilter() 442 … if(watched == m_inputWidget&&mouseEvent->button() == Qt::LeftButton && hasInput(m_inputWidget)) in eventFilter() 454 if(watched == this) in eventFilter() 464 if(watched == qApp) in eventFilter() 473 return QWidget::eventFilter(watched, event); in eventFilter()
|
| H A D | keyboard.h | 21 bool eventFilter(QObject *watched, QEvent *event)override;
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/ |
| H A D | audiorecorder.cpp | 141 bool AudioRecorder::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 150 PlatformInputContextBase->FocusOut(watched); in eventFilter() 156 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 159 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/ |
| H A D | audiorecorder.cpp | 141 bool AudioRecorder::eventFilter(QObject *watched, QEvent *event) in eventFilter() argument 150 PlatformInputContextBase->FocusOut(watched); in eventFilter() 156 PlatformInputContextBase->FocusIn(watched, e->globalPos()); in eventFilter() 159 return QMainWindow::eventFilter(watched,event); in eventFilter()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | func-select.rst | 33 File descriptions to be watched if a read() call won't block. 36 File descriptions to be watched if a write() won't block. 39 File descriptions to be watched for V4L2 events.
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | fsnotify.c | 111 int watched; in __fsnotify_update_child_dentry_flags() local 117 watched = fsnotify_inode_watches_children(inode); in __fsnotify_update_child_dentry_flags() 134 if (watched) in __fsnotify_update_child_dentry_flags()
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | watch_queue.rst | 113 destroyed to discard any references the watch list holds on the watched 155 void *private; /* Private data for the watched object */ 281 the watched point in a mount tree. 288 all events from the watched sources will come through.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | request-func-poll.rst | 28 List of file descriptor events to be watched
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-func-poll.rst | 28 List of FD events to be watched
|
| /OK3568_Linux_fs/buildroot/package/dillo/ |
| H A D | 0004-fix-build-with-gcc-10.patch | 70 /*! Number of sockets being watched */ 82 /*! Set of sockets watched for connections */
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | inotify.rst | 19 the watched object?
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
| H A D | mpd.conf.in | 122 # Limit the depth of the directories being watched, 0 means only watch
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | seq-oss.rst | 83 of ports are watched by announcement mechanism of ALSA sequencer.
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kcsan.rst | 92 racing thread, but a race was inferred due to the data value of the watched
|