Home | History | Annotate | Download | only in hal

Lines Matching defs:offline

1230         ALOGW("in->card_status or adev->card_status offline, try again");
1614 ALOGW("out->card_status or adev->card_status offline, try again");
2169 status == CARD_STATUS_OFFLINE ? "offline" : "online");
2635 status == CARD_STATUS_OFFLINE ? "offline" : "online");
2879 bool offline = (adev->card_status == CARD_STATUS_OFFLINE);
2882 // reject offload during card offline to allow
2884 if (offline) {