/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_utils.h | 109 // pipes 432 //On certain targets DMA pipes are used for rotation and they won't be available 435 //extreme unavailability of pipes. This can also be done via hybrid calculations
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.h | 103 // pipes 456 //On certain targets DMA pipes are used for rotation and they won't be available 459 //extreme unavailability of pipes. This can also be done via hybrid calculations
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_mdp.h | 641 * in source split when pipes are re-used and shuffled around to 719 mdp_block_type defines the identifiers for pipes in MDP 4.3 and up 1128 * @processed_overlays: Output parameter indicating how many pipes were
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_mdp.h | 808 * in source split when pipes are re-used and shuffled around to 887 mdp_block_type defines the identifiers for pipes in MDP 4.3 and up [all...] |
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_mdp.h | 618 * in source split when pipes are re-used and shuffled around to 695 mdp_block_type defines the identifiers for pipes in MDP 4.3 and up 1077 * @processed_overlays: Output parameter indicating how many pipes were
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_mdp.h | 596 * in source split when pipes are re-used and shuffled around to 672 mdp_block_type defines the identifiers for pipes in MDP 4.3 and up 1052 * @processed_overlays: Output parameter indicating how many pipes were
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 376 /** The pipes for sending buffers to the thread */ 379 /** The pipes for sending buffers to the thread */ 381 /** The pipes for sending buffers to the thread */
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_Utils.h | 420 /** The pipes to maintain free buffers */ 422 /** The pipes to maintain input buffers sent from app*/ 424 /** The pipes for sending buffers to the thread */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
radeon_drm.h | 710 #define RADEON_PARAM_NUM_GB_PIPES 15 /* num GB pipes */ 712 #define RADEON_PARAM_NUM_Z_PIPES 17 /* num Z pipes */ 916 #define RADEON_INFO_NUM_TILE_PIPES 0x0b /* tile pipes for r600+ */ [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
os.py | 661 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 681 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 701 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
os.py | 661 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 681 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 701 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 661 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 681 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 701 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 661 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 681 'bufsize' is specified, it sets the buffer size for the I/O pipes. The 701 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 413 /** The pipes for sending buffers to the thread */ 415 /** The pipes for sending buffers to the thread */ 418 /** The pipes for sending command data to the thread */ 423 /** The pipes for sending buffers to the thread */ 802 * memories allocated. For example, it will not close pipes, it will not free the
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Dec_Utils.h | 437 /** The pipes for sending buffers to the thread */ 440 /** The pipes for sending buffers to the thread */ 443 /** The pipes for sending command data to the thread */ 446 /** The pipes for sending buffers to the thread */ 930 * memories allocated. For example, it will not close pipes, it will not free the [all...] |
/system/core/adb/ |
adb.cpp | 638 // Create pipes with non-inheritable read handle, inheritable write handle. We need to connect 639 // the subprocess to pipes instead of just letting the subprocess inherit our existing 805 // If the process started ok, it should close the pipes causing the threads 807 // the pipes to be closed. In that case we want to read all of the output 815 // server didn't close pipes, or it is hung. [all...] |
shell_service.cpp | 477 // Pass data until the protocol FD or both the subprocess pipes die, at 494 // We also need to close the pipes connected to the child process 528 PLOG(ERROR) << "select failed, closing subprocess pipes";
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupManagerService.java | 3491 ParcelFileDescriptor[] pipes = null; local 3736 ParcelFileDescriptor[] pipes = null; local [all...] |
/bionic/tests/ |
dlext_test.cpp | 565 // close the 'wrong' ends of the pipes in the child 591 // close the 'wrong' ends of the pipes in the parent 613 // Close pipes and wait for children to exit [all...] |
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_channel.py | 35 - Use |flush| to clean out all pipes before starting a new transaction.
|
/external/autotest/client/site_tests/video_HangoutHardwarePerf/ |
video_HangoutHardwarePerf.py | 5 import contextlib, hashlib, logging, os, pipes, re, sys, time, tempfile
|
/external/autotest/site_utils/lib/ |
infra.py | 118 @param cmd: The command to run. Special shell syntax (such as pipes)
|
/external/bison/djgpp/ |
README.in | 45 This is done by forking and using pipes for the IPC. MSDOS does not
|
/external/bison/lib/ |
spawn-pipe.c | 1 /* Creation of subprocesses, communicating via pipes.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_win.cc | 171 // Create inherited pipes for stdin and stdout.
|