Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp184 char get_sub_property[PROPERTY_VALUE_MAX]; in GetHidlHalDriver() local
186 if (property_get("vts.hidl.get_stub", get_sub_property, "") > 0) { in GetHidlHalDriver()
187 if (!strcmp(get_sub_property, "true") || in GetHidlHalDriver()
188 !strcmp(get_sub_property, "True") || !strcmp(get_sub_property, "1")) { in GetHidlHalDriver()