HomeSort by relevance Sort by last modified time
    Searched full:openpropertystore (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryapi.h 59 STDMETHOD_(HRESULT,OpenPropertyStore)(THIS_ DWORD dwStgAccess,IPropertyStore **ppIPropertyStore) PURE;
72 #define IFunctionInstance_OpenPropertyStore(This,dwStgAccess,ppIPropertyStore) (This)->lpVtbl->OpenPropertyStore(This,dwStgAccess,ppIPropertyStore)
mmdeviceapi.h 314 virtual HRESULT STDMETHODCALLTYPE OpenPropertyStore(
352 HRESULT (STDMETHODCALLTYPE *OpenPropertyStore)(
379 #define IMMDevice_OpenPropertyStore(This,stgmAccess,ppProperties) (This)->lpVtbl->OpenPropertyStore(This,stgmAccess,ppProperties)
398 return This->lpVtbl->OpenPropertyStore(This,stgmAccess,ppProperties);
    [all...]
  /external/chromium_org/media/audio/win/
device_enumeration_win.cc 77 hr = audio_device->OpenPropertyStore(STGM_READ, properties.Receive());
core_audio_util_win.cc 323 HRESULT hr = device->OpenPropertyStore(STGM_READ, properties.Receive());
373 FAILED(device_node->OpenPropertyStore(STGM_READ, properties.Receive())) ||
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 240 HRESULT hr = device->OpenPropertyStore(STGM_READ, &props);
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 162 milliseconds