Searched refs:dvmAttachCurrentThread (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/
H A DThread.h431 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon);
H A DThread.c1002 * If we were called by dvmAttachCurrentThread, the self value is
1899 if (dvmAttachCurrentThread(&jniArgs, pArgs->isDaemon)) {
1944 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon) function
H A DJni.c3864 result = dvmAttachCurrentThread(&argsCopy, isDaemon);

Completed in 33 milliseconds