Home | History | Annotate | Download | only in vintf

Lines Matching defs:error

36   string error;
39 *VintfObject::GetFrameworkCompatibilityMatrix(), &error))
40 << error;
43 *VintfObject::GetDeviceCompatibilityMatrix(), &error))
44 << error;
48 *VintfObject::GetFrameworkCompatibilityMatrix(), &error,
50 << error;
54 {}, &error, ::android::vintf::DISABLE_AVB_CHECK))
55 << error;
166 string error;
168 VintfObject::CheckDeprecation(list_instances, &error))
169 << error;