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 92 Allocation aref = makeOutput(); local
113 script.invoke_makeRef(ay, au, av, aref);
115 mVerify.invoke_verify(aref, aout, ay);
131 Allocation aref = makeOutput(); local
150 script.invoke_makeRef(ay, au, av, aref);
154 mVerify.invoke_verify(aref, aout, ay);
158 mVerify.invoke_verify(aref, aout, ay);
174 Allocation aref = makeOutput(); local
195 script.invoke_makeRef(ay, au, av, aref);
199 mVerify.invoke_verify(aref, aout, ay)
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 494 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 1272 milliseconds