Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.h24 enum class AllocationMethod { SNR, LOUDNESS }; enum
26 AllocationMethod allocation_method;
DA2dpOffloadCodecSbc.cpp199 static SbcParameters::AllocationMethod GetAllocationMethodEnum( in GetAllocationMethodEnum()
203 return SbcParameters::AllocationMethod::SNR; in GetAllocationMethodEnum()
206 return SbcParameters::AllocationMethod::LOUDNESS; in GetAllocationMethodEnum()