Home | History | Annotate | Download | only in device3

Lines Matching full:mtimestamp

43     TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
71 if (i1->mTimestamp == mTimestamp) {
73 } else if (i2->mTimestamp == mTimestamp) {
87 if (i1->mTimestamp > i2->mTimestamp) {
93 if (infoPtrs[1]->mTimestamp < mTimestamp) {
95 } else if (infoPtrs[0]->mTimestamp < mTimestamp) {
109 const nsecs_t mTimestamp;
301 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp;