Lines Matching refs:supported
191 // Create the set with all supported codecs
197 bool supported = false;
200 supported = true;
203 supported = true;
206 // Codec aptX is supported only if the device has the corresponding
208 supported = has_shared_library(APTX_ENCODER_LIB_NAME);
211 // Codec aptX-HD is supported only if the device has the corresponding
213 supported = has_shared_library(APTX_HD_ENCODER_LIB_NAME);
216 // Codec LDAC is supported only if the device has the corresponding
218 supported = has_shared_library(LDAC_ENCODER_LIB_NAME);
221 supported = true;
224 supported = true;
232 if (supported) {
809 // Ignore codecs that are not supported on the device