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

  /frameworks/rs/tests/lldb/jni/Allocations/src/com/android/rs/jniallocations/
MainActivity.java 34 native void nativeRS(String cacheDir);
40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/BranchingFunCalls/src/com/android/rs/jnibranchingfuncalls/
MainActivity.java 34 native void nativeRS(String cacheDir);
40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/DebugWaitAttach/src/com/android/rs/jniwaitattachdebug/
MainActivity.java 34 native void nativeRS(String cacheDir);
40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/InfiniteLoop/src/com/android/rs/jniinfiniteloop/
MainActivity.java 34 native void nativeRS(String cacheDir);
40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/KernelVariables/src/com/android/rs/jnikernelvariables/
MainActivity.java 34 native void nativeRS(String cacheDir);
40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/MultipleRSFiles/src/com/android/rs/jnimultiplersfiles/
MainActivity.java 34 native void nativeRS(String cacheDir);
40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/src/com/android/rs/jninodebugwaitattach/
MainActivity.java 34 native void nativeRS(String cacheDir);
40 nativeRS(this.getCacheDir().toString());

Completed in 65 milliseconds