HomeSort by relevance Sort by last modified time
    Searched refs:OnPropertyValueChanged (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/audio/win/
audio_device_listener_win.h 42 STDMETHOD(OnPropertyValueChanged)(LPCWSTR device_id, const PROPERTYKEY key);
audio_device_listener_win.cc 108 STDMETHODIMP AudioDeviceListenerWin::OnPropertyValueChanged(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h 151 virtual HRESULT STDMETHODCALLTYPE OnPropertyValueChanged(
195 HRESULT (STDMETHODCALLTYPE *OnPropertyValueChanged)(
217 #define IMMNotificationClient_OnPropertyValueChanged(This,pwstrDeviceId,key) (This)->lpVtbl->OnPropertyValueChanged(This,pwstrDeviceId,key)
243 return This->lpVtbl->OnPropertyValueChanged(This,pwstrDeviceId,key);
    [all...]

Completed in 217 milliseconds