HomeSort by relevance Sort by last modified time
    Searched defs:frameId (Results 1 - 25 of 48) sorted by null

1 2

  /packages/services/Car/evs/manager/
HalCamera.h 77 uint32_t frameId;
79 FrameRecord(uint32_t id) : frameId(id), refCount(0) {};
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPProxyTestCase.java 36 private final long frameId;
39 public EventContext(long threadId, long frameId, Location location) {
41 this.frameId = frameId;
50 return frameId;
88 long frameId = reply.getNextValueAsFrameID();
96 return new EventContext(eventThreadId, frameId, location);
  /external/skia/src/codec/
SkFrameHolder.h 40 int frameId() const { return fId; }
175 * Return the frame with frameId i.
  /external/skqp/src/codec/
SkFrameHolder.h 40 int frameId() const { return fId; }
175 * Return the frame with frameId i.
  /art/runtime/
instrumentation.cc 405 const size_t frameId = GetFrameId();
407 if (instrumentation_frame.frame_id_ == frameId) {
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Parser.java 197 long frameId = hprof.getId();
210 frames.put(frameId, frame);
220 long frameId = hprof.getId();
221 trace[i] = frames.get(frameId);
    [all...]
  /external/deqp/modules/egl/
teglGetFrameTimestampsTests.cpp 77 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetNextFrameIdANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR *frameId);
80 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetFrameTimestampsANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID *values);
111 : frameId (-1)
128 EGLuint64KHR frameId;
624 frame.frameId = nextFrameId;
667 display, *surface, frame5ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
691 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 818 int getAllFrameTimestamps(uint64_t frameId) {
819 return native_window_get_frame_timestamps(mWindow.get(), frameId,
839 uint64_t frameId = -1;
840 int status = native_window_get_next_frame_id(mWindow.get(), &frameId);
842 return frameId;
    [all...]
  /external/v8/src/debug/
mirrors.js     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]
  /frameworks/native/libs/gui/
Surface.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha7/
perflib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha9/
perflib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta2/
perflib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta5/
perflib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta6/
perflib-25.0.0-beta6.jar 

Completed in 740 milliseconds

1 2