HomeSort by relevance Sort by last modified time
    Searched full:android_api (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/base/libs/hwui/renderthread/
RenderProxy.h 60 class ANDROID_API RenderProxy {
62 ANDROID_API RenderProxy(bool translucent, RenderNode* rootNode, IContextFactory* contextFactory);
63 ANDROID_API virtual ~RenderProxy();
66 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
67 ANDROID_API bool loadSystemProperties();
68 ANDROID_API void setName(const char* name);
70 ANDROID_API bool initialize(const sp<ANativeWindow>& window);
71 ANDROID_API void updateSurface(const sp<ANativeWindow>& window);
72 ANDROID_API bool pauseSurface(const sp<ANativeWindow>& window);
73 ANDROID_API void setup(int width, int height, float lightRadius
    [all...]
RenderTask.h 48 class ANDROID_API RenderTask {
50 ANDROID_API RenderTask() : mNext(nullptr), mRunAt(0) {}
51 ANDROID_API virtual ~RenderTask() {}
53 ANDROID_API virtual void run() = 0;
RenderThread.h 74 class ANDROID_API RenderThread : public Thread, protected Singleton<RenderThread> {
78 ANDROID_API void queue(RenderTask* task);
79 ANDROID_API void queueAtFront(RenderTask* task);
  /frameworks/base/libs/hwui/
Animator.h 40 ANDROID_API virtual void onAnimationFinished(BaseRenderNodeAnimator*) = 0;
42 ANDROID_API virtual ~AnimationListener() {}
48 ANDROID_API void setStartValue(float value);
49 ANDROID_API void setInterpolator(Interpolator* interpolator);
50 ANDROID_API void setDuration(nsecs_t durationInMs);
51 ANDROID_API nsecs_t duration() { return mDuration; }
52 ANDROID_API void setStartDelay(nsecs_t startDelayInMs);
53 ANDROID_API nsecs_t startDelay() { return mStartDelay; }
54 ANDROID_API void setListener(AnimationListener* listener) {
58 ANDROID_API void setAllowRunningAsync(bool mayRunAsync)
    [all...]
DeferredLayerUpdater.h 38 ANDROID_API DeferredLayerUpdater(renderthread::RenderThread& thread, Layer* layer);
39 ANDROID_API ~DeferredLayerUpdater();
41 ANDROID_API bool setSize(int width, int height) {
50 ANDROID_API bool setBlend(bool blend) {
58 ANDROID_API void setSurfaceTexture(const sp<GLConsumer>& texture, bool needsAttach) {
69 ANDROID_API void updateTexImage() {
73 ANDROID_API void setTransform(const SkMatrix* matrix) {
78 ANDROID_API void setPaint(const SkPaint* paint);
80 ANDROID_API bool apply();
86 ANDROID_API void detachSurfaceTexture()
    [all...]
Interpolator.h 39 class ANDROID_API AccelerateDecelerateInterpolator : public Interpolator {
44 class ANDROID_API AccelerateInterpolator : public Interpolator {
53 class ANDROID_API AnticipateInterpolator : public Interpolator {
61 class ANDROID_API AnticipateOvershootInterpolator : public Interpolator {
69 class ANDROID_API BounceInterpolator : public Interpolator {
74 class ANDROID_API CycleInterpolator : public Interpolator {
82 class ANDROID_API DecelerateInterpolator : public Interpolator {
90 class ANDROID_API LinearInterpolator : public Interpolator {
95 class ANDROID_API OvershootInterpolator : public Interpolator {
103 class ANDROID_API LUTInterpolator : public Interpolator
    [all...]
AnimationContext.h 78 ANDROID_API AnimationContext(renderthread::TimeLord& clock);
79 ANDROID_API virtual ~AnimationContext();
89 ANDROID_API void addAnimatingRenderNode(RenderNode& node);
93 ANDROID_API virtual void startFrame(TreeInfo::TraversalMode mode);
97 ANDROID_API virtual void runRemainingAnimations(TreeInfo& info);
99 ANDROID_API virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener);
101 ANDROID_API virtual void destroy();
RenderNode.h 94 ANDROID_API RenderNode();
95 ANDROID_API virtual ~RenderNode();
105 ANDROID_API void setStagingDisplayList(DisplayListData* newData);
112 ANDROID_API void output(uint32_t level = 1);
113 ANDROID_API int getDebugSize();
170 ANDROID_API virtual void prepareTree(TreeInfo& info);
174 ANDROID_API void addAnimator(const sp<BaseRenderNodeAnimator>& animator);
  /external/skia/experimental/AndroidPathRenderer/cutils/
compiler.h 30 * class ANDROID_API Singleton { }
33 #define ANDROID_API __attribute__((visibility("default")))
  /system/media/radio/include/system/
radio_metadata.h 69 ANDROID_API
85 ANDROID_API
96 ANDROID_API
113 ANDROID_API
133 ANDROID_API
152 ANDROID_API
170 ANDROID_API
184 ANDROID_API
198 ANDROID_API
212 ANDROID_API
    [all...]
  /system/media/camera/include/system/
camera_metadata.h 43 ANDROID_API
45 ANDROID_API
118 ANDROID_API
124 ANDROID_API
167 ANDROID_API
176 ANDROID_API
186 ANDROID_API
201 ANDROID_API
210 ANDROID_API
217 ANDROID_API
    [all...]
  /frameworks/base/libs/hwui/utils/
Blur.h 29 ANDROID_API static float convertRadiusToSigma(float radius);
31 ANDROID_API static float convertSigmaToRadius(float sigma);
  /frameworks/native/services/inputflinger/host/
InputFlinger.h 35 static char const* getServiceName() ANDROID_API {
39 InputFlinger() ANDROID_API;
  /system/core/include/cutils/
compiler.h 39 * class ANDROID_API Singleton { }
42 #define ANDROID_API __attribute__((visibility("default")))
  /frameworks/base/libs/hwui/renderstate/
Stencil.h 35 class ANDROID_API Stencil {
43 ANDROID_API static uint8_t getStencilSize();
  /frameworks/av/media/img_utils/include/img_utils/
FileOutput.h 30 class ANDROID_API FileOutput : public Output {
Orderable.h 34 class ANDROID_API Orderable {
Output.h 30 class ANDROID_API Output {
Pair.h 29 class ANDROID_API Pair {
StripSource.h 33 class ANDROID_API StripSource {
ByteArrayOutput.h 34 class ANDROID_API ByteArrayOutput : public Output {
FileInput.h 34 class ANDROID_API FileInput : public Input {
Input.h 30 class ANDROID_API Input {
  /system/media/private/camera/include/
camera_metadata_hidden.h 42 ANDROID_API
  /bionic/libc/arch-common/bionic/
crtbrand.S 37 2: .long PLATFORM_SDK_VERSION /* int32_t android_api */

Completed in 324 milliseconds

1 2 3