Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/
H A DBluetoothLeAudioCodecsProvider.cpp120 transport.bitdepth.push_back(codec_config.getOctetsPerCodecFrame()); in GetLeAudioCodecInfo()
534 .octetsPerFrame = {codec_configuration.getOctetsPerCodecFrame()}}; in ComposeLc3Capability()
542 .octetsPerFrame = {codec_configuration.getOctetsPerCodecFrame()}}; in ComposeAptxAdaptiveLeCapability()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/gen/cpp/include/
Daidl_android_hardware_bluetooth_audio_setting.h159 const int& getOctetsPerCodecFrame() const;
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/schema/
H A Dcurrent.txt16 method public int getOctetsPerCodecFrame();
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities.docs/android_common/everything/le_audio_codec_capabilities/schema/
Dcurrent.txt16 method public int getOctetsPerCodecFrame();
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/gen/cpp/
Daidl_android_hardware_bluetooth_audio_setting.cpp447 const int& CodecConfiguration::getOctetsPerCodecFrame() const { in getOctetsPerCodecFrame() function in aidl::android::hardware::bluetooth::audio::setting::CodecConfiguration