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

  /external/chromium_org/media/audio/win/
core_audio_util_win.h 49 // Set |data_flow| to eAll to retrieve the total number of active audio
51 static int NumberOfActiveDevices(EDataFlow data_flow);
60 EDataFlow data_flow, ERole role);
88 // flow direction and role is define by |data_flow| and |role|.
93 static ScopedComPtr<IAudioClient> CreateDefaultClient(EDataFlow data_flow,
109 // and role is define by |data_flow| and |role|.
110 static HRESULT GetDefaultSharedModeMixFormat(EDataFlow data_flow,
121 // default IMMDevice where flow direction and role is define by |data_flow|
125 static bool IsChannelLayoutSupported(EDataFlow data_flow, ERole role,
140 // given direction and role is define by |data_flow| and |role|, or th
    [all...]
core_audio_util_win.cc 193 int CoreAudioUtil::NumberOfActiveDevices(EDataFlow data_flow) {
205 HRESULT hr = device_enumerator->EnumAudioEndpoints(data_flow,
216 DVLOG(2) << ((data_flow == eCapture) ? "[in ] " : "[out] ")
230 ScopedComPtr<IMMDevice> CoreAudioUtil::CreateDefaultDevice(EDataFlow data_flow,
244 data_flow, role, endpoint_device.Receive());
363 EDataFlow data_flow; local
364 hr = endpoint->GetDataFlow(&data_flow);
369 return data_flow;
388 EDataFlow data_flow, ERole role) {
390 ScopedComPtr<IMMDevice> default_device(CreateDefaultDevice(data_flow, role))
    [all...]
audio_unified_win.cc 64 static ChannelConfig GetChannelConfig(EDataFlow data_flow) {
67 data_flow, eConsole, &format)) ?
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
interaction_based.hpp 118 virtual void data_flow( const_string /*d*/ ) {} function in class:boost::itest::manager
126 data_flow( (ws << t).str() );

Completed in 199 milliseconds