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

  /frameworks/native/libs/gui/
LayerState.cpp 42 output.writeStrongBinder(barrierHandle);
73 barrierHandle = input.readStrongBinder();
SurfaceComposerClient.cpp 463 s->barrierHandle = handle;
    [all...]
  /frameworks/native/include/private/gui/
LayerState.h 101 sp<IBinder> barrierHandle;
  /frameworks/native/services/surfaceflinger/
SurfaceInterceptor.cpp 357 if (state.barrierHandle != nullptr) {
358 otherLayer = static_cast<Layer::Handle*>(state.barrierHandle.get())->owner.promote();
Layer.h 235 void deferTransactionUntil(const sp<IBinder>& barrierHandle, uint64_t frameNumber);
Layer.cpp     [all...]
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 398 milliseconds