HomeSort by relevance Sort by last modified time
    Searched defs:clearLayerFrameStats (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/gui/
SurfaceControl.cpp 206 status_t SurfaceControl::clearLayerFrameStats() const {
210 return client->clearLayerFrameStats(mHandle);
SurfaceComposerClient.cpp 715 status_t SurfaceComposerClient::clearLayerFrameStats(const sp<IBinder>& token) const {
719 return mClient->clearLayerFrameStats(token);
    [all...]
  /frameworks/native/services/surfaceflinger/
Client.cpp 206 status_t Client::clearLayerFrameStats(const sp<IBinder>& handle) const {

Completed in 813 milliseconds