Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
DJsonAssetLoader.cpp86 bool JsonAssetLoader::findKey(const String8& jsonObject, Asset *asset) { in findKey()
143 bool JsonAssetLoader::parseJsonObject(const String8& jsonObject, in parseJsonObject()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DJsonWebKey.cpp132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, in findKey()
183 bool JsonWebKey::parseJsonObject(const String8& jsonObject, in parseJsonObject()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DJsonWebKey.cpp136 bool JsonWebKey::findKey(const std::string& jsonObject, std::string* keyId, in findKey()
187 bool JsonWebKey::parseJsonObject(const std::string& jsonObject, in parseJsonObject()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java101 JSONObject jsonObject = new JSONObject(jsonString); in fromJsonString() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java208 JSONObject jsonObject = (overlayPackageJson == null) ? new JSONObject() in handleWallpaperColors() local