Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dadcinterface.cpp10 m_notfier(Q_NULLPTR) in ADCInterface()
52 m_notfier = new QSocketNotifier(m_file->handle(), QSocketNotifier::Read, this); in open()
76 delete m_notfier; in close()
H A Dadcinterface.h26 QSocketNotifier *m_notfier; variable