Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h203 int SetBoolProperty(IPropertyStore* ptrPS,
207 int SetVtI4Property(IPropertyStore* ptrPS, REFPROPERTYKEY key, LONG value);
Daudio_device_core_win.cc3373 IPropertyStore* ptrPS = NULL; in SetDMOProperties() local
3375 reinterpret_cast<void**>(&ptrPS)); in SetDMOProperties()
3376 if (FAILED(hr) || ptrPS == NULL) { in SetDMOProperties()
3380 ps = ptrPS; in SetDMOProperties()
3381 SAFE_RELEASE(ptrPS); in SetDMOProperties()
3463 int AudioDeviceWindowsCore::SetBoolProperty(IPropertyStore* ptrPS, in SetBoolProperty() argument
3470 HRESULT hr = ptrPS->SetValue(key, pv); in SetBoolProperty()
3479 int AudioDeviceWindowsCore::SetVtI4Property(IPropertyStore* ptrPS, in SetVtI4Property() argument
3486 HRESULT hr = ptrPS->SetValue(key, pv); in SetVtI4Property()