Searched refs:pProps (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 3790 IPropertyStore* pProps = NULL; in _GetDeviceName() local 3797 hr = pDevice->OpenPropertyStore(STGM_READ, &pProps); in _GetDeviceName() 3809 hr = pProps->GetValue(PKEY_Device_FriendlyName, &varName); in _GetDeviceName() 3840 SAFE_RELEASE(pProps); in _GetDeviceName() 3946 IPropertyStore* pProps = NULL; in _EnumerateEndpointDevicesAll() local 3997 hr = pEndpoint->OpenPropertyStore(STGM_READ, &pProps); in _EnumerateEndpointDevicesAll() 4008 hr = pProps->GetValue(PKEY_Device_FriendlyName, &varName); in _EnumerateEndpointDevicesAll() 4098 SAFE_RELEASE(pProps); in _EnumerateEndpointDevicesAll() 4112 SAFE_RELEASE(pProps); in _EnumerateEndpointDevicesAll()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 614 static bool IsLayerSupported(const VkLayerProperties* pProps, size_t propCount, const char* pLayerN… in IsLayerSupported() argument 616 const VkLayerProperties* propsEnd = pProps + propCount; in IsLayerSupported() 618 pProps, in IsLayerSupported()
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1547 static bool IsLayerSupported(const VkLayerProperties* pProps, size_t propCount, const char* pLayerN… in IsLayerSupported() argument 1549 const VkLayerProperties* propsEnd = pProps + propCount; in IsLayerSupported() 1551 pProps, in IsLayerSupported()
|