Home
last modified time | relevance | path

Searched refs:authenticateSurfaceTexture (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
DClient.cpp89 if (mFlinger->authenticateSurfaceTexture(parent) == false) { in createWithSurfaceParent()
DSurfaceFlinger.h411 bool authenticateSurfaceTexture(
DSurfaceFlinger.cpp735 bool SurfaceFlinger::authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::SurfaceFlinger
/frameworks/native/services/surfaceflinger/tests/
DCredentials_test.cpp299 std::function<bool()> condition = [=]() { return sf->authenticateSurfaceTexture(producer); }; in TEST_F()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h153 virtual bool authenticateSurfaceTexture(
/frameworks/native/libs/gui/
DISurfaceComposer.cpp202 virtual bool authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::BpSurfaceComposer
1134 int32_t result = authenticateSurfaceTexture(bufferProducer) ? 1 : 0; in onTransact()
DSurface.cpp896 if (composerService()->authenticateSurfaceTexture( in query()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp695 bool authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::FakeSurfaceComposer