Lines Matching refs:VintfObject
17 #include "VintfObject.h"
58 const HalManifest *VintfObject::GetDeviceHalManifest(bool skipCache) {
65 const HalManifest *VintfObject::GetFrameworkHalManifest(bool skipCache) {
73 const CompatibilityMatrix *VintfObject::GetDeviceCompatibilityMatrix(bool skipCache) {
80 const CompatibilityMatrix *VintfObject::GetFrameworkCompatibilityMatrix(bool skipCache) {
87 const RuntimeInfo *VintfObject::GetRuntimeInfo(bool skipCache) {
211 std::bind(VintfObject::GetFrameworkHalManifest, true /* skipCache */))) != OK) {
216 std::bind(VintfObject::GetDeviceHalManifest, true /* skipCache */))) != OK) {
221 std::bind(VintfObject::GetFrameworkCompatibilityMatrix, true /* skipCache */))) !=
227 std::bind(VintfObject::GetDeviceCompatibilityMatrix, true /* skipCache */))) != OK) {
236 updated.runtimeInfo = VintfObject::GetRuntimeInfo(true /* skipCache */);
294 int32_t VintfObject::CheckCompatibility(const std::vector<std::string>& xmls, std::string* error,