Home
last modified time | relevance | path

Searched refs:IObjectToObjectID (Results 1 – 9 of 9) sorted by relevance

/frameworks/wilhelm/src/itf/
DIMuteSolo.cpp28 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_SetChannelMute()
67 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_GetChannelMute()
100 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_SetChannelSolo()
139 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_GetChannelSolo()
175 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_GetNumChannels()
DIAndroidConfiguration.cpp42 switch (IObjectToObjectID((thiz)->mThis)) { in IAndroidConfiguration_SetConfiguration()
83 switch (IObjectToObjectID((thiz)->mThis)) { in IAndroidConfiguration_GetConfiguration()
280 int objID = IObjectToObjectID(InterfaceToIObject(iConfig)); in IAndroidConfiguration_AcquireJavaProxy()
327 int objID = IObjectToObjectID(InterfaceToIObject(iConfig)); in IAndroidConfiguration_ReleaseJavaProxy()
DIAndroidEffect.cpp29 if (SL_OBJECTID_AUDIOPLAYER == IObjectToObjectID(thiz->mThis)) { in IAndroidEffect_CreateEffect()
36 } else if (SL_OBJECTID_OUTPUTMIX == IObjectToObjectID(thiz->mThis)) { in IAndroidEffect_CreateEffect()
DISeek.cpp65 switch (IObjectToObjectID((thiz)->mThis)) { in ISeek_SetLoop()
DIPlay.cpp208 switch (IObjectToObjectID((thiz)->mThis)) { in IPlay_GetPosition()
/frameworks/wilhelm/src/
Dsync.cpp74 switch (IObjectToObjectID(instance)) { in sync_start()
Dsles_allinclusive.h304 extern SLuint32 IObjectToObjectID(IObject *object);
312 #define InterfaceToObjectID(thiz) IObjectToObjectID((thiz)->mThis)
Dsles.cpp54 SLuint32 IObjectToObjectID(IObject *thiz) in IObjectToObjectID() function
82 SLuint32 actualObjectID = IObjectToObjectID(object); in AcquireStrongRef()
Dlocks.cpp178 SLuint32 objectID = IObjectToObjectID(thiz); in object_unlock_exclusive_attributes_()