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

  /external/sonivox/arm-wt-22k/lib_src/
dls.h 159 ULONG cConnections; /* count of connections in the list */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dls1.h 141 ULONG cConnections;
ocidl.h 260 virtual HRESULT WINAPI Next(ULONG cConnections,LPCONNECTDATA rgcd,ULONG *pcFetched) = 0;
261 virtual HRESULT WINAPI Skip(ULONG cConnections) = 0;
271 HRESULT (WINAPI *Next)(IEnumConnections *This,ULONG cConnections,LPCONNECTDATA rgcd,ULONG *pcFetched);
272 HRESULT (WINAPI *Skip)(IEnumConnections *This,ULONG cConnections);
284 #define IEnumConnections_Next(This,cConnections,rgcd,pcFetched) (This)->lpVtbl->Next(This,cConnections,rgcd,pcFetched)
285 #define IEnumConnections_Skip(This,cConnections) (This)->lpVtbl->Skip(This,cConnections)
290 HRESULT WINAPI IEnumConnections_RemoteNext_Proxy(IEnumConnections *This,ULONG cConnections,LPCONNECTDATA rgcd,ULONG *pcFetched);
292 HRESULT WINAPI IEnumConnections_Skip_Proxy(IEnumConnections *This,ULONG cConnections);
    [all...]
mmsystem.h 1030 DWORD cConnections;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 158 for (sourceId = 0; sourceId < destLine.cConnections; sourceId++)
207 (destLine.cConnections == 0) || // no source lines or
294 if ((destLine.cConnections == 0) || // no source lines or
319 for (DWORD sourceId = 0; sourceId < destLine.cConnections; sourceId++)
480 else if (destLine.cConnections == 1)
    [all...]

Completed in 282 milliseconds