Searched refs:codecType (Results 1 – 4 of 4) sorted by relevance
88 int codecType = mCodecTypeArray[codecIdx]; in getCodecNameAndType() local92 .setCodecType(codecType) in getCodecNameAndType()95 if (codecType == BluetoothLeAudioCodecConfig.SOURCE_CODEC_TYPE_LC3) { in getCodecNameAndType()98 if (codecType == BluetoothLeAudioCodecConfig.SOURCE_CODEC_TYPE_INVALID) { in getCodecNameAndType()102 assertEquals(codecType, leAudioCodecConfig.getCodecType()); in getCodecNameAndType()
213 for (BluetoothCodecType codecType : supportedCodecTypes) { in getSupportedCodecTypes()214 assertNotNull(codecType); in getSupportedCodecTypes()
488 static Set<String> getMediaTypesOfAvailableCodecs(int codecAV, int codecType) { in getMediaTypesOfAvailableCodecs() argument493 if (codecType == SELECT_HARDWARE && !codecInfo.isHardwareAccelerated()) { in getMediaTypesOfAvailableCodecs()496 if (codecType == SELECT_SOFTWARE && !codecInfo.isSoftwareOnly()) { in getMediaTypesOfAvailableCodecs()
81 boolean equals(CodecType codecType) { in equals() argument82 return (mMimeTypeName.compareTo(codecType.mMimeTypeName) == 0) && in equals()83 mIsEncoder == codecType.mIsEncoder; in equals()