Searched refs:LIKELY (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/camera/libcameraservice/
H A DCameraService.h33 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
/frameworks/base/libs/audioflinger/
H A DAudioMixer.h31 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
H A DAudioFlinger.cpp1378 if (LIKELY(mixerStatus == MIXER_TRACKS_READY)) {
1942 if (LIKELY(mixerStatus == MIXER_TRACKS_READY)) {
2174 if (LIKELY(mixerStatus == MIXER_TRACKS_READY)) {
2552 if (LIKELY(framesReady)) {
2767 if (LIKELY(framesAvail)) {
3329 if (LIKELY(mActiveTrack->getNextBuffer(&buffer) == NO_ERROR)) {
H A DAudioFlinger.h52 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
/frameworks/base/libs/surfaceflinger/
H A DLayerDim.cpp71 if (LIKELY(flags & DisplayHardware::DIRECT_TEXTURE)) {
H A DSurfaceFlinger.cpp485 if (LIKELY(mTransactionCount == 0)) {
489 if (LIKELY(transactionFlags)) {
498 if (LIKELY(hw.canDraw() && !isFrozen())) {
715 if (LIKELY(!(s.flags & ISurfaceComposer::eLayerHidden) && s.alpha)) {
1004 if (LIKELY(!mDebugBackground)) {
1307 if (LIKELY(err == NO_ERROR)) {
H A DBlurFilter.cpp29 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
H A DSurfaceFlinger.h59 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
H A DLayerBuffer.cpp141 if (LIKELY(source != 0)) {
151 if (LIKELY(source != 0))
H A DLayerBase.cpp326 if (LIKELY(!s.transparentRegion.isEmpty())) {
/frameworks/base/libs/surfaceflinger_client/
H A DISurfaceComposer.cpp34 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
H A DISurfaceFlingerClient.cpp45 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
H A DSurfaceComposerClient.cpp51 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp40 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
H A DAudioTrack.cpp40 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro

Completed in 189 milliseconds