HomeSort by relevance Sort by last modified time
    Searched defs:aref (Results 1 - 4 of 4) sorted by null

  /system/core/include/cutils/
aref.h 31 #define AREF_TO_ITEM(aref, container, member) \
32 (container *) (((char*) (aref)) - offsetof(container, member))
34 struct aref struct
39 static inline void aref_init(struct aref *r)
44 static inline int32_t aref_count(struct aref *r)
49 static inline void aref_get(struct aref *r)
54 static inline void aref_put(struct aref *r, void (*release)(struct aref *))
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 82 Allocation aref = makeOutput(); local
103 script.invoke_makeRef(ay, au, av, aref);
105 mVerify.invoke_verify(aref, aout, ay);
121 Allocation aref = makeOutput(); local
140 script.invoke_makeRef(ay, au, av, aref);
144 mVerify.invoke_verify(aref, aout, ay);
148 mVerify.invoke_verify(aref, aout, ay);
164 Allocation aref = makeOutput(); local
185 script.invoke_makeRef(ay, au, av, aref);
189 mVerify.invoke_verify(aref, aout, ay)
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 496 int32_t aref; member in struct:android::generated_vars_t
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 74 milliseconds