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

  /frameworks/base/libs/gui/
Surface.cpp 382 status_t Surface::unlockAndPost() {
383 return SurfaceTextureClient::unlockAndPost();
SurfaceTextureClient.cpp 400 return unlockAndPost();
678 status_t SurfaceTextureClient::unlockAndPost()
681 LOGE("Surface::unlockAndPost failed, no locked buffer");

Completed in 93 milliseconds