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

<<11121314151617181920>>

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 124 /* Data Direction */
277 uint32_t dd : 2; /* data direction */
471 uint8_t direction; member in struct:cmd_info
  /external/adhd/cras/src/libcras/
cras_client.c 121 enum CRAS_STREAM_DIRECTION direction; member in struct:cras_stream_params
136 * direction - playback, capture, both, or loopback (see CRAS_STREAM_DIRECTION).
151 enum CRAS_STREAM_DIRECTION direction; member in struct:client_stream
1064 if (!cras_stream_has_input(stream->direction)) {
1110 if (!cras_stream_uses_output_hw(stream->direction))
1761 enum CRAS_STREAM_DIRECTION direction = local
1802 enum CRAS_STREAM_DIRECTION direction = local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 2334 UTransDirection direction = (DATA[i+1] != NULL && DATA[i+1][0] == 'R') ? local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 609 String direction = ""; local
612 direction = " direction: rtl;";
623 out.println("td.s { background-color: #EEEEEE;" + direction + " }");
624 out.println("td.r { background-color: #CCCCCC;" + direction + " }");
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 230 uint8_t direction : 1; member in struct:PACKED
  /external/opencv/cvaux/src/
cvlee.cpp 111 CvDirection* direction; member in struct:CvVoronoiSiteInt
123 CvDirection* direction; member in struct:CvVoronoiEdgeInt
505 direction around the top vertex of given hole.
520 direction around the top vertex of given hole.
597 Description : Compute the direction of bisector of two segments
599 pDirection1: in, direction of first segment
600 pDirection2: in, direction of second segment
    [all...]
  /external/opencv/ml/include/
ml.h 805 CvMat* direction; member in struct:CvDTreeTrainData
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 1103 final int direction = isLayoutRtl ? 1 : -1; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 75 * Up direction, used for swipe & drag control.
80 * Down direction, used for swipe & drag control.
85 * Left direction, used for swipe & drag control.
90 * Right direction, used for swipe & drag control.
94 // If you change these relative direction values, update Callback#convertToAbsoluteDirection,
97 * Horizontal start direction. Resolved to LEFT or RIGHT depending on RecyclerView's layout
98 * direction. Used for swipe & drag control.
103 * Horizontal end direction. Resolved to LEFT or RIGHT depending on RecyclerView's layout
104 * direction. Used for swipe & drag control.
226 * The direction flags obtained from unmaskin
2114 final int direction = (int) Math.signum(viewSizeOutOfBounds); local
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 526 .append(", direction:")
1401 final int direction = getLayoutDirection(); local
1765 final int direction = getLayoutDirection(); local
    [all...]
  /frameworks/base/media/java/android/media/session/
MediaSession.java 647 private void dispatchAdjustVolume(RemoteUserInfo caller, int direction) {
648 postToCallback(caller, CallbackMessageHandler.MSG_ADJUST_VOLUME, direction, null);
1281 direction); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java 825 for (int direction : DIRECTIONS) {
826 int mark = (direction == IpSecManager.DIRECTION_IN) ? mIkey : mOkey;
830 0, direction, wildcardAddr, wildcardAddr, mark, 0xffffffff);
1636 direction, local
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 231 * Send a volume adjustment to the session owner. Direction must be one of
244 * @param direction The direction to adjust volume in.
249 ISessionControllerCallback caller, boolean asSystemService, int direction, int flags,
258 postAdjustLocalVolume(stream, direction, flags, packageName, uid, useSuggested,
265 if (direction == AudioManager.ADJUST_TOGGLE_MUTE
266 || direction == AudioManager.ADJUST_MUTE
267 || direction == AudioManager.ADJUST_UNMUTE) {
271 mSessionCb.adjustVolume(packageName, pid, uid, caller, asSystemService, direction);
274 mOptimisticVolume = volumeBefore + direction;
1118 Process.SYSTEM_UID, null, direction); local
    [all...]
MediaSessionService.java 1435 int direction = 0; local
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaController2Test.java 718 final int direction = AudioManager.ADJUST_RAISE; local
719 controller.adjustVolume(direction, 0 /* flags */);
722 assertEquals(direction, volumeProvider.mDirection);
790 final int direction = originalVolume == minVolume local
    [all...]
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
MediaController2Test_copied.java 733 final int direction = AudioManager.ADJUST_RAISE; local
734 controller.adjustVolume(direction, 0 /* flags */);
737 assertEquals(direction, volumeProvider.mDirection);
805 final int direction = originalVolume == minVolume local
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ItemTouchHelper.java 73 * Up direction, used for swipe & drag control.
78 * Down direction, used for swipe & drag control.
83 * Left direction, used for swipe & drag control.
88 * Right direction, used for swipe & drag control.
92 // If you change these relative direction values, update Callback#convertToAbsoluteDirection,
95 * Horizontal start direction. Resolved to LEFT or RIGHT depending on RecyclerView's layout
96 * direction. Used for swipe & drag control.
101 * Horizontal end direction. Resolved to LEFT or RIGHT depending on RecyclerView's layout
102 * direction. Used for swipe & drag control.
230 * The direction flags obtained from unmaskin
2149 final int direction = (int) Math.signum(viewSizeOutOfBounds); local
    [all...]
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 205 int direction; member in struct:mdp_ccs
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 206 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */ member in struct:mdp_ccs
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 279 FWP_DIRECTION direction; member in struct:FWPM_NET_EVENT_IPSEC_KERNEL_DROP0_
297 FWP_DIRECTION direction; member in struct:FWPM_NET_EVENT_IPSEC_DOSP_DROP0_
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nios2.c 2754 int direction, writeback, ret; local
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
accessibility-test-framework-2.1.jar 

Completed in 932 milliseconds

<<11121314151617181920>>