HomeSort by relevance Sort by last modified time
    Searched refs:nativeInit (Results 1 - 6 of 6) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java 101 nativeInit();
113 private static native void nativeInit();
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 119 nativeInit(texName, new WeakReference<SurfaceTexture>(this), allowSynchronousMode);
249 private native void nativeInit(int texName, Object weakSelf, boolean allowSynchronousMode);
  /system/media/mca/filterfw/java/android/filterfw/core/
NativeProgram.java 159 private native boolean nativeInit();
  /frameworks/base/core/java/android/os/
MessageQueue.java 45 private native void nativeInit();
98 nativeInit();
  /frameworks/base/services/java/com/android/server/wm/
InputManager.java 65 private static native void nativeInit(Context context,
140 nativeInit(mContext, mCallbacks, looper.getQueue());
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 269 private native void nativeInit();
513 nativeInit();
561 nativeInit();
    [all...]

Completed in 202 milliseconds