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

  /frameworks/native/services/surfaceflinger/
LayerBase.h 109 uint32_t getTransactionFlags(uint32_t flags);
SurfaceFlinger.h 334 uint32_t getTransactionFlags(uint32_t flags);
LayerBase.cpp 114 uint32_t LayerBase::getTransactionFlags(uint32_t flags) {
SurfaceFlinger.cpp 492 // We call getTransactionFlags(), which will also clear the flags,
497 transactionFlags = getTransactionFlags(mask);
520 uint32_t trFlags = layer->getTransactionFlags(eTransactionNeeded);
    [all...]

Completed in 446 milliseconds