Searched refs:addrPtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/native/graphics/jni/
H A Dbitmap.cpp58 int AndroidBitmap_lockPixels(JNIEnv* env, jobject jbitmap, void** addrPtr) { argument
75 if (addrPtr) {
76 *addrPtr = addr;
/frameworks/native/include/android/
H A Dbitmap.h68 * 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);

Completed in 106 milliseconds