Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc102 BitsPerSample hal_bits_per_sample_; member
106 {.hal_bits_per_sample_ = BitsPerSample::BITS_UNKNOWN,
108 {.hal_bits_per_sample_ = BitsPerSample::BITS_16,
110 {.hal_bits_per_sample_ = BitsPerSample::BITS_24,
112 {.hal_bits_per_sample_ = BitsPerSample::BITS_32,
366 bits_per_sample_pair.hal_bits_per_sample_); in TEST_F()
384 pcm_config.bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_; in TEST_F()
459 .bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_, in SbcCodecConfigurationsGenerator()
536 .bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_}; in AacCodecConfigurationsGenerator()
608 .bitsPerSample = bits_per_sample_pair.hal_bits_per_sample_}; in LdacCodecConfigurationsGenerator()
[all …]