Home
last modified time | relevance | path

Searched refs:iExtensionInterface (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_medialayer_node.h356 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/
Dpvrtsp_client_engine_node.cpp144 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/
Dpvmf_socket_node.cpp284 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/
Dpvmf_medialayer_node.cpp73 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/
Dpvrtsp_client_engine_node.h989 PVRTSPEngineNodeExtensionInterface* iExtensionInterface; variable
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h1013 PVMFSocketNodeExtensionInterface* iExtensionInterface; variable