Searched refs:mMakeHTTPConnectionMethod (Results 1 – 2 of 2) sorted by relevance
39 mMakeHTTPConnectionMethod = env->GetMethodID( in JMedia2HTTPService()43 CHECK(mMakeHTTPConnectionMethod != NULL); in JMedia2HTTPService()54 env->CallObjectMethod(mMedia2HTTPServiceObj, mMakeHTTPConnectionMethod); in makeHTTPConnection()
40 jmethodID mMakeHTTPConnectionMethod; member