Searched refs:data_flow (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_device/win/ |
H A D | core_audio_utility_win_unittest.cc | 319 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 D | core_audio_utility_win.cc | 285 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 D | core_audio_utility_win.h | 310 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 D | device_notification.rs | 43 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 D | BUILD | 478 "//tensorflow/core/kernels:data_flow",
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | BUILD | 382 "//tensorflow/core/kernels:data_flow",
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ |
H A D | BUILD | 649 "//tensorflow/core/kernels:data_flow",
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | BUILD | 2551 name = "data_flow", 2848 ":data_flow",
|
/aosp_15_r20/external/pytorch/ |
H A D | build_variables.bzl | 101 "torch/csrc/profiler/data_flow.cpp",
|