Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/libs/surfaceflinger/
DTransform.cpp25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
50 if (LIKELY(mType == 0)) in operator *()
179 if (LIKELY(preserveRects())) { in transform()
DLayerDim.cpp71 if (LIKELY(flags & DisplayHardware::DIRECT_TEXTURE)) { in initDimmer()
DSurfaceFlinger.cpp482 if (LIKELY(mTransactionCount == 0)) { in threadLoop()
486 if (LIKELY(transactionFlags)) { in threadLoop()
495 if (LIKELY(hw.canDraw() && !isFrozen())) { in threadLoop()
698 if (LIKELY(!(s.flags & ISurfaceComposer::eLayerHidden) && s.alpha)) { in computeVisibleRegions()
968 if (LIKELY(!mDebugBackground)) { in drawWormhole()
1270 if (LIKELY(err == NO_ERROR)) { in createNormalSurfaceLocked()
DLayerBuffer.cpp138 if (LIKELY(source != 0)) { in onDraw()
148 if (LIKELY(source != 0)) in transformed()
DBlurFilter.cpp29 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
DSurfaceFlinger.h62 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
DLayerBase.cpp318 if (LIKELY(!s.transparentRegion.isEmpty())) { in draw()
/frameworks/base/libs/audioflinger/
DAudioMixer.h31 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
DAudioFlinger.cpp1288 if (LIKELY(enabledTracks)) { in threadLoop()
2008 if (LIKELY(enabledTracks)) { in threadLoop()
2343 if (LIKELY(framesReady)) { in getNextBuffer()
2520 if (LIKELY(framesAvail)) { in getNextBuffer()
3063 if (LIKELY(mActiveTrack->getNextBuffer(&buffer) == NO_ERROR)) { in threadLoop()
DAudioFlinger.h51 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
/frameworks/base/camera/libcameraservice/
DCameraService.h33 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
/frameworks/base/libs/ui/
DISurfaceComposer.cpp33 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
DISurfaceFlingerClient.cpp45 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
DSurfaceComposerClient.cpp49 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
/frameworks/base/media/libmedia/
DAudioRecord.cpp41 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
DAudioTrack.cpp41 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro