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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioengineendpoint.h 143 STDMETHOD_(HRESULT,SetEventHandle)(THIS_ HANDLE eventHandle) PURE;
155 #define IAudioEndpoint_SetEventHandle(This,eventHandle) (This)->lpVtbl->SetEventHandle(This,eventHandle)
audioclient.h 195 virtual HRESULT STDMETHODCALLTYPE SetEventHandle(
268 HRESULT (STDMETHODCALLTYPE *SetEventHandle)(
300 #define IAudioClient_SetEventHandle(This,eventHandle) (This)->lpVtbl->SetEventHandle(This,eventHandle)
345 return This->lpVtbl->SetEventHandle(This,eventHandle);
    [all...]
objidl.h     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]

Completed in 87 milliseconds