Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:mCsdHandle

870     if (mParent->mCsdHandle != NULL) {
871 csd_start_record = (int (*)(int))::dlsym(mParent->mCsdHandle,"csd_client_start_record");
884 if (mParent->mCsdHandle != NULL) {
885 csd_stop_record = (int (*)())::dlsym(mParent->mCsdHandle,"csd_client_stop_record");