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

  /frameworks/base/cmds/statsd/src/packages/
UidMap.h 59 const int64_t timestampNs;
65 ChangeRecord(const bool isDeletion, const int64_t timestampNs, const string& package,
68 timestampNs(timestampNs),
  /system/netd/server/
WakeupController.h 36 uint64_t timestampNs;
  /frameworks/base/cmds/statsd/src/config/
ConfigManager.cpp 114 const int64_t timestampNs = getElapsedRealtimeNs();
117 listener->OnConfigUpdated(timestampNs, key, config);
  /hardware/google/av/codec2/hidl/client/include/codec2/hidl/
client.h 262 int64_t timestampNs;
  /cts/tests/sensor/src/android/hardware/cts/helpers/
TestSensorEventListener.java 101 long timestampNs = SystemClock.elapsedRealtimeNanos();
104 mCollectedEvents.add(new TestSensorEvent(event, timestampNs));
155 long timestampNs = SystemClock.elapsedRealtimeNanos();
157 mTimeStampFlushCompleteEvents.add(timestampNs);
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp     [all...]
  /frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
HeifEncoder.java 364 long timestampNs = surfaceTexture.getTimestamp();
366 if (DEBUG) Log.d(TAG, "onFrameAvailable: timestampUs " + (timestampNs / 1000));
368 boolean takeFrame = mEOSTracker.updateLastInputAndEncoderTime(timestampNs,
446 public void setEndOfInputStreamTimestamp(long timestampNs) {
452 mEOSTracker.updateInputEOSTime(timestampNs);
726 synchronized void updateInputEOSTime(long timestampNs) {
727 if (DEBUG_EOS) Log.d(TAG, "updateInputEOSTime: " + timestampNs);
731 mInputEOSTimeNs = timestampNs;
735 mEncoderEOSTimeUs = timestampNs / 1000;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 396 milliseconds