Home | History | Annotate | Download | only in libalsa-intf

Lines Matching defs:rc

2123     int fd, index = 0, ret = 0, rc = 0;
2282 int fd, verb_count, index = 0, ret = 0, rc;
2428 rc = pthread_create(&(*uc_mgr)->thr, 0, second_stage_parsing_thread,
2430 if(rc < 0) {
2431 ALOGE("Failed to create parsing thread rc %d errno %d\n", rc, errno);