HomeSort by relevance Sort by last modified time
    Searched full:info_item (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/hal/msm8916/
platform.c 593 struct operator_info *info_item; local
600 info_item = node_to_item(node, struct operator_info, list);
601 if (strstr(info_item->mccmnc, mccmnc) != NULL) {
602 ret = info_item->name;
1204 struct operator_info *info_item; local
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 710 struct operator_info *info_item; local
717 info_item = node_to_item(node, struct operator_info, list);
718 if (strstr(info_item->mccmnc, mccmnc) != NULL) {
719 ret = info_item->name;
1829 struct operator_info *info_item; local
    [all...]

Completed in 66 milliseconds