HomeSort by relevance Sort by last modified time
    Searched defs:supported (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_unittest.cc 50 bool supported = VoEAudioProcessing::DriftCompensationSupported(); local
51 if (supported) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SupportedParser.java 33 * Parser for Supported header.
48 * @param supported the header to parse
50 public SupportedParser(String supported) {
51 super(supported);
64 * @return SIPHeader (Supported object)
73 headerName(TokenTypes.SUPPORTED);
77 Supported supported = new Supported(); local
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED)
    [all...]
  /frameworks/base/libs/androidfw/tests/
ConfigLocale_test.cpp 300 ResTable_config supported, requested; local
302 fillIn(NULL, NULL, NULL, NULL, &supported);
305 EXPECT_TRUE(supported.match(requested));
307 fillIn("en", "CA", NULL, NULL, &supported);
310 EXPECT_FALSE(supported.match(requested));
312 fillIn("tl", "PH", NULL, NULL, &supported);
315 EXPECT_TRUE(supported.match(requested));
317 fillIn("qaa", "FR", NULL, NULL, &supported);
320 EXPECT_FALSE(supported.match(requested));
322 fillIn("qaa", "FR", "Latn", NULL, &supported);
397 ResTable_config supported, requested; local
    [all...]
  /libcore/support/src/test/java/libcore/tlswire/handshake/
EllipticCurvesHelloExtension.java 30 public List<EllipticCurve> supported; field in class:EllipticCurvesHelloExtension
40 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2);
43 supported.add(EllipticCurve.fromIdentifier(curve_id));
51 sb.append(", supported: ");
52 sb.append(supported);
  /prebuilts/misc/windows/sdl2/test/
testhaptic.c 62 unsigned int supported; local
128 supported = SDL_HapticQuery(haptic);
132 if (supported & SDL_HAPTIC_SINE) {
148 if (supported & SDL_HAPTIC_SAWTOOTHUP) {
164 if (supported & SDL_HAPTIC_CONSTANT) {
181 if (supported & SDL_HAPTIC_SPRING) {
200 if (supported & SDL_HAPTIC_INERTIA) {
219 if (supported & SDL_HAPTIC_LEFTRIGHT) {
272 unsigned int supported; local
274 supported = SDL_HapticQuery(haptic)
    [all...]
  /system/keymaster/
operation.cpp 25 bool OperationFactory::supported(keymaster_padding_t padding) const { function in class:keymaster::OperationFactory
34 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { function in class:keymaster::OperationFactory
43 bool OperationFactory::supported(keymaster_digest_t digest) const { function in class:keymaster::OperationFactory
95 } else if (!supported(*padding)) {
96 LOG_E("Padding mode %d not supported", *padding);
120 } else if (!supported(*digest)) {
121 LOG_E("Digest %d not supported", *digest);
  /external/icu/icu4c/source/common/
servlkf.cpp 62 const Hashtable* supported = getSupportedIDs(status); local
63 if (supported) {
66 return supported->get(id) != NULL;
73 const Hashtable* supported = getSupportedIDs(status); local
74 if (supported) {
78 while ((elem = supported->nextElement(pos)) != NULL) {
  /external/libdrm/tegra/
tegra.c 79 bool supported = false; local
87 supported = true;
91 if (!supported)
  /external/squashfs-tools/squashfs-tools/
compressor.h 28 int supported; member in struct:compressor
  /external/webrtc/talk/media/base/
fakevideocapturer.h 57 // Default supported formats. Use ResetSupportedFormats to over write.
142 cricket::VideoFormat supported; local
143 if (GetBestCaptureFormat(format, &supported)) {
144 SetCaptureFormat(&supported);
  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 127 // Enumerate the supported formats. We have only one supported format.
130 std::vector<VideoFormat> supported; local
131 supported.push_back(format);
132 SetSupportedFormats(supported);
filevideocapturer.cc 192 // Read the first frame's header to determine the supported format.
206 // Enumerate the supported formats. We have only one supported format. We set
212 std::vector<VideoFormat> supported; local
213 supported.push_back(format);
215 // TODO(thorcarpenter): Report the actual file video format as the supported
218 SetSupportedFormats(supported);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioProfile.cpp 73 // Search for the closest supported sampling rate that is above (preferred)
112 audio_channel_mask_t supported = mChannelMasks[i]; local
113 if (supported == channelMask) {
120 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) {
122 // The match score measures how well the supported channel mask matches the
136 const bool isSupportedIndex = (audio_channel_mask_get_representation(supported)
143 & audio_channel_mask_get_bits(supported));
146 (1 << audio_channel_count_from_in_mask(supported)) - 1 ;
153 equivalentBits & audio_channel_mask_get_bits(supported));
158 & audio_channel_mask_get_bits(supported));
    [all...]
  /packages/services/Car/service/src/com/android/car/hal/
InfoHalService.java 54 List<VehiclePropConfig> supported = new LinkedList<>(); local
66 default: // not supported
70 return supported;
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/
gmaven-feature-support-1.5.jar 
  /external/fmtlib/support/
rst2md.py 116 supported = ('md',) variable in class:MDWriter
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_ENUM_FRAMESIZES.c 339 int supported = 0; local
358 supported = 1;
361 return supported;
366 int supported = 0; local
368 supported =
371 if (!supported) {
372 supported =
375 if (!supported) {
376 supported =
379 if (!supported) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 53 bool supported; local
75 supported = screen->get_video_param
81 if (!supported) {
  /external/openssh/
gss-serv.c 73 * list of supported mechanisms before privsep is set up.
151 gss_OID_set supported; local
154 gss_indicate_mechs(&min_status, &supported);
158 &supported_mechs[i]->oid, supported, &present)))
166 gss_release_oid_set(&min_status, &supported);
  /external/skia/src/core/
SkRasterPipelineBlitter.cpp 78 static bool supported(const SkImageInfo& info) { function
106 if (!supported(dst.info()) || !SkBlendMode_AppendStages(*blend)) {
163 SkASSERT(supported(fDst.info()));
191 SkASSERT(supported(fDst.info()));
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 189 // Enumerate the supported formats.
191 std::vector<VideoFormat> supported; local
198 supported.push_back(format);
207 if (supported.empty()) {
221 SetSupportedFormats(supported);
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 432 bool supported = false; local
436 return supported;
447 return supported;
452 supported = true;
455 return supported;
  /packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java 142 int supported = 0; local
145 supported |= MediaObject.SUPPORT_CROP;
148 supported |= MediaObject.SUPPORT_EDIT;
151 supported |= MediaObject.SUPPORT_SETAS;
154 supported |= MediaObject.SUPPORT_TRIM;
157 supported |= MediaObject.SUPPORT_MUTE;
161 supported |= MediaObject.SUPPORT_DELETE;
164 supported |= MediaObject.SUPPORT_SHARE;
166 return supported;
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
SystemUpdaterDeviceFlasher.java 136 List<UserDataFlashOption> supported = Arrays.asList( local
138 if (!supported.contains(flashOption)) {
140 + " not supported. This implementation only supports flashing "
141 + supported.toString());
  /cts/hostsidetests/systemui/src/android/host/systemui/
BaseTileServiceTest.java 67 if (!supported()) return;
128 protected boolean supported() throws DeviceNotAvailableException { method in class:BaseTileServiceTest
133 String supported = getDevice().executeShellCommand(REQUEST_SUPPORTED); local
134 return Boolean.parseBoolean(supported);

Completed in 1185 milliseconds

1 2 3 4 5 6 7