Searched refs:iExtensionInterface (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/streaming/medialayernode/include/ |
D | pvmf_medialayer_node.h | 356 if (!iExtensionInterface) in queryInterface() 369 iExtensionInterface = in queryInterface() 372 return (iExtensionInterface->queryInterface(uuid, iface)); in queryInterface() 498 PVMFMediaLayerNodeExtensionInterfaceImpl* iExtensionInterface; variable
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_node.cpp | 144 iExtensionInterface(NULL) in PVRTSPEngineNode() 210 if (iExtensionInterface) in ~PVRTSPEngineNode() 212 iExtensionInterface->removeRef(); in ~PVRTSPEngineNode() 368 …K_TRACE, (0, "PVRTSPEngineNode::QueryInterface() In iExtensionInterface %x", iExtensionInterface)); in queryInterface() 372 if (!iExtensionInterface) in queryInterface() 374 iExtensionInterface = OSCL_NEW(PVRTSPEngineNodeExtensionInterfaceImpl, (this)); in queryInterface() 375 …TACK_TRACE, (0, "PVRTSPEngineNode::QueryInterface() iExtensionInterface %x", iExtensionInterface)); in queryInterface() 377 if (iExtensionInterface) in queryInterface() 379 …RTSPEngineNode::QueryInterface() Interface existing iExtensionInterface %x", iExtensionInterface)); in queryInterface() 380 return (iExtensionInterface->queryInterface(uuid, iface)); in queryInterface() [all …]
|
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_node.cpp | 284 iExtensionInterface = NULL; in PVMFSocketNode() 349 if (iExtensionInterface) in ~PVMFSocketNode() 351 iExtensionInterface->removeRef(); in ~PVMFSocketNode() 3321 if (!iExtensionInterface) in queryInterface() 3323 iExtensionInterface = OSCL_NEW(PVMFSocketNodeExtensionInterfaceImpl, (this)); in queryInterface() 3325 if (iExtensionInterface) in queryInterface() 3327 return (iExtensionInterface->queryInterface(uuid, iface)); in queryInterface() 3352 if (!iExtensionInterface) in DoQueryInterface() 3354 iExtensionInterface = OSCL_NEW(PVMFSocketNodeExtensionInterfaceImpl, (this)); in DoQueryInterface() 3356 if (iExtensionInterface) in DoQueryInterface() [all …]
|
/external/opencore/nodes/streaming/medialayernode/src/ |
D | pvmf_medialayer_node.cpp | 73 iExtensionInterface = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT() 87 iExtensionInterface = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT() 145 if (iExtensionInterface) in ~PVMFMediaLayerNode() 147 iExtensionInterface->removeRef(); in ~PVMFMediaLayerNode() 835 if (!iExtensionInterface) in DoQueryInterface() 848 iExtensionInterface = in DoQueryInterface() 852 if (iExtensionInterface->queryInterface(*uuid, *ptr)) in DoQueryInterface()
|
/external/opencore/protocols/rtsp_client_engine/inc/ |
D | pvrtsp_client_engine_node.h | 989 PVRTSPEngineNodeExtensionInterface* iExtensionInterface; variable
|
/external/opencore/nodes/pvsocketnode/include/ |
D | pvmf_socket_node.h | 1013 PVMFSocketNodeExtensionInterface* iExtensionInterface; variable
|