Searched refs:mDisconnectMethod (Results 1 – 2 of 2) sorted by relevance
50 mDisconnectMethod = env->GetMethodID( in JMedia2HTTPConnection()54 CHECK(mDisconnectMethod != NULL); in JMedia2HTTPConnection()119 env->CallVoidMethod(mMedia2HTTPConnectionObj, mDisconnectMethod); in disconnect()
45 jmethodID mDisconnectMethod; member