Home | History | Annotate | Download | only in src

Lines Matching refs:iFace

414         PVInterface*& iface)
416 iface = NULL;
421 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
428 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
435 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
1023 PVMFCPMPluginInterface& iface = container->PlugIn();
1025 plugInParams.iPlugInInterface = &iface;
2083 PVInterface* iFace = NULL;
2084 if (queryInterface(*uuid, iFace))
2087 *ptr = OSCL_STATIC_CAST(PVInterface*, iFace);