Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/gen/cpp/
Daidl_android_hardware_bluetooth_audio_setting.cpp448 _xsdc_assert(hasOctetsPerCodecFrame()); in getOctetsPerCodecFrame()
452 bool CodecConfiguration::hasOctetsPerCodecFrame() const { in hasOctetsPerCodecFrame() function in aidl::android::hardware::bluetooth::audio::setting::CodecConfiguration
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/gen/cpp/include/
Daidl_android_hardware_bluetooth_audio_setting.h160 bool hasOctetsPerCodecFrame() const;
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/
H A DBluetoothLeAudioCodecsProvider.cpp576 codec_configuration.hasOctetsPerCodecFrame(); in IsValidCodecConfiguration()