Searched defs:LIKELY (Results 1 - 10 of 10) sorted by relevance

/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/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.h52 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
/frameworks/base/libs/surfaceflinger/
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
/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 127 milliseconds