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

  /frameworks/base/services/surfaceflinger/
LayerBase.h 100 uint32_t getTransactionFlags(uint32_t flags);
SurfaceFlinger.h 317 uint32_t getTransactionFlags(uint32_t flags);
LayerBase.cpp 115 uint32_t LayerBase::getTransactionFlags(uint32_t flags) {
SurfaceFlinger.cpp 497 // We call getTransactionFlags(), which will also clear the flags,
502 transactionFlags = getTransactionFlags(mask);
525 uint32_t trFlags = layer->getTransactionFlags(eTransactionNeeded);
    [all...]

Completed in 216 milliseconds