Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_fuchsia_extras.h118 …SIA* pImportInfo, const VkAllocationCallbacks* pAllocator, VkBufferCollectionFUCHSIA* pCollection);
129 VkBufferCollectionFUCHSIA* pCollection);
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3507 IMMDeviceCollection* pCollection = NULL; in _RefreshDeviceList() local
3514 &pCollection); in _RefreshDeviceList()
3517 SAFE_RELEASE(pCollection); in _RefreshDeviceList()
3523 _ptrRenderCollection = pCollection; in _RefreshDeviceList()
3526 _ptrCaptureCollection = pCollection; in _RefreshDeviceList()
3911 IMMDeviceCollection* pCollection = NULL; in _GetListDevice() local
3916 &pCollection); in _GetListDevice()
3919 SAFE_RELEASE(pCollection); in _GetListDevice()
3923 hr = pCollection->Item(index, ppDevice); in _GetListDevice()
3926 SAFE_RELEASE(pCollection); in _GetListDevice()
[all …]