HomeSort by relevance Sort by last modified time
    Searched defs:IFACE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/thunk/
thunk.h 15 #define IFACE(api_name, interface_name, InterfaceType) \
20 #define PROXIED_IFACE IFACE
21 #define UNPROXIED_IFACE IFACE
31 #undef IFACE
  /external/qemu/audio/
dsound_template.h 28 #define IFACE IDirectSoundCaptureBuffer
36 #define IFACE IDirectSoundBuffer
52 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2);
85 hr = glue (IFACE, _Lock) (
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);
290 #undef IFACE

Completed in 71 milliseconds