Searched refs:sGlobalSettings (Results 1 – 1 of 1) sorted by relevance
67 if (sGlobalSettings == null) { in getGlobalSettings()68 sGlobalSettings = native_getGlobalSettings(); in getGlobalSettings()71 return sGlobalSettings; in getGlobalSettings()77 private static Map<String, Object> sGlobalSettings; field in MediaCodecList