Home
last modified time | relevance | path

Searched refs:PVDlCfgFileAllocator (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.h353 typedef OsclMemAllocator PVDlCfgFileAllocator; typedef
355 OSCL_wHeapString<PVDlCfgFileAllocator> iConfigFileName;
356 OSCL_wHeapString<PVDlCfgFileAllocator> iDownloadFileName;
358 OSCL_HeapString<PVDlCfgFileAllocator> iUrl;
360 OSCL_HeapString<PVDlCfgFileAllocator> iProxyName;
380 OSCL_HeapString<PVDlCfgFileAllocator> iPlayerVersion;
381 OSCL_HeapString<PVDlCfgFileAllocator> iUserAgent;
382 OSCL_HeapString<PVDlCfgFileAllocator> iUserNetwork;
383 OSCL_HeapString<PVDlCfgFileAllocator> iDeviceInfo;
384 OSCL_HeapString<PVDlCfgFileAllocator> iUserId;
[all …]
Dpvdl_config_file.cpp416 PVDlCfgFileAllocator alloc; in LoadConfig()