Home | History | Annotate | Download | only in msm8916

Lines Matching full:operator_name

614     char *operator_name;
616 operator_name = get_current_operator();
617 if (operator_name == NULL)
622 if (strcmp(operator_name, device_item->operator) == 0) {