HomeSort by relevance Sort by last modified time
    Searched defs:direction (Results 176 - 200 of 682) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
  /bionic/libc/kernel/uapi/linux/
input.h 169 __u16 direction; member in struct:ff_effect
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 50 * used to control the direction of paint. Third, the stylus buttons can be used
507 * across a range of a few degrees. Then adds this vector to the direction
529 // Make a random 2D vector that describes the direction of a speck of paint
532 double direction = mRandom.nextDouble() * Math.PI * 2; local
534 double vx = Math.cos(direction) * dispersion;
535 double vy = Math.sin(direction) * dispersion;
  /external/ImageMagick/MagickCore/
draw.h 316 direction; member in struct:_DrawInfo
  /external/adhd/cras/src/common/
cras_messages.h 95 enum CRAS_STREAM_DIRECTION direction; /* input/output/loopback */ member in struct:cras_connect_message
105 enum CRAS_STREAM_DIRECTION direction,
115 m->direction = direction;
245 enum CRAS_STREAM_DIRECTION direction; member in struct:cras_select_node
250 enum CRAS_STREAM_DIRECTION direction,
254 m->direction = direction;
262 enum CRAS_STREAM_DIRECTION direction; member in struct:cras_add_active_node
267 enum CRAS_STREAM_DIRECTION direction,
279 enum CRAS_STREAM_DIRECTION direction; member in struct:cras_rm_active_node
571 uint32_t direction; member in struct:cras_client_active_node_changed
623 uint32_t direction; member in struct:cras_client_num_active_streams_changed
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_jack.c 109 * direction - Input or output.
122 enum CRAS_STREAM_DIRECTION direction; member in struct:cras_alsa_jack_list
411 enum CRAS_STREAM_DIRECTION direction)
424 jack_list->ucm, jack->ucm_device, direction);
503 enum CRAS_STREAM_DIRECTION direction = jack_list->direction; local
510 jack->jack_list->ucm, jack->ucm_device, direction);
551 enum CRAS_STREAM_DIRECTION direction = jack_list->direction; local
563 direction);
604 enum CRAS_STREAM_DIRECTION direction = jack_list->direction; local
    [all...]
cras_iodev_list.c 51 /* Keep an empty device per direction. */
113 struct iodev_list *list = &devs[dev->direction];
138 dev->direction == CRAS_STREAM_OUTPUT ? "output" : "input",
151 DL_FOREACH(devs[dev->direction].iodevs, tmp)
155 DL_DELETE(devs[dev->direction].iodevs, dev);
156 devs[dev->direction].size--;
546 enum CRAS_STREAM_DIRECTION dir = dev->direction;
555 if (stream->direction != dir || stream->is_pinned)
584 possibly_disable_fallback(dev->direction);
634 DL_FOREACH(enabled_devs[rstream->direction], edev)
720 enum CRAS_STREAM_DIRECTION direction = rstream->direction; local
    [all...]
  /external/adhd/cras/src/tests/
alsa_jack_unittest.cc 204 CRAS_STREAM_DIRECTION direction,
225 direction,
242 if (direction == CRAS_STREAM_OUTPUT)
244 if (direction == CRAS_STREAM_INPUT && ucm_get_dev_for_jack_return)
251 CRAS_STREAM_DIRECTION direction,
274 direction,
417 enum CRAS_STREAM_DIRECTION direction,
427 if (direction == CRAS_STREAM_OUTPUT) {
439 direction,
455 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_OUTPUT local
472 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_INPUT; local
489 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_OUTPUT; local
506 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_OUTPUT; local
523 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_OUTPUT; local
540 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_OUTPUT; local
557 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_OUTPUT; local
574 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_INPUT; local
592 enum CRAS_STREAM_DIRECTION direction = CRAS_STREAM_INPUT; local
    [all...]
cras_test_client.c 564 (info->devs[i].direction == CRAS_STREAM_INPUT)
597 printf("direction: %s\n",
598 (info->streams[i].direction == CRAS_STREAM_INPUT)
674 enum CRAS_STREAM_DIRECTION direction,
712 if (direction == CRAS_STREAM_INPUT) {
722 if (direction != CRAS_STREAM_OUTPUT)
738 params = cras_client_unified_params_create(direction,
1264 enum CRAS_STREAM_DIRECTION direction = (c == 'y') ? local
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 108 tcu::Vector<deInt64,2> direction (void) const function in struct:rr::LineRasterUtil::SubpixelLineSegment
152 const tcu::Vector<deInt64,2> u = l.direction();
161 const tcu::Vector<deInt64,2> u = l.direction();
170 const tcu::Vector<deInt64,2> u = l.direction();
182 const tcu::Vector<deInt64,2> v = l.direction();
212 const tcu::Vector<deInt64,2> v = line.direction();
225 const tcu::Vector<deInt64,2> v = line.direction();
244 const tcu::Vector<deInt64,2> u = line.direction();
298 CORNER_EDGE_CASE_HIT_FIRST_QUARTER, // if the line intersects just a corner and the line has either endpoint in (+X,-Y) direction (preturbing moves the line inside)
299 CORNER_EDGE_CASE_HIT_SECOND_QUARTER // if the line intersects just a corner and the line has either endpoint in (+X,+Y) direction (preturbing moves the line inside
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 54 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day"
55 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days"
56 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago"
58 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday"
59 * fmt.format(Direction.THIS, AbsoluteUnit.SUNDAY); // "this Sunday"
60 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday"
61 * fmt.format(Direction.PLAIN, AbsoluteUnit.SUNDAY); // "Sunday"
63 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday"
64 * fmt.format(Direction.THIS, AbsoluteUnit.DAY); // "today"
65 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow
498 Direction direction = Direction.NEXT; local
564 Direction direction = Direction.THIS; local
    [all...]
TransliteratorRegistry.java 225 public int direction; field in class:TransliteratorRegistry.ResourceEntry
228 direction = d;
235 public int direction; field in class:TransliteratorRegistry.LocaleEntry
238 direction = d;
301 * Given a simple ID (forward direction, no inline filter, not
664 int direction) {
681 tag.append(direction == Transliterator.FORWARD ?
711 // The direction is always forward for the
715 // the direction is the value passed in to this
717 int dir = (pass == 0) ? Transliterator.FORWARD : direction;
    [all...]
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 80 UDateDirection direction) const;
122 int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const {
125 if (!absoluteUnits[style][unit][direction].isEmpty()) {
126 return absoluteUnits[style][unit][direction];
403 // Handle Display Name for PLAIN direction for some units.
426 int32_t direction = keyToDirection(key); local
427 if (direction < 0) {
444 if (outputData.absoluteUnits[style][absUnitIndex][direction].isEmpty()) {
446 [direction].fastCopyFrom(value.getUnicodeString(errorCode));
793 double quantity, UDateDirection direction, UDateRelativeUnit unit
851 UDateDirection direction = UDAT_DIRECTION_NEXT; local
893 UDateDirection direction = UDAT_DIRECTION_COUNT; local
    [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 360 // now intersect the font, direction and script runs...
1101 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 53 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day"
54 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days"
55 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago"
57 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday"
58 * fmt.format(Direction.THIS, AbsoluteUnit.SUNDAY); // "this Sunday"
59 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday"
60 * fmt.format(Direction.PLAIN, AbsoluteUnit.SUNDAY); // "Sunday"
62 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday"
63 * fmt.format(Direction.THIS, AbsoluteUnit.DAY); // "today"
64 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow
555 Direction direction = Direction.NEXT; local
623 Direction direction = Direction.THIS; local
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorRegistry.java 224 public int direction; field in class:TransliteratorRegistry.ResourceEntry
227 direction = d;
234 public int direction; field in class:TransliteratorRegistry.LocaleEntry
237 direction = d;
300 * Given a simple ID (forward direction, no inline filter, not
663 int direction) {
680 tag.append(direction == Transliterator.FORWARD ?
710 // The direction is always forward for the
714 // the direction is the value passed in to this
716 int dir = (pass == 0) ? Transliterator.FORWARD : direction;
    [all...]
  /external/kernel-headers/original/uapi/linux/
input.h 415 * @direction: direction of the effect
427 * Direction of the effect is encoded as follows:
436 __u16 direction; member in struct:ff_effect
  /external/libpcap/
pcap-bpf.c 3056 u_int direction; local
    [all...]
pcap-int.h 214 /* We're accepting only packets in this direction/these directions. */
215 pcap_direction_t direction; member in struct:pcap
  /external/libxaac/decoder/
ixheaacd_rev_vlc.c 494 UWORD8 direction = ptr_rvlc->direction; local
504 ixheaacd_rvlc_read_bits(it_bit_buff, ptr_bit_str_idx_rvl, direction);
543 ptr_rvlc->direction = 0;
714 ptr_rvlc->direction = 1;
    [all...]
  /external/libxcam/xcore/base/
xcam_3a_result.h 186 double direction; member in struct:_XCam3aResultBayerNoiseReduction
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 682 int direction; local
684 while ((direction = fontSizeCompare(size, cols, rows, width, height)) < 0) {
688 if (direction == 0) {
696 while ((direction = fontSizeCompare(size, cols, rows, width, height)) != 0 && step >= limit) {
698 if (direction > 0) {
705 if (direction > 0) {
  /external/webrtc/talk/session/media/
mediasession.h 186 MediaContentDirection direction() const { return direction_; } function in class:cricket::MediaContentDescription
187 void set_direction(MediaContentDirection direction) {
188 direction_ = direction;
  /frameworks/base/media/java/android/media/session/
MediaController.java 179 int direction = 0; local
182 direction = AudioManager.ADJUST_RAISE;
185 direction = AudioManager.ADJUST_LOWER;
188 direction = AudioManager.ADJUST_TOGGLE_MUTE;
192 mSessionBinder.adjustVolume(mContext.getPackageName(), mCbStub, true, direction, local
379 * Adjust the volume of the output this session is playing on. The direction
388 * @param direction The direction to adjust the volume in.
391 public void adjustVolume(int direction, int flags) {
393 mSessionBinder.adjustVolume(mContext.getPackageName(), mCbStub, false, direction, local
    [all...]
MediaSessionManager.java 369 * most relevant audio stream or media session. The direction must be one of
375 * @param direction The direction to adjust volume in.
379 public void dispatchAdjustVolume(int suggestedStream, int direction, int flags) {
381 mService.dispatchAdjustVolume(mContext.getPackageName(), suggestedStream, direction, local
    [all...]

Completed in 679 milliseconds

1 2 3 4 5 6 78 91011>>