Home | History | Annotate | Download | only in msm8916

Lines Matching refs:operator_name

582     char *operator_name;
584 operator_name = get_current_operator();
585 if (operator_name == NULL)
590 if (strcmp(operator_name, device_item->operator) == 0) {