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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEventListener.java 88 long timestampNs = SystemClock.elapsedRealtimeNanos();
91 mCollectedEvents.add(new TestSensorEvent(event, timestampNs));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 797 int64_t timestampNs;
798 CHECK(msg->findInt64("timestampNs", &timestampNs));
799 err = mCodec->renderOutputBufferAndRelease(bufferIx, timestampNs);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 470 status_t MediaCodec::renderOutputBufferAndRelease(size_t index, int64_t timestampNs) {
474 msg->setInt64("timestampNs", timestampNs);
    [all...]
ACodec.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 394 milliseconds