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

  /system/media/camera/include/system/
camera_metadata.h 42 ANDROID_API
44 ANDROID_API
117 ANDROID_API
123 ANDROID_API
163 ANDROID_API
174 ANDROID_API
189 ANDROID_API
198 ANDROID_API
205 ANDROID_API
213 ANDROID_API
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.h 47 ANDROID_API LayerRenderer(Layer* layer);
55 ANDROID_API static Layer* createTextureLayer(bool isOpaque);
56 ANDROID_API static Layer* createLayer(uint32_t width, uint32_t height, bool isOpaque = false);
57 ANDROID_API static bool resizeLayer(Layer* layer, uint32_t width, uint32_t height);
58 ANDROID_API static void updateTextureLayer(Layer* layer, uint32_t width, uint32_t height,
60 ANDROID_API static void destroyLayer(Layer* layer);
61 ANDROID_API static void destroyLayerDeferred(Layer* layer);
62 ANDROID_API static bool copyLayer(Layer* layer, SkBitmap* bitmap);
Stencil.h 35 class ANDROID_API Stencil {
43 ANDROID_API static uint32_t getStencilSize();
SkiaColorFilter.h 50 ANDROID_API SkiaColorFilter(SkColorFilter *skFilter, Type type, bool blend);
84 ANDROID_API SkiaColorMatrixFilter(SkColorFilter *skFilter, float* matrix, float* vector);
100 ANDROID_API SkiaLightingFilter(SkColorFilter *skFilter, int multiply, int add);
115 ANDROID_API SkiaBlendFilter(SkColorFilter *skFilter, int color, SkXfermode::Mode mode);
OpenGLRenderer.h 116 ANDROID_API OpenGLRenderer();
124 ANDROID_API void setName(const char* name);
130 ANDROID_API const char* getName() const;
136 ANDROID_API void initProperties();
163 ANDROID_API status_t prepare(bool opaque);
202 ANDROID_API void setCountOverdrawEnabled(bool enabled) {
206 ANDROID_API float getOverdraw() {
210 ANDROID_API status_t invokeFunctors(Rect& dirty);
211 ANDROID_API void detachFunctor(Functor* functor);
212 ANDROID_API void attachFunctor(Functor* functor)
    [all...]
Extensions.h 33 class ANDROID_API Extensions: public Singleton<Extensions> {
AssetAtlas.h 124 ANDROID_API void init(sp<GraphicBuffer> buffer, int* map, int count);
133 ANDROID_API void terminate();
SkiaShader.h 59 ANDROID_API SkiaShader(Type type, SkShader* key, SkShader::TileMode tileX,
139 ANDROID_API SkiaBitmapShader(SkBitmap* bitmap, SkShader* key, SkShader::TileMode tileX,
161 ANDROID_API SkiaLinearGradientShader(float* bounds, uint32_t* colors, float* positions,
185 ANDROID_API SkiaSweepGradientShader(float x, float y, uint32_t* colors, float* positions,
210 ANDROID_API SkiaCircularGradientShader(float x, float y, float radius, uint32_t* colors,
226 ANDROID_API SkiaComposeShader(SkiaShader* first, SkiaShader* second, SkXfermode::Mode mode,
DisplayList.h 102 ANDROID_API ~DisplayList();
110 ANDROID_API size_t getSize();
111 ANDROID_API static void destroyDisplayListDeferred(DisplayList* displayList);
112 ANDROID_API static void outputLogBuffer(int fd);
121 ANDROID_API void reset();
311 ANDROID_API float getPivotX();
324 ANDROID_API float getPivotY();
Layer.h 118 ANDROID_API void setPaint(SkPaint* paint);
223 ANDROID_API void setColorFilter(SkiaColorFilter* filter);
237 ANDROID_API void clearTexture();
ResourceCache.h 61 class ANDROID_API ResourceCache {
DisplayListRenderer.h 61 ANDROID_API DisplayListRenderer();
64 ANDROID_API DisplayList* getDisplayList(DisplayList* displayList);
141 ANDROID_API void reset();
Matrix.h 39 class ANDROID_API Matrix4 {
Caches.h 107 class ANDROID_API Caches: public Singleton<Caches> {
  /system/core/include/cutils/
compiler.h 39 * class ANDROID_API Singleton { }
42 #define ANDROID_API __attribute__((visibility("default")))
  /system/core/include/utils/
Singleton.h 29 class ANDROID_API Singleton
  /frameworks/av/services/audioflinger/
AudioResampler.h 29 class ANDROID_API AudioResampler {
AudioPolicyService.h 48 static const char *getServiceName() ANDROID_API { return "media.audio_policy"; }
148 AudioPolicyService() ANDROID_API;
AudioFlinger.h 95 static const char* getServiceName() ANDROID_API { return "media.audio_flinger"; }
288 AudioFlinger() ANDROID_API;
  /frameworks/native/services/sensorservice/
SensorService.h 60 static char const* getServiceName() ANDROID_API { return "sensorservice"; }
61 SensorService() ANDROID_API;
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 86 static char const* getServiceName() ANDROID_API {
90 SurfaceFlinger() ANDROID_API;
93 void init() ANDROID_API;
96 void run() ANDROID_API;

Completed in 1101 milliseconds