Searched refs:getFrameCount (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java348 abstract long getFrameCount(); method in class:HardwareRenderer
711 * array must be at least {@link #getFrameCount()} * {@link #getElementCount()}.
719 abstract int getFrameCount(); method in class:HardwareRenderer.GraphDataProvider
934 long getFrameCount() { method in class:HardwareRenderer.GlRenderer
1663 int getFrameCount() { method in class:HardwareRenderer.GlRenderer.DrawPerformanceDataProvider
1827 int totalCount = provider.getFrameCount() * elementCount;
1933 final int frameCount = provider.getFrameCount();
H A DWindowManagerGlobal.java494 pw.printf(", %d frames rendered", renderer.getFrameCount());
/frameworks/av/include/media/
H A DAudioSystem.h106 static status_t getFrameCount(audio_io_handle_t output,
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp263 return getFrameCount(output, streamType, frameCount);
266 status_t AudioSystem::getFrameCount(audio_io_handle_t output, function in class:android::AudioSystem
284 ALOGV("getFrameCount() streamType %d, output %d, frameCount %d", streamType, output,
H A DAudioTrack.cpp778 if (AudioSystem::getFrameCount(output, streamType, &afFrameCount) != NO_ERROR) {
813 if (AudioSystem::getFrameCount(output, streamType, &afFrameCount) != NO_ERROR) {

Completed in 201 milliseconds