HomeSort by relevance Sort by last modified time
    Searched refs:m_functionList (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)
73 std::vector<RMIFunction> m_functionList;
rmidevice.cpp 237 for (funcIter = m_functionList.begin(); funcIter != m_functionList.end(); ++funcIter) {
250 for (funcIter = m_functionList.begin(); funcIter != m_functionList.end(); ++funcIter)
271 m_functionList.clear();
292 m_functionList.push_back(func);

Completed in 3349 milliseconds