Searched refs:supported (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFontUtil.h35 # error TEXTURE_BORDER_SIZE other than 1 is not currently supported
/frameworks/wilhelm/src/itf/
H A DIBassBoost.c158 int32_t supported = 0;
165 &supported);
169 *pSupported = (SLboolean) (supported != 0);
H A DIVirtualizer.c160 int32_t supported = 0;
167 VIRTUALIZER_PARAM_STRENGTH_SUPPORTED, &supported);
171 *pSupported = (SLboolean) (supported != 0);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp244 bool supported = PerfMeasurementContext::isMeasurementSupported(); local
246 return static_cast<jboolean>(supported);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java89 final boolean supported = mController.isBluetoothSupported();
93 state.visible = supported;
/frameworks/rs/cpu_ref/
H A DAndroid.mk82 # these are not supported in 64-bit yet
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp542 bool supported = true; local
567 supported = false;
571 if (supported) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java80 Log.v(TAG, "convertRequestToMetadata - zoom is not supported");
133 "supported, ignoring value");
167 boolean supported = false;
170 supported = true;
174 if (supported) {
218 // TODO: Don't add control.aeLock to availableRequestKeys if it's not supported
249 if (awbMode != null) { // null iff AWB is not supported by camera1 api
270 // TODO: Don't add control.awbLock to availableRequestKeys if it's not supported
309 + infinityFocusSupported + ", only 0.0f is supported");
374 + testPatternMode + "; only OFF is supported");
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java92 * Query the media types supported by the codec.
131 // found stuff that is not supported by framework (=> this should not happen)
156 // Enumerates supported profile/level combinations as defined
245 * These features are supported to be used by the codec. These
503 * Returns the range of supported bitrates in bits/second.
510 * Returns the array of supported sample rates if the codec
519 * Returns the array of supported sample rate ranges. The
528 * Returns the maximum number of input channels supported. The codec
579 * Query whether the sample rate is supported by the codec.
776 * Returns the range of supported bitrate
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp1160 // for non direct outputs, only PCM is supported
2568 // only one source per audio patch supported for now
2644 ALOGV("createAudioPatch() profile not supported for device %08x",
2673 // only one sink supported when connecting an input device to a mix
2752 // only one sink supported when connected devices across HW modules
3556 // matching profile: save the sample rates, format and channel masks supported
3603 ALOGV("checkOutputsForDevice() supported sampling rates %s",
3613 ALOGV("checkOutputsForDevice() supported formats %s",
3623 ALOGV("checkOutputsForDevice() supported channel masks %s",
4910 // no need to proceed if new device is not AUDIO_DEVICE_NONE and not supported b
6882 audio_channel_mask_t supported = mChannelMasks[i]; local
[all...]

Completed in 601 milliseconds