OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JniInvocation
(Results
1 - 2
of
2
) sorted by null
/libnativehelper/include/nativehelper/
JniInvocation.h
22
//
JniInvocation
adds a layer of indirection for applications using
29
class
JniInvocation
{
31
JniInvocation
();
33
~
JniInvocation
();
51
static
JniInvocation
& GetJniInvocation();
57
static
JniInvocation
* jni_invocation_;
/libnativehelper/
JniInvocation.cpp
17
#include "
JniInvocation
.h"
25
#define LOG_TAG "
JniInvocation
"
32
JniInvocation
*
JniInvocation
::jni_invocation_ = NULL;
34
JniInvocation
::
JniInvocation
() :
40
LOG_ALWAYS_FATAL_IF(jni_invocation_ != NULL, "
JniInvocation
instance already initialized");
44
JniInvocation
::~
JniInvocation
() {
59
const char*
JniInvocation
::GetLibrary(const char* library, char* buffer)
[
all
...]
Completed in 85 milliseconds