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