HomeSort by relevance Sort by last modified time
    Searched refs:authenticateSurfaceTexture (Results 1 - 5 of 5) sorted by null

  /frameworks/native/include/gui/
ISurfaceComposer.h 137 virtual bool authenticateSurfaceTexture(
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 141 virtual bool authenticateSurfaceTexture(
149 ALOGE("ISurfaceComposer::authenticateSurfaceTexture: error writing "
155 ALOGE("ISurfaceComposer::authenticateSurfaceTexture: error writing "
162 ALOGE("ISurfaceComposer::authenticateSurfaceTexture: error "
169 ALOGE("ISurfaceComposer::authenticateSurfaceTexture: error "
273 int32_t result = authenticateSurfaceTexture(surfaceTexture) ? 1 : 0;
SurfaceTextureClient.cpp 275 if (composer->authenticateSurfaceTexture(mSurfaceTexture)) {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 173 virtual bool authenticateSurfaceTexture(const sp<ISurfaceTexture>& surface) const;
SurfaceFlinger.cpp 324 bool SurfaceFlinger::authenticateSurfaceTexture(
    [all...]

Completed in 41 milliseconds