Public Member Functions | |
| void | init (JNIEnv *pJNIEnv) BURGER_NOEXCEPT |
Public Attributes | |
| JNIEnv * | m_pJNIEnv |
| jclass | m_pUuidClass |
| jmethodID | m_pNewGuidMethod |
| jmethodID | m_pMostSignificantBitsMethod |
| jmethodID | m_pLeastSignificantBitsMethod |
| void AndroidGuidCalls_t::init | ( | JNIEnv * | pJNIEnv | ) |
| JNIEnv* AndroidGuidCalls_t::m_pJNIEnv |
| jmethodID AndroidGuidCalls_t::m_pLeastSignificantBitsMethod |
| jmethodID AndroidGuidCalls_t::m_pMostSignificantBitsMethod |
| jmethodID AndroidGuidCalls_t::m_pNewGuidMethod |
| jclass AndroidGuidCalls_t::m_pUuidClass |