Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/view/src/android/view/cts/
DChoreographerNativeTest.java72 private static native boolean nativePrepareChoreographerTests(long ptr, long[] refreshPeriods); in nativePrepareChoreographerTests()
73 private static native void nativeTestPostCallbackWithoutDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallbackWithoutDelayEventuallyRunsCallbacks()
74 private static native void nativeTestPostCallbackWithDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallbackWithDelayEventuallyRunsCallbacks()
76 long ptr); in nativeTestPostCallback64WithoutDelayEventuallyRunsCallbacks()
77 private static native void nativeTestPostCallback64WithDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallback64WithDelayEventuallyRunsCallbacks()
79 long ptr); in nativeTestPostCallbackMixedWithoutDelayEventuallyRunsCallbacks()
81 long ptr); in nativeTestPostCallbackMixedWithDelayEventuallyRunsCallbacks()
83 long ptr); in nativeTestRefreshRateCallback()
84 private static native void nativeTestUnregisteringRefreshRateCallback(long ptr); in nativeTestUnregisteringRefreshRateCallback()
85 private static native void nativeTestMultipleRefreshRateCallbacks(long ptr); in nativeTestMultipleRefreshRateCallbacks()
[all …]
/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontHelper.java161 private static native void nCloseIterator(long ptr); in nCloseIterator()
162 private static native long nNext(long ptr); in nNext()
163 private static native void nCloseFont(long ptr); in nCloseFont()
164 private static native String nGetFilePath(long ptr); in nGetFilePath()
165 private static native int nGetWeight(long ptr); in nGetWeight()
166 private static native boolean nIsItalic(long ptr); in nIsItalic()
167 private static native String nGetLocale(long ptr); in nGetLocale()
168 private static native int nGetCollectionIndex(long ptr); in nGetCollectionIndex()
169 private static native int nGetAxisCount(long ptr); in nGetAxisCount()
170 private static native int nGetAxisTag(long ptr, int index); in nGetAxisTag()
[all …]
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp142 void nCloseIterator(JNIEnv*, jclass, jlong ptr) { in nCloseIterator()
146 jlong nGetNext(JNIEnv*, jclass, jlong ptr) { in nGetNext()
151 void nCloseFont(JNIEnv*, jclass, jlong ptr) { in nCloseFont()
155 jstring nGetFilePath(JNIEnv* env, jclass, jlong ptr) { in nGetFilePath()
159 jint nGetWeight(JNIEnv*, jclass, jlong ptr) { in nGetWeight()
163 jboolean nIsItalic(JNIEnv*, jclass, jlong ptr) { in nIsItalic()
167 jstring nGetLocale(JNIEnv* env, jclass, jlong ptr) { in nGetLocale()
171 jint nGetCollectionIndex(JNIEnv*, jclass, jlong ptr) { in nGetCollectionIndex()
175 jint nGetAxisCount(JNIEnv*, jclass, jlong ptr) { in nGetAxisCount()
179 jint nGetAxisTag(JNIEnv*, jclass, jlong ptr, jint axisIndex) { in nGetAxisTag()
[all …]
Dandroid_graphics_cts_CameraGpuCtsActivity.cpp297 inline CameraFrameRenderer* native(jlong ptr) { in native()
Dandroid_graphics_cts_FrameRateCtsActivity.cpp88 int8_t* ptr = buf + row * bytesPerStride; in Buffer() local
/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.c172 void *ptr = memalign(sizeof(size_t), (nitems * size)); in calloc() local
178 void *realloc(void *ptr, size_t size) { in realloc()
209 void free(void *ptr) { in free()
Dmemutils_track.c113 void free(void *ptr) { in free()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0473/
Dpoc.cpp38 void *ptr = nullptr; member
73 void *ptr = real_GKI_getpoolbuf(pool_id); in GKI_getpoolbuf() local
80 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/
Dpoc.cpp75 void *ptr = nullptr; in GKI_getbuf() local
87 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/statsdatom/apps/statsdapp/jni/
Dalloc_stress_activity.cpp30 volatile void *ptr; in Java_com_android_server_cts_device_statsdatom_MemoryHogger_allocate() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0006/
Dpoc.cpp38 void* ptr = malloc(size); in GKI_getbuf() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0037/
Dpoc.cpp61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0039/
Dpoc.cpp61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0038/
Dpoc.cpp61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c54 void *ptr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in main() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/
Dpoc.cpp67 void GKI_freebuf(void* ptr) { in GKI_freebuf()
79 void *ptr = memalign(16, size); in allocate_memory() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/
Dpoc.cpp76 char *ptr = (char *) malloc(STACK_SIZE); in main() local
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java182 String ptr = null; in assertNotKernelPointer() local
201 private boolean isKptr(String ptr) { in isKptr()
/cts/tests/tests/os/jni/
Dandroid_os_cts_CpuInstructions.cpp82 uint32_t *ptr = &dummy; in swp() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2021/
Dpoc.cpp52 void *ptr = memalign(16, size); in allocate_memory() local
/cts/common/device-side/bedstead/testapp/tools/index/
Dindex_testapps.py68 def parse_line(manifest_content, ptr, incoming_indentation = -1): argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
Dpoc.cpp29 void operator delete(void *ptr) throw() { in operator delete()
/cts/tests/media/jni/
DNativeMediaCommon.cpp85 uint8_t* ptr = (buffer + *pos); in flattenField() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2022/
Dpoc.cpp57 void *ptr = memalign(16, size); in allocate_memory() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c255 void buf_binder(buf_t *b, buf_t *off, void *ptr) { in buf_binder()
360 static inline void free_buffer(int fd, u64 ptr) { in free_buffer()
375 u64 ptr; member

12