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

  /system/media/wilhelm/src/ut/
OpenSLESUT.c 32 const SLInterfaceID *iid; ///< The interface ID member in struct:__anon26213
103 void slesutPrintIID(SLInterfaceID iid)
108 if (!memcmp(*p->iid, iid, sizeof(struct SLInterfaceID_))) {
115 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq,
116 iid->node[0], iid->node[1], iid->node[2], iid->node[3], iid->node[4], iid->node[5])
    [all...]
  /external/chromium/base/win/
scoped_comptr.h 20 template <class Interface, const IID* interface_id = &__uuidof(Interface)>
27 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0;
95 // so the iid parameter is implicit here. The only thing this
100 // QI for times when the IID is not associated with the type.
101 HRESULT QueryInterface(const IID& iid, void** obj) {
104 return ptr_->QueryInterface(iid, obj);
161 static const IID& iid() { function in class:base::win::ScopedComPtr
  /external/clang/test/CodeGenCXX/
2007-01-06-PtrMethodInit.cpp 43 static const nsIID iid = { local
63 const nsIID *iid; member in struct:EventTypeData
  /system/media/wilhelm/src/itf/
IDynamicInterfaceManagement.c 98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID local
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
106 const SLInterfaceID iid, SLboolean async)
111 if (NULL == iid) {
118 if ((0 > (MPH = IID_to_MPH(iid))) ||
201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid)
207 if (NULL == iid) {
214 if ((0 > (MPH = IID_to_MPH(iid))) ||
347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original II local
    [all...]
IObject.c 325 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface)
333 if (NULL == iid) {
339 if ((0 > (MPH = IID_to_MPH(iid))) ||
703 SLInterfaceID iid = pInterfaceIDs[i]; local
704 if (NULL == iid) {
710 if ((0 <= (MPH = IID_to_MPH(iid))) &&
  /system/media/wilhelm/src/
sles.c 188 SLInterfaceID iid = pInterfaceIds[i]; local
189 if (NULL == iid) {
194 if ((0 > (MPH = IID_to_MPH(iid))) ||
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 675 ImageInfo iid; /* auxiliary .dSYM file */ local
692 VG_(memset)(&iid, 0, sizeof(iid));
    [all...]

Completed in 670 milliseconds