Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface_unittest.cc99 BitsPerSample hal_bits_per_sample_; member
103 {.hal_bits_per_sample_ = BitsPerSample::BITS_UNKNOWN,
105 {.hal_bits_per_sample_ = BitsPerSample::BITS_16,
107 {.hal_bits_per_sample_ = BitsPerSample::BITS_24,
109 {.hal_bits_per_sample_ = BitsPerSample::BITS_32,
361 bits_per_sample_pair.hal_bits_per_sample_); in TEST_F()
379 pcm_config.bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_; in TEST_F()
670 .bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_}; in AptxCodecConfigurationsGenerator()
793 pcm_config.bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_; in TEST_F()
820 pcm_config.bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_; in TEST_F()
[all …]