HomeSort by relevance Sort by last modified time
    Searched refs:nativeDestroy (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/java/android/view/
SurfaceSession.java 31 private static native void nativeDestroy(long ptr);
48 nativeDestroy(mNativeClient);
SurfaceControl.java 43 private static native void nativeDestroy(long nativeObject);
401 nativeDestroy(mNativeObject);
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
TestLogParser.java 72 nativeDestroy(m_nativePointer);
112 private static native void nativeDestroy (long nativePointer);
  /frameworks/base/core/jni/
android_view_SurfaceSession.cpp 56 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) {
72 { "nativeDestroy", "(J)V",
73 (void*)nativeDestroy },
android_view_SurfaceControl.cpp 123 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) {
780 {"nativeDestroy", "(J)V",
781 (void*)nativeDestroy },
    [all...]
  /external/libmojo/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 118 nativeDestroy(mNativeCPPObject);
189 // derived from |nativeDestroy| and |nativeCPPClass| to arrive at CPPClass::Destroy() (i.e.
195 private native void nativeDestroy(long nativeCPPClass);
218 // Similar to nativeDestroy above, this will cast nativeCPPClass into pointer of CPPClass type
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 135 if (nativeDestroy(mNativePtr) != 0) {
194 private static native int nativeDestroy(long ptr);
  /frameworks/base/core/java/android/content/res/
StringBlock.java 147 nativeDestroy(mNative);
495 private static native void nativeDestroy(long obj);
XmlBlock.java 63 nativeDestroy(mNative);
499 private static final native void nativeDestroy(long obj);
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 451 nativeDestroy();
655 private synchronized native void nativeDestroy();
  /external/libmojo/base/android/jni_generator/
jni_generator_tests.py 125 private native void nativeDestroy(int nativeChromeBrowserProvider);
    [all...]
  /frameworks/base/core/java/android/os/
MessageQueue.java 64 private native static void nativeDestroy(long ptr);
88 nativeDestroy(mPtr);
Parcel.java 315 private static native void nativeDestroy(long nativePtr);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 

Completed in 484 milliseconds

1 2