Home | History | Annotate | Download | only in hal

Lines Matching defs:offline

1551         ALOGW("in->card_status or adev->card_status offline, try again");
2025 ALOGW("out->card_status or adev->card_status offline, try again");
2919 status == CARD_STATUS_OFFLINE ? "offline" : "online");
3714 status == CARD_STATUS_OFFLINE ? "offline" : "online");
4230 bool offline = (adev->card_status == CARD_STATUS_OFFLINE);
4233 // reject offload during card offline to allow
4235 if (offline) {