Searched refs:m_javaGeolocationServiceObject (Results 1 – 2 of 2) sorted by relevance
76 , m_javaGeolocationServiceObject(0) in GeolocationServiceBridge()90 if (!m_javaGeolocationServiceObject) in start()92 return getJNIEnv()->CallBooleanMethod(m_javaGeolocationServiceObject, in start()98 if (!m_javaGeolocationServiceObject) in stop()100 getJNIEnv()->CallVoidMethod(m_javaGeolocationServiceObject, in stop()106 if (!m_javaGeolocationServiceObject) in setEnableGps()108 getJNIEnv()->CallVoidMethod(m_javaGeolocationServiceObject, in setEnableGps()200 m_javaGeolocationServiceObject = getJNIEnv()->NewGlobalRef(object); in startJavaImplementation()201 ASSERT(m_javaGeolocationServiceObject); in startJavaImplementation()241 if (!m_javaGeolocationServiceObject) in stopJavaImplementation()[all …]
61 jobject m_javaGeolocationServiceObject; variable