Searched refs:mGetSizeMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp49 jmethodID mGetSizeMethod; member in class:android::JavaDataSourceBridge
62 mGetSizeMethod = env->GetMethodID(datasourceclass, "getSize", "()J");
63 CHECK(mGetSizeMethod != NULL);
103 int64_t len = env->CallLongMethod(mDataSource, mGetSizeMethod);

Completed in 340 milliseconds