Home
last modified time | relevance | path

Searched refs:mTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DEventScheduler.java94 private long mTimestamp; field in EventScheduler.SchedulableEvent
101 mTimestamp = timestamp; in SchedulableEvent()
108 return mTimestamp; in getTimestamp()
116 mTimestamp = timestamp; in setTimestamp()
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoEncoder.h39 int64_t timestamp() const { return mTimestamp; } in timestamp()
46 int64_t mTimestamp = 0; variable
/external/doclava/src/com/google/doclava/
DPageMetadata.java708 private String mTimestamp; // optional timestamp eg 1447452827 field in PageMetadata.Node
722 mTimestamp = builder.mTimestamp; in Node()
726 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp; field in PageMetadata.Node.Builder
745 public Builder setTimestamp(String mTimestamp) {this.mTimestamp = mTimestamp; return this;} in setTimestamp() argument
844 if (!"".equals(list.get(i).mTimestamp)) { in renderTypes()
845 buf.append(" \"timestamp\":\"" + list.get(i).mTimestamp + "\",\n"); in renderTypes()
897 if (!"".equals(list.get(i).mTimestamp)) { in renderTypeForSamples()
898 buf.append(" \"timestamp\":\"" + list.get(i).mTimestamp + "\",\n"); in renderTypeForSamples()
1115 return mTimestamp; in getTimestamp()
1123 mTimestamp = timestamp; in setTimestamp()
/external/v4l2_codec2/components/
DVideoEncoder.cpp16 mTimestamp(timestamp) {} in InputFrame()