OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmSetThreadJNIEnv
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/
Thread.h
557
INLINE void
dvmSetThreadJNIEnv
(Thread* self, JNIEnv* env) { self->jniEnv = env;}
Thread.cpp
666
dvmSetThreadJNIEnv
(self, (JNIEnv*) pEnv);
[
all
...]
Completed in 141 milliseconds