Home
last modified time | relevance | path

Searched refs:JniInvocation (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/include/nativehelper/
DJniInvocation.h39 class JniInvocation final {
41 JniInvocation() { in JniInvocation() function
45 ~JniInvocation() { in ~JniInvocation()
66 JniInvocation(const JniInvocation&) = delete;
67 JniInvocation& operator=(const JniInvocation&) = delete;
/libnativehelper/tests/
DJniInvocation_test.cpp54 JniInvocation::GetLibrary(NULL, buffer, is_debuggable, get_library_system_property); in TEST()
62 JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, get_library_system_property); in TEST()
78 const char* result = JniInvocation::GetLibrary(NULL, buffer, is_debuggable, nullptr); in TEST()
86 result = JniInvocation::GetLibrary(kTestNonNull, buffer, is_debuggable, nullptr); in TEST()
/libnativehelper/
DAndroid.bp55 "JniInvocation.cpp",
85 // - This doesn't include JniInvocation.
DJniInvocation.cpp316 MODULE_API const char* JniInvocation::GetLibrary(const char* library, in GetLibrary()