OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlockAndPost
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/services/surfaceflinger/tests/resize/
resize.cpp
54
surface->
unlockAndPost
();
58
surface->
unlockAndPost
();
/frameworks/native/include/gui/
Surface.h
149
virtual int
unlockAndPost
();
/frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp
48
ASSERT_EQ(NO_ERROR, s->
unlockAndPost
());
/frameworks/base/core/jni/
android_view_Surface.cpp
282
status_t err = surface->
unlockAndPost
();
/frameworks/native/libs/gui/
Surface.cpp
486
return
unlockAndPost
();
823
status_t Surface::
unlockAndPost
()
826
ALOGE("Surface::
unlockAndPost
failed, no locked buffer");
/frameworks/base/services/input/
SpriteController.cpp
230
status = surface->
unlockAndPost
();
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
459
mSurface->
unlockAndPost
();
[
all
...]
Completed in 145 milliseconds