Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc117 btav_a2dp_codec_channel_mode_t btav_channel_mode_; member
121 .btav_channel_mode_ = BTAV_A2DP_CODEC_CHANNEL_MODE_NONE},
123 .btav_channel_mode_ = BTAV_A2DP_CODEC_CHANNEL_MODE_MONO},
125 .btav_channel_mode_ = BTAV_A2DP_CODEC_CHANNEL_MODE_STEREO}};
362 a2dp_codec_config.channel_mode = channel_mode_pair.btav_channel_mode_; in TEST_F()