HomeSort by relevance Sort by last modified time
    Searched refs:getEffectiveMtu (Results 1 - 15 of 15) sorted by null

  /system/bt/stack/include/
a2dp_aac.h 52 int getEffectiveMtu() const override;
70 int getEffectiveMtu() const override;
a2dp_sbc.h 52 int getEffectiveMtu() const override;
70 int getEffectiveMtu() const override;
a2dp_vendor_aptx.h 35 int getEffectiveMtu() const override;
a2dp_vendor_aptx_hd.h 35 int getEffectiveMtu() const override;
a2dp_vendor_ldac.h 35 int getEffectiveMtu() const override;
a2dp_codec_api.h 131 virtual int getEffectiveMtu() const = 0;
    [all...]
  /system/bt/btif/src/
btif_a2dp_audio_interface.cc 166 int effectiveMtu = a2dpCodecConfig->getEffectiveMtu();
  /system/bt/stack/a2dp/
a2dp_vendor_aptx_encoder.cc 487 int A2dpCodecConfigAptx::getEffectiveMtu() const {
a2dp_vendor_aptx_hd_encoder.cc 484 int A2dpCodecConfigAptxHd::getEffectiveMtu() const {
a2dp_aac_encoder.cc 701 int A2dpCodecConfigAacSource::getEffectiveMtu() const {
a2dp_vendor_ldac_encoder.cc 766 int A2dpCodecConfigLdac::getEffectiveMtu() const {
a2dp_aac.cc     [all...]
a2dp_sbc_encoder.cc     [all...]
a2dp_codec_config.cc 502 dprintf(fd, " Effective MTU: %d\n", getEffectiveMtu());
    [all...]
a2dp_sbc.cc     [all...]

Completed in 289 milliseconds