Home
last modified time | relevance | path

Searched defs:loadNativeCode (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerIntegrationTests.java169 protected void loadNativeCode(int tryNumber) throws Exception { in testGeneratesEvents_nativeLibrary() method
187 protected void loadNativeCode(int tryNumber) throws Exception { in testGeneratesEvents_nativeLibrary_escapedName() method
205 protected void loadNativeCode(int tryNumber) throws Exception { in testGeneratesEvents_nativeExecutable() method
348 abstract void loadNativeCode(int tryNumber) throws Exception; in loadNativeCode() method in DynamicCodeLoggerIntegrationTests.TestNativeCodeWithRetries
/aosp14/frameworks/base/core/java/android/app/
H A DNativeActivity.java91 private native long loadNativeCode(String path, String funcname, MessageQueue queue, in loadNativeCode() method in NativeActivity