Searched refs:m_timeStamp (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/halimpl/pn54x/utils/ |
D | phNxpConfig.cpp | 107 unsigned long m_timeStamp; member in CNfcConfig 223 m_timeStamp = (unsigned long)buf.st_mtime; in readConfig() 411 m_timeStamp(0), in CNfcConfig() 703 fwrite(&m_timeStamp, sizeof(unsigned long), 1, fd); 718 ret = (value != m_timeStamp); 722 fwrite(&m_timeStamp, sizeof(unsigned long), 1, fd); 761 ret = (value != m_timeStamp); in checkTimestamp() 788 fwrite(&m_timeStamp, sizeof(unsigned long), 1, fd); in updateTimestamp() 803 ret = (value != m_timeStamp); in updateTimestamp() 807 fwrite(&m_timeStamp, sizeof(unsigned long), 1, fd); in updateTimestamp()
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrProcessorST.java | 100 … (Attributes.Name.SPECIFICATION_TITLE, "instrumented on " + new Date (m_timeStamp) + " [" + Prope… in handleArchiveStart() 243 entry.setTime (m_timeStamp); in handleArchiveEntry() 268 entry.setTime (m_timeStamp); in handleArchiveEntry() 331 entry.setTime (m_timeStamp); in handleArchiveEntry() 654 m_timeStamp = start; in _run() 1032 private long m_timeStamp; field in InstrProcessorST
|
/external/opencv3/modules/videoio/src/ |
D | cap_intelperc.hpp | 50 double m_timeStamp; member in cv::IntelPerCStreamBase
|
D | cap_intelperc.cpp | 41 m_timeStamp = (double)((m_pxcImage->QueryTimeStamp() - m_timeStampStartNS) / 10000); in grabFrame() 76 ret = m_timeStamp; in getProperty()
|