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.h398 bool authenticateSurfaceTexture(
DSurfaceFlinger.cpp762 bool SurfaceFlinger::authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::SurfaceFlinger
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h150 virtual bool authenticateSurfaceTexture(
/frameworks/native/services/surfaceflinger/tests/
DCredentials_test.cpp299 std::function<bool()> condition = [=]() { return sf->authenticateSurfaceTexture(producer); }; in TEST_F()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp202 virtual bool authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::BpSurfaceComposer
1133 int32_t result = authenticateSurfaceTexture(bufferProducer) ? 1 : 0; in onTransact()
DSurface.cpp895 if (composerService()->authenticateSurfaceTexture( in query()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp569 bool authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::FakeSurfaceComposer