Home | History | Annotate | Download | only in hal

Lines Matching full:card_status

1430     if (in->card_status == CARD_STATUS_OFFLINE ||
1431 adev->card_status == CARD_STATUS_OFFLINE) {
1432 ALOGW("in->card_status or adev->card_status offline, try again");
1841 if (out->card_status == CARD_STATUS_OFFLINE ||
1842 adev->card_status == CARD_STATUS_OFFLINE) {
1843 ALOGW("out->card_status or adev->card_status offline, try again");
2569 if (out->card_status != status)
2570 out->card_status = status;
3304 if (in->card_status != status)
3305 in->card_status = status;
3755 bool offline = (adev->card_status == CARD_STATUS_OFFLINE);
3958 out->card_status = adev->card_status;
4517 in->card_status = adev->card_status;
4757 if (adev->card_status != status) {
4758 adev->card_status = status;
4943 adev->card_status = CARD_STATUS_ONLINE;