Home | History | Annotate | Download | only in device3

Lines Matching refs:mTimestamp

41     TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
69 if (i1->mTimestamp == mTimestamp) {
71 } else if (i2->mTimestamp == mTimestamp) {
85 if (i1->mTimestamp > i2->mTimestamp) {
91 if (infoPtrs[1]->mTimestamp < mTimestamp) {
93 } else if (infoPtrs[0]->mTimestamp < mTimestamp) {
107 const nsecs_t mTimestamp;
296 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp;