Searched refs:allocation_method (Results 1 – 2 of 2) sorted by relevance
200 int allocation_method) { in GetAllocationMethodEnum() argument201 switch (allocation_method) { in GetAllocationMethodEnum()355 int allocation_method = config.find_active_bit(kAllocationMethod); in ParseConfiguration() local356 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()
26 AllocationMethod allocation_method; member