Home | History | Annotate | Download | only in jni

Lines Matching defs:getSupportedPlaybackFormats

122     virtual MtpObjectFormatList*    getSupportedPlaybackFormats();
285 MtpObjectFormatList* MyMtpDatabase::getSupportedPlaybackFormats() {
1156 method_getSupportedPlaybackFormats = env->GetMethodID(clazz, "getSupportedPlaybackFormats", "()[I");
1158 ALOGE("Can't find getSupportedPlaybackFormats");