Home | History | Annotate | Download | only in audio

Lines Matching refs:glue

42 static int glue (dsound_unlock_, TYPE) (
52 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2);
61 static int glue (dsound_lock_, TYPE) (
85 hr = glue (IFACE, _Lock) (
99 if (glue (dsound_restore_, TYPE) (buf)) {
121 glue (dsound_unlock_, TYPE) (buf, p1, p2, blen1, blen2);
163 hr = glue (IFACE, _Stop) (ds->FIELD);
168 hr = glue (IFACE, _Release) (ds->FIELD);
236 hr = glue (IFACE, _GetFormat) (ds->FIELD, &wfx, sizeof (wfx), NULL);
250 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc);
283 glue (dsound_fini_, TYPE) (hw);