Searched refs:dropCount (Results 1 – 4 of 4) sorted by relevance
51 bool HardwareRendererObserver::getNextBuffer(JNIEnv* env, jlongArray metrics, int* dropCount) { in getNextBuffer() argument59 *dropCount = elem.dropCount; in getNextBuffer()76 elem.dropCount = mDroppedReports; in notify()109 int dropCount = 0; in android_graphics_HardwareRendererObserver_getNextBuffer() local110 if (observer->getNextBuffer(env, metrics, &dropCount)) { in android_graphics_HardwareRendererObserver_getNextBuffer()111 return dropCount; in android_graphics_HardwareRendererObserver_getNextBuffer()
44 bool getNextBuffer(JNIEnv* env, jlongArray metrics, int* dropCount);58 int dropCount = 0; variable
92 int dropCount = nGetNextBuffer(mNativePtr.get(), mFrameMetrics); in notifyDataAvailable() local93 if (dropCount >= 0) { in notifyDataAvailable()94 mListener.onFrameMetricsAvailable(dropCount); in notifyDataAvailable()
89 … public void onFrameMetricsAvailable(Window window, FrameMetrics frameMetrics, int dropCount) { in onFrameMetricsAvailable() argument