Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4373 IMMDeviceCollection *pCollection = NULL; in _RefreshDeviceList() local
4382 &pCollection); in _RefreshDeviceList()
4386 SAFE_RELEASE(pCollection); in _RefreshDeviceList()
4393 _ptrRenderCollection = pCollection; in _RefreshDeviceList()
4398 _ptrCaptureCollection = pCollection; in _RefreshDeviceList()
4824 IMMDeviceCollection *pCollection = NULL; in _GetListDevice() local
4829 &pCollection); in _GetListDevice()
4833 SAFE_RELEASE(pCollection); in _GetListDevice()
4837 hr = pCollection->Item( in _GetListDevice()
4843 SAFE_RELEASE(pCollection); in _GetListDevice()
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp782 GpFontCollection* pCollection = nullptr; in LoadMemFont() local
785 CallFunc(GdipNewPrivateFontCollection)(&pCollection); in LoadMemFont()
787 CallFunc(GdipPrivateAddMemoryFont)(pCollection, pData, size); in LoadMemFont()
789 return pCollection; in LoadMemFont()
791 CallFunc(GdipDeletePrivateFontCollection)(&pCollection); in LoadMemFont()
794 void CGdiplusExt::DeleteMemFont(LPVOID pCollection) { in DeleteMemFont() argument
797 CallFunc(GdipDeletePrivateFontCollection)((GpFontCollection**)&pCollection); in DeleteMemFont()