Home
last modified time | relevance | path

Searched refs:watched (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/4g/
H A Dmainwindow.cpp39 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 Dmainwindow.cpp39 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 Dmainwindow.cpp43 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 Dmainwindow.cpp43 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 Dqipaddressedit.cpp55 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 Dmainwindow.cpp92 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 Dmainwindow.cpp92 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 Dmainwindow.cpp53 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 Dmainwindow.cpp53 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 Dmessagebox.cpp124 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 Dmessagebox.h46 bool eventFilter(QObject *watched, QEvent *event);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.cpp409 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 Dkeyboard.h21 bool eventFilter(QObject *watched, QEvent *event)override;
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/
H A Daudiorecorder.cpp141 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 Daudiorecorder.cpp141 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 Dfunc-select.rst33 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 Dfsnotify.c111 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 Dwatch_queue.rst113 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 Drequest-func-poll.rst28 List of file descriptor events to be watched
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst28 List of FD events to be watched
/OK3568_Linux_fs/buildroot/package/dillo/
H A D0004-fix-build-with-gcc-10.patch70 /*! Number of sockets being watched */
82 /*! Set of sockets watched for connections */
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dinotify.rst19 the watched object?
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in122 # Limit the depth of the directories being watched, 0 means only watch
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dseq-oss.rst83 of ports are watched by announcement mechanism of ALSA sequencer.
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcsan.rst92 racing thread, but a race was inferred due to the data value of the watched

12