OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bCancel
(Results
1 - 2
of
2
) sorted by null
/external/rmi4utils/rmidevice/
rmidevice.h
33
RMIDevice() : m_functionList(), m_sensorID(0),
m_bCancel
(false), m_bytesPerReadRequest(0), m_page(-1)
48
virtual void Cancel() {
m_bCancel
= true; }
99
bool
m_bCancel
;
hiddevice.cpp
262
m_bCancel
= false;
266
if (errno == EINTR && m_deviceOpen && !
m_bCancel
)
315
m_bCancel
= false;
318
if (errno == EINTR && m_deviceOpen && !
m_bCancel
)
432
if (errno == EINTR && m_deviceOpen && !
m_bCancel
)
439
m_bCancel
= false;
442
if (errno == EINTR && m_deviceOpen && !
m_bCancel
)
Completed in 56 milliseconds