HomeSort by relevance Sort by last modified time
    Searched refs:getDisplayStats (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/gui/include/gui/
ISurfaceComposer.h 157 virtual status_t getDisplayStats(const sp<IBinder>& display,
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 357 status_t res = mComposer->getDisplayStats(NULL /* display */, &stats);
364 ALOGW("getDisplayStats returned %d", res);
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 319 virtual status_t getDisplayStats(const sp<IBinder>& display,
719 status_t result = getDisplayStats(display, &stats);
    [all...]
Surface.cpp 159 status_t result = composerService()->getDisplayStats(NULL, &stats);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 426 virtual status_t getDisplayStats(const sp<IBinder>& display,
    [all...]
SurfaceFlinger.cpp 918 status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>& /* display */,
    [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 582 status_t getDisplayStats(const sp<IBinder>& /*display*/,
    [all...]

Completed in 242 milliseconds