Searched refs:get_sub_property (Results 1 – 1 of 1) sorted by relevance
184 char get_sub_property[PROPERTY_VALUE_MAX]; in GetHidlHalDriver() local186 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()