Searched refs:str_status (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.cpp | 2706 const char *str_status = GetTokenValue(uevent_data, length, "status="); 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() 2742 if (str_status) { in UEventHandler() 2743 bool connected = (strncmp(str_status, "connected", strlen("connected")) == 0); in UEventHandler()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session.cpp | 2491 const char *str_status = GetTokenValue(uevent_data, length, "status="); 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() 2526 if (str_status) { in UEventHandler() 2527 bool connected = (strncmp(str_status, "connected", strlen("connected")) == 0); in UEventHandler()
|