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