Lines Matching refs:a2dp_status

409   tA2DP_STATUS a2dp_status =  in A2DP_CodecTypeEqualsSbc()  local
411 if (a2dp_status != A2DP_SUCCESS) { in A2DP_CodecTypeEqualsSbc()
412 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecTypeEqualsSbc()
415 a2dp_status = A2DP_ParseInfoSbc(&sbc_cie_b, p_codec_info_b, true); in A2DP_CodecTypeEqualsSbc()
416 if (a2dp_status != A2DP_SUCCESS) { in A2DP_CodecTypeEqualsSbc()
417 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecTypeEqualsSbc()
433 tA2DP_STATUS a2dp_status = in A2DP_CodecEqualsSbc() local
435 if (a2dp_status != A2DP_SUCCESS) { in A2DP_CodecEqualsSbc()
436 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecEqualsSbc()
439 a2dp_status = A2DP_ParseInfoSbc(&sbc_cie_b, p_codec_info_b, true); in A2DP_CodecEqualsSbc()
440 if (a2dp_status != A2DP_SUCCESS) { in A2DP_CodecEqualsSbc()
441 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_CodecEqualsSbc()
463 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetTrackSampleRateSbc() local
464 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetTrackSampleRateSbc()
465 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetTrackSampleRateSbc()
488 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetTrackBitsPerSampleSbc() local
489 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetTrackBitsPerSampleSbc()
490 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetTrackBitsPerSampleSbc()
501 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetTrackChannelCountSbc() local
502 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetTrackChannelCountSbc()
503 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetTrackChannelCountSbc()
524 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetNumberOfSubbandsSbc() local
525 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetNumberOfSubbandsSbc()
526 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetNumberOfSubbandsSbc()
545 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetNumberOfBlocksSbc() local
546 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetNumberOfBlocksSbc()
547 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetNumberOfBlocksSbc()
570 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetAllocationMethodCodeSbc() local
571 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetAllocationMethodCodeSbc()
572 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetAllocationMethodCodeSbc()
591 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetChannelModeCodeSbc() local
592 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetChannelModeCodeSbc()
593 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetChannelModeCodeSbc()
616 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetSamplingFrequencyCodeSbc() local
617 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetSamplingFrequencyCodeSbc()
618 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetSamplingFrequencyCodeSbc()
641 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, true); in A2DP_GetMinBitpoolSbc() local
642 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetMinBitpoolSbc()
643 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetMinBitpoolSbc()
653 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, true); in A2DP_GetMaxBitpoolSbc() local
654 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetMaxBitpoolSbc()
655 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetMaxBitpoolSbc()
666 tA2DP_STATUS a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, false); in A2DP_GetSinkTrackChannelTypeSbc() local
667 if (a2dp_status != A2DP_SUCCESS) { in A2DP_GetSinkTrackChannelTypeSbc()
668 LOG_ERROR("%s: cannot decode codec information: %d", __func__, a2dp_status); in A2DP_GetSinkTrackChannelTypeSbc()
708 tA2DP_STATUS a2dp_status; in A2DP_CodecInfoStringSbc() local
711 a2dp_status = A2DP_ParseInfoSbc(&sbc_cie, p_codec_info, true); in A2DP_CodecInfoStringSbc()
712 if (a2dp_status != A2DP_SUCCESS) { in A2DP_CodecInfoStringSbc()
713 res << "A2DP_ParseInfoSbc fail: " << loghex(a2dp_status); in A2DP_CodecInfoStringSbc()