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

  /system/media/opensles/tools/hashgen/
part6.c 2 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid)
3 return iid - &SL_IID_array[0];
4 if (NULL != iid) {
part1.c 28 int IID_to_MPH(const SLInterfaceID iid)
part8.c 6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /system/media/opensles/libopensles/
IID_to_MPH.c 28 int IID_to_MPH(const SLInterfaceID iid)
178 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid)
179 return iid - &SL_IID_array[0];
180 if (NULL != iid) {
181 unsigned key = asso_values[((unsigned char *)iid)[3]] +
182 asso_values[((unsigned char *)iid)[0]];
188 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
OpenSLESUT.h 23 extern void slesutPrintIID(SLInterfaceID iid);
OpenSLESUT.c 32 const SLInterfaceID *iid; ///< The interface ID member in struct:__anon16043
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...]
IDynamicInterfaceManagement.c 98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID local
99 (*callback)(&this->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))) ||
202 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid)
208 if (NULL == iid) {
215 if ((0 > (MPH = IID_to_MPH(iid))) ||
348 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original II local
    [all...]
IObject.c 311 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface)
319 if (NULL == iid) {
325 if ((0 > (MPH = IID_to_MPH(iid))) ||
680 SLInterfaceID iid = pInterfaceIDs[i]; local
681 if (NULL == iid) {
687 if ((0 <= (MPH = IID_to_MPH(iid))) &&
sles.c 180 SLInterfaceID iid = pInterfaceIds[i]; local
181 if (NULL == iid) {
185 if ((0 > (MPH = IID_to_MPH(iid))) ||
    [all...]
sles_allinclusive.h     [all...]
  /external/chromium/base/
base_drag_source.cc 42 HRESULT BaseDragSource::QueryInterface(const IID& iid, void** object) {
44 if (IsEqualIID(iid, IID_IUnknown) || IsEqualIID(iid, IID_IDropSource)) {
base_drag_source.h 40 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
scoped_comptr_win.h 18 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0;
26 template <class Interface, const IID* interface_id = &__uuidof(Interface)>
87 // so the iid parameter is implicit here. The only thing this
92 // QI for times when the IID is not associated with the type.
93 HRESULT QueryInterface(const IID& iid, void** obj) {
96 return ptr_->QueryInterface(iid, obj);
153 static const IID& iid() { function in class:ScopedComPtr
base_drop_target.cc 125 HRESULT BaseDropTarget::QueryInterface(const IID& iid, void** object) {
127 if (IsEqualIID(iid, IID_IUnknown) || IsEqualIID(iid, IID_IDropTarget)) {
base_drop_target.h 52 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
scoped_comptr_win_unittest.cc 23 extern const IID dummy_iid;
24 const IID dummy_iid = { 0x12345678u, 0x1234u, 0x5678u, 01, 23, 45, 67, 89,
30 EXPECT_TRUE(memcmp(&ScopedComPtr<IUnknown>::iid(), &IID_IUnknown,
31 sizeof(IID)) == 0);
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 416 const SLInterfaceID iid,
    [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h 416 const SLInterfaceID iid,
    [all...]

Completed in 1111 milliseconds