Searched refs:dropCount (Results 1 – 4 of 4) sorted by relevance
49 bool HardwareRendererObserver::getNextBuffer(JNIEnv* env, jlongArray metrics, int* dropCount) { in getNextBuffer() argument57 *dropCount = elem.dropCount; in getNextBuffer()72 elem.dropCount = mDroppedReports; in notify()104 int dropCount = 0; in android_graphics_HardwareRendererObserver_getNextBuffer() local105 if (observer->getNextBuffer(env, metrics, &dropCount)) { in android_graphics_HardwareRendererObserver_getNextBuffer()106 return dropCount; in android_graphics_HardwareRendererObserver_getNextBuffer()
44 bool getNextBuffer(JNIEnv* env, jlongArray metrics, int* dropCount);58 int dropCount = 0; variable
91 int dropCount = nGetNextBuffer(mNativePtr.get(), mFrameMetrics); in notifyDataAvailable() local92 if (dropCount >= 0) { in notifyDataAvailable()93 mListener.onFrameMetricsAvailable(dropCount); in notifyDataAvailable()
89 … public void onFrameMetricsAvailable(Window window, FrameMetrics frameMetrics, int dropCount) { in onFrameMetricsAvailable() argument