OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
394
return
unlockAndPost
();
672
status_t SurfaceTextureClient::
unlockAndPost
()
675
LOGE("Surface::
unlockAndPost
failed, no locked buffer");
Completed in 35 milliseconds