Searched refs:authenticateSurfaceTexture (Results 1 – 8 of 8) sorted by relevance
89 if (mFlinger->authenticateSurfaceTexture(parent) == false) { in createWithSurfaceParent()
411 bool authenticateSurfaceTexture(
735 bool SurfaceFlinger::authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::SurfaceFlinger
299 std::function<bool()> condition = [=]() { return sf->authenticateSurfaceTexture(producer); }; in TEST_F()
153 virtual bool authenticateSurfaceTexture(
202 virtual bool authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::BpSurfaceComposer1134 int32_t result = authenticateSurfaceTexture(bufferProducer) ? 1 : 0; in onTransact()
896 if (composerService()->authenticateSurfaceTexture( in query()
695 bool authenticateSurfaceTexture( in authenticateSurfaceTexture() function in android::FakeSurfaceComposer