Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.cpp200 int allocation_method) { in GetAllocationMethodEnum() argument
201 switch (allocation_method) { in GetAllocationMethodEnum()
355 int allocation_method = config.find_active_bit(kAllocationMethod); in ParseConfiguration() local
356 if (allocation_method < 0) return A2dpStatus::INVALID_ALLOCATION_METHOD; in ParseConfiguration()
357 if (!lcaps.get(allocation_method)) in ParseConfiguration()
387 sbc_parameters->allocation_method = in ParseConfiguration()
388 GetAllocationMethodEnum(allocation_method); in ParseConfiguration()
DA2dpOffloadCodecSbc.h26 AllocationMethod allocation_method; member