Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/
Da2dp_codec_config.h38 int channel_mode() const { return channel_mode_; } in channel_mode()
49 int channel_mode_ = 0; variable
Da2dp_codec_config.cc33 channel_mode_(channel_mode), in A2dpCodecConfig()
/system/bt/service/common/android/bluetooth/
Dbluetooth_a2dp_codec_config.cc42 status = parcel->writeInt32(channel_mode_); in writeToParcel()
80 channel_mode_ = tmp; in readFromParcel()