HomeSort by relevance Sort by last modified time
    Searched full:addrptr (Results 51 - 63 of 63) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/android/
bitmap.h 68 * If this succeeds, *addrPtr will be set to the pixel address. If the call
69 * fails, addrPtr will be ignored.
71 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/android/
bitmap.h 68 * If this succeeds, *addrPtr will be set to the pixel address. If the call
69 * fails, addrPtr will be ignored.
71 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 68 * If this succeeds, *addrPtr will be set to the pixel address. If the call
69 * fails, addrPtr will be ignored.
71 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
bitmap.h 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
68 * fails, addrPtr will be ignored.
70 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
bitmap.h 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
68 * fails, addrPtr will be ignored.
70 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
bitmap.h 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
68 * fails, addrPtr will be ignored.
70 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr);
  /frameworks/base/native/graphics/jni/
bitmap.cpp 58 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr) {
75 if (addrPtr) {
76 *addrPtr = addr;
  /external/clang/test/CodeGenObjCXX/
property-object-reference-2.mm 53 // CHECK: [[ONE:%.*]] = bitcast i8* [[ADDRPTR:%.*]] to %struct.TCPPObject*
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 93 struct in6_addr *addrptr; local
157 addrptr=calloc(1, sizeof(struct in6_addr));
158 inet_pton(family, ipv6addr, addrptr);
160 sin6->sin6_addr=*addrptr;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /external/ltrace/
ltrace-elf.c 894 symbol_with_address(struct library_symbol *sym, void *addrptr)
896 return sym->enter_addr == *(arch_addr_t *)addrptr
    [all...]

Completed in 1410 milliseconds

1 23