Home
last modified time | relevance | path

Searched refs:cStrings (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_VintfObject.cpp64 std::vector<std::string>* cStrings) { in tryAddSchema() argument
68 cStrings->push_back(converter(*object)); in tryAddSchema()
85 std::vector<std::string> cStrings; in android_os_VintfObject_report() local
88 "device manifest", &cStrings); in android_os_VintfObject_report()
90 "framework manifest", &cStrings); in android_os_VintfObject_report()
92 "device compatibility matrix", &cStrings); in android_os_VintfObject_report()
94 "framework compatibility matrix", &cStrings); in android_os_VintfObject_report()
96 return toJavaStringArray(env, cStrings); in android_os_VintfObject_report()