Home | History | Annotate | Download | only in libmedia

Lines Matching refs:lStatus

116         status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply);
117 if (lStatus != NO_ERROR) {
118 ALOGE("createTrack error: %s", strerror(-lStatus));
124 lStatus = reply.readInt32();
128 *status = lStatus;
159 status_t lStatus = remote()->transact(OPEN_RECORD, data, &reply);
160 if (lStatus != NO_ERROR) {
161 ALOGE("openRecord error: %s", strerror(-lStatus));
167 lStatus = reply.readInt32();
171 *status = lStatus;
642 status_t lStatus = remote()->transact(CREATE_EFFECT, data, &reply);
643 if (lStatus != NO_ERROR) {
644 ALOGE("createEffect error: %s", strerror(-lStatus));
646 lStatus = reply.readInt32();
659 *status = lStatus;