HomeSort by relevance Sort by last modified time
    Searched defs:mTimestamp (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/
TimestampDxe.c 111 EFI_TIMESTAMP_PROTOCOL mTimestamp = {
159 &mTimestamp,
  /frameworks/av/media/ndk/
NdkImagePriv.h 80 const int64_t mTimestamp;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamBufferListener.h 36 int64_t mTimestamp;
  /cts/tests/tests/rcs/src/android/telephony/ims/cts/
RcsEventTest.java 55 private long mTimestamp;
78 mTimestamp = 1234567890;
96 mTimestamp, mGroupThread, mParticipant1, mParticipant2);
110 mTimestamp, mGroupThread, mParticipant1, "newName");
123 = new RcsParticipantAliasChangedEvent(mTimestamp, mParticipant1, "newAlias");
137 mTimestamp, mGroupThread, mParticipant1, mParticipant2);
153 mTimestamp, mGroupThread, mParticipant1, newIcon);
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 96 // mTimestamp is the current timestamp for this buffer slot. This gets
98 int64_t mTimestamp;
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /developers/samples/android/common/src/java/com/example/android/common/midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailImpl.java 25 private final Long mTimestamp;
51 mTimestamp = timestamp;
183 return hasTimestampMillis() ? mTimestamp : 0;
188 return mTimestamp != null;
248 return "VoicemailImpl [mTimestamp=" + mTimestamp + ", mNumber=" + mNumber + ", mId=" + mId
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
EventScheduler.java 94 private long mTimestamp;
101 mTimestamp = timestamp;
108 return mTimestamp;
116 mTimestamp = timestamp;
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 230 nsecs_t mTimestamp; // ns, system_time_monotonic
  /frameworks/av/services/audioflinger/
FastMixer.h 100 ExtendedTimestamp mTimestamp;
Threads.h 544 ExtendedTimestamp mTimestamp;
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 55 explicit TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
83 if (i1->mTimestamp == mTimestamp) {
85 } else if (i2->mTimestamp == mTimestamp) {
99 if (i1->mTimestamp > i2->mTimestamp) {
105 if (infoPtrs[1]->mTimestamp < mTimestamp) {
107 } else if (infoPtrs[0]->mTimestamp < mTimestamp)
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 331 (void) mTimestampObserver.poll(mTimestamp);
332 *timestamp = mTimestamp;
337 mTimestamp.clear();
352 ExtendedTimestamp mTimestamp; // initialized by constructor
  /external/doclava/src/com/google/doclava/
PageMetadata.java 708 private String mTimestamp; // optional timestamp eg 1447452827
722 mTimestamp = builder.mTimestamp;
726 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp;
745 public Builder setTimestamp(String mTimestamp) {this.mTimestamp = mTimestamp; return this;}
    [all...]

Completed in 574 milliseconds