Searched refs:mMakeHTTPConnectionMethod (Results 1 – 2 of 2) sorted by relevance
41 mMakeHTTPConnectionMethod = env->GetMethodID( in JMedia2HTTPService()45 CHECK(mMakeHTTPConnectionMethod != NULL); in JMedia2HTTPService()56 env->CallObjectMethod(mMedia2HTTPServiceObj, mMakeHTTPConnectionMethod); in makeHTTPConnection()
38 jmethodID mMakeHTTPConnectionMethod; member