Home
last modified time | relevance | path

Searched refs:coupled (Results 1 – 25 of 59) sorted by relevance

123

/external/adhd/cras/src/server/
Dcras_alsa_ucm_section.c21 mixer_name_free(section->coupled); in ucm_section_free()
107 DL_APPEND(section->coupled, m_name); in ucm_section_add_coupled()
112 struct mixer_name *coupled) in ucm_section_concat_coupled() argument
114 if (!section || !coupled) in ucm_section_concat_coupled()
116 DL_CONCAT(section->coupled, coupled); in ucm_section_concat_coupled()
128 mixer_name_dump(section->coupled, " coupled"); in ucm_section_dump()
Dcras_alsa_ucm_section.h37 struct mixer_name *coupled; member
97 struct mixer_name *coupled);
Dcras_alsa_mixer.c902 if (section->coupled) { in cras_alsa_mixer_add_controls_in_section()
904 cmix, section->dir, section->name, section->coupled); in cras_alsa_mixer_add_controls_in_section()
1141 } else if (section->coupled) { in cras_alsa_mixer_get_control_for_section()
/external/libopus/tests/
Dtest_opus_projection.c294 int coupled; in test_encode_decode() local
308 mapping_family, &streams, &coupled, application, &error); in test_encode_decode()
319 OPUS_SET_BITRATE(bitrate * 1000 * (streams + coupled))); in test_encode_decode()
336 st_dec = opus_projection_decoder_create(Fs, channels, streams, coupled, in test_encode_decode()
343 "and %d coupled streams.\n", channels, streams, coupled); in test_encode_decode()
/external/conscrypt/apex/hiddenapi/
DOWNERS1 # soong-team@ as the hiddenapi files are tightly coupled with Soong
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc1210 EXPECT_EQ(reinterpret_cast<struct mixer_name*>(NULL), section->coupled); in TEST()
1238 DL_FOREACH (section->coupled, m_name) { in TEST()
1331 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST()
1332 m_name = section->coupled; in TEST()
1351 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST()
1352 m_name = section->coupled; in TEST()
1369 EXPECT_EQ(NULL, section->coupled); in TEST()
1381 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST()
1382 m_name = section->coupled; in TEST()
/external/arm-trusted-firmware/docs/perf/
Dtsp.rst7 The TSP is coupled with a companion runtime service in the BL31 firmware,
/external/llvm-project/lld/test/MachO/
Dplatform-version.s4 ### We test every platform keyword. Sometimes good keywords are coupled
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto58 // Test all the other primitive types. As the key and value are not coupled in
/external/tensorflow/tensorflow/tools/android/inference_interface/
DREADME.md94 coupled with TensorFlow. For typical usage, the library above will be
/external/selinux/python/sepolgen/
DHACKING68 deliberately only loosely coupled to the audit parsing to allow
/external/python/cryptography/docs/hazmat/primitives/mac/
Dcmac.rst14 calculating message authentication codes using a block cipher coupled with a
Dhmac.rst14 message authentication codes using a cryptographic hash function coupled with a
/external/rust/crates/bstr/
DREADME.md223 uniform API of coupled components instead of relying on users to piece together
224 loosely coupled components from the crate ecosystem. For example, if you wanted
/external/llvm-project/llvm/test/Analysis/DependenceAnalysis/
DNonCanonicalizedSubscript.ll45 ; Extends the previous example to coupled MIV subscripts.
/external/llvm/test/Analysis/DependenceAnalysis/
DNonCanonicalizedSubscript.ll51 ; Extends the previous example to coupled MIV subscripts.
/external/python/pyasn1/docs/source/
Dcontents.rst41 Looking at what ASN.1 has to offer, it has three loosely coupled parts:
/external/libopus/
DREADME10 Opus, when coupled with an appropriate container format, is also suitable
/external/curl/docs/
DCODE_REVIEW.md164 Tightly coupled with a code review is making sure that the commit message is
/external/llvm-project/llvm/docs/GlobalISel/
DPipeline.rst145 regressions. It can also be coupled with function attributes to disable
/external/grpc-grpc/doc/
Dserver-reflection.md181 One issue is that some grpc implementations are very loosely coupled with
/external/pigweed/pw_persistent_ram/
Ddocs.rst82 The boot sequence itself is tightly coupled to the number of persistent sections
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantOps.td270 Indicates that one point of the computation is coupled to another.
/external/flatbuffers/docs/source/
DFlatBuffers.md66 access data, often coupled with per-object memory allocation. The code
/external/tensorflow/tensorflow/stream_executor/cuda/
DBUILD196 # The activation library is tightly coupled to the executor library.

123