Home
last modified time | relevance | path

Searched refs:data_flow (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Dcore_audio_utility_win_unittest.cc319 EDataFlow data_flow[] = {eRender, eCapture}; in TEST_F() local
324 for (size_t i = 0; i < arraysize(data_flow); ++i) { in TEST_F()
326 AudioDeviceName::kDefaultDeviceId, data_flow[i], eConsole)); in TEST_F()
338 EDataFlow data_flow[] = {eRender, eCapture}; in TEST_F() local
343 for (size_t i = 0; i < arraysize(data_flow); ++i) { in TEST_F()
345 AudioDeviceName::kDefaultDeviceId, data_flow[i], eConsole)); in TEST_F()
364 EDataFlow data_flow[] = {eRender, eCapture}; in TEST_F() local
370 for (size_t i = 0; i < arraysize(data_flow); ++i) { in TEST_F()
373 AudioDeviceName::kDefaultDeviceId, data_flow[i], eConsole)); in TEST_F()
394 EDataFlow data_flow[] = {eRender, eCapture}; in TEST_F() local
[all …]
H A Dcore_audio_utility_win.cc285 EDataFlow data_flow, in CreateDeviceInternal() argument
289 << device_id << ", flow=" << FlowToString(data_flow) in CreateDeviceInternal()
308 data_flow, role, audio_endpoint_device.GetAddressOf()); in CreateDeviceInternal()
455 ComPtr<IMMDeviceCollection> CreateCollectionInternal(EDataFlow data_flow) { in CreateCollectionInternal() argument
467 data_flow, DEVICE_STATE_ACTIVE, collection.GetAddressOf()); in CreateCollectionInternal()
475 bool GetDeviceNamesInternal(EDataFlow data_flow, in GetDeviceNamesInternal() argument
478 << FlowToString(data_flow); in GetDeviceNamesInternal()
482 ComPtr<IMMDeviceCollection> collection = CreateCollectionInternal(data_flow); in GetDeviceNamesInternal()
556 data_flow, role[i]); in GetDeviceNamesInternal()
683 int NumberOfActiveDevices(EDataFlow data_flow) { in NumberOfActiveDevices() argument
[all …]
H A Dcore_audio_utility_win.h310 int NumberOfActiveDevices(EDataFlow data_flow);
334 EDataFlow data_flow,
346 EDataFlow data_flow,
383 EDataFlow data_flow,
386 EDataFlow data_flow,
389 EDataFlow data_flow,
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Ddevice_notification.rs43 data_flow: EDataFlow, field
50 data_flow: EDataFlow, in create_com_ptr()
56 data_flow, in create_com_ptr()
215 if flow == win.data_flow { in on_default_device_changed()
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A DBUILD478 "//tensorflow/core/kernels:data_flow",
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A DBUILD382 "//tensorflow/core/kernels:data_flow",
/aosp_15_r20/external/tensorflow/tensorflow/core/
H A DBUILD649 "//tensorflow/core/kernels:data_flow",
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A DBUILD2551 name = "data_flow",
2848 ":data_flow",
/aosp_15_r20/external/pytorch/
H A Dbuild_variables.bzl101 "torch/csrc/profiler/data_flow.cpp",