Searched refs:ifptr (Results 1 – 4 of 4) sorted by relevance
275 PVInterface* ifptr = NULL; in QueryInterface() local276 if (queryInterface(aUuid, ifptr) == false) in QueryInterface()746 PVInterface** ifptr; in DoQueryInterface() local747 aCmd.Parse(uuid, ifptr); in DoQueryInterface()748 if (ifptr == NULL) in DoQueryInterface()755 if (queryInterface(*uuid, *ifptr) == false) in DoQueryInterface()761 (*ifptr)->addRef(); in DoQueryInterface()
1556 PVInterface** ifptr = (PVInterface**)(aCmd.GetParam1()); in DoQueryInterface() local1558 if (NULL == ifptr) in DoQueryInterface()1565 if (false == queryInterface(uuid, *ifptr)) in DoQueryInterface()1571 (*ifptr)->addRef(); in DoQueryInterface()
1587 PVInterface** ifptr = (PVInterface**)(aCmd.GetParam(0).pOsclAny_value); in DoQueryInterface() local1594 if (ifptr == NULL) in DoQueryInterface()1600 if (queryInterface(iPlayerQueryIFUUID, *ifptr, cmdid, context) == false) in DoQueryInterface()
4258 PVInterface** ifptr = (PVInterface**)(aCmd.GetParam(0).pOsclAny_value); in DoQueryInterface() local4260 if (ifptr == NULL) in DoQueryInterface()4267 if (queryInterface(uuid, *ifptr) == false) in DoQueryInterface()4273 (*ifptr)->addRef(); in DoQueryInterface()