Searched refs:str_mst (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.cpp | 2707 const char *str_mst = GetTokenValue(uevent_data, length, "MST_HOTPLUG="); in UEventHandler() local 2708 if (!str_status && !str_mst) { in UEventHandler() 2715 str_status ? str_status : "NULL", str_mst ? str_mst : "NULL", hpd_bpp_, hpd_pattern_); in UEventHandler()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session.cpp | 2492 const char *str_mst = GetTokenValue(uevent_data, length, "MST_HOTPLUG="); in UEventHandler() local 2493 if (!str_status && !str_mst) { in UEventHandler() 2500 str_status ? str_status : "NULL", str_mst ? str_mst : "NULL", hpd_bpp_, hpd_pattern_); in UEventHandler()
|