Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h247 int SetBoolProperty(IPropertyStore* ptrPS,
251 int SetVtI4Property(IPropertyStore* ptrPS,
Daudio_device_core_win.cc4210 IPropertyStore* ptrPS = NULL; in SetDMOProperties() local
4212 reinterpret_cast<void**>(&ptrPS)); in SetDMOProperties()
4213 if (FAILED(hr) || ptrPS == NULL) in SetDMOProperties()
4218 ps = ptrPS; in SetDMOProperties()
4219 SAFE_RELEASE(ptrPS); in SetDMOProperties()
4324 int AudioDeviceWindowsCore::SetBoolProperty(IPropertyStore* ptrPS, in SetBoolProperty() argument
4332 HRESULT hr = ptrPS->SetValue(key, pv); in SetBoolProperty()
4342 int AudioDeviceWindowsCore::SetVtI4Property(IPropertyStore* ptrPS, in SetVtI4Property() argument
4350 HRESULT hr = ptrPS->SetValue(key, pv); in SetVtI4Property()