HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 76 - 100 of 2551) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 39 int gralloc_alloc_buffer(size_t size, int usage,
46 int alloc_impl(int w, int h, int format, int usage,
51 int format, int usage,
54 int gralloc_alloc_framebuffer_locked(size_t size, int usage,
57 int gralloc_alloc_framebuffer(size_t size, int usage,
64 int usage, buffer_handle_t* pHandle,
gpu.cpp 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage,
73 qdutils::MDSS_V5) && (usage & GRALLOC_USAGE_PROTECTED)) {
79 err = mAllocCtrl->allocate(data, usage);
95 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
98 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_BLOCK) {
101 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_CC) {
107 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
112 if (usage & (GRALLOC_USAGE_HW_TEXTURE |
115 else if (usage & GRALLOC_USAGE_HW_CAMERA_ZSL)
123 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER )
    [all...]
alloc_controller.cpp 56 static bool canFallback(int usage, bool triedSystem)
70 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
72 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY))
78 static bool useUncached(int usage)
81 if(usage & GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP)
83 if (usage & GRALLOC_USAGE_PRIVATE_UNCACHED)
179 int IonController::allocate(alloc_data& data, int usage)
184 data.uncached = useUncached(usage);
187 if(usage & GRALLOC_USAGE_PRIVATE_UI_CONTIG_HEAP)
190 if(usage & GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
53 int gralloc_alloc_framebuffer_locked(int usage,
56 int gralloc_alloc_framebuffer(int usage,
63 int usage, buffer_handle_t* pHandle,
gpu.cpp 51 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage,
69 if (usage & GRALLOC_USAGE_PROTECTED) {
77 err = mAllocCtrl->allocate(data, usage);
93 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
100 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
110 if (usage & GRALLOC_USAGE_HW_CAMERA_MASK) {
111 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
123 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
127 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
131 if (usage & GRALLOC_USAGE_HW_CAMERA_READ)
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
53 int gralloc_alloc_framebuffer_locked(int usage,
56 int gralloc_alloc_framebuffer(int usage,
63 int usage, buffer_handle_t* pHandle,
gpu.cpp 50 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage,
66 if (usage & GRALLOC_USAGE_PROTECTED) {
67 if (usage & GRALLOC_USAGE_PRIVATE_SECURE_DISPLAY) {
78 err = mAllocCtrl->allocate(data, usage);
94 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
98 if (usage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY) {
102 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
106 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
110 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) {
114 if (usage & GRALLOC_USAGE_HW_COMPOSER)
    [all...]
  /hardware/qcom/display/msmcobalt/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
53 int gralloc_alloc_framebuffer_locked(int usage,
56 int gralloc_alloc_framebuffer(int usage,
63 int usage, buffer_handle_t* pHandle,
gpu.cpp 50 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage,
62 usage,
76 if (usage & GRALLOC_USAGE_PROTECTED) {
77 if (usage & GRALLOC_USAGE_PRIVATE_SECURE_DISPLAY) {
88 err = mAllocCtrl->allocate(data, usage);
104 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
108 if (usage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY) {
112 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
116 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
120 if (usage & GRALLOC_USAGE_HW_CAMERA_READ)
    [all...]
  /system/sepolicy/tools/sepolicy-analyze/
sepolicy-analyze.c 19 void (*usage) (void); member in struct:__anon74619
30 void usage(char *arg0) function
37 analyze_components[i].usage();
51 usage(argv[0]);
59 usage(argv[0]); }
63 usage(argv[0]);
  /hardware/libhardware/include/hardware/
gralloc.h 123 /* mask for the software usage bit-mask */
140 /* implementation-specific private usage flags */
193 * specified usage. This call may block, for instance if the h/w needs
202 * If usage specifies GRALLOC_USAGE_SW_*, vaddr is filled with the address
221 * If the buffer was created with a usage mask incompatible with the
222 * requested usage flags here, -EINVAL is returned.
227 buffer_handle_t handle, int usage,
266 buffer_handle_t handle, int usage,
281 buffer_handle_t handle, int usage,
311 buffer_handle_t handle, int usage,
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 65 Readonly my $usage => 'void match(IntStream input, int ttype, BitSet follow)';
66 croak $usage if @_ != 4;
86 Readonly my $usage => 'void match_any(IntStream input)';
87 croak $usage if @_ != 2;
122 Readonly my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)';
123 croak $usage if @_ != 4;
147 Readonly my $usage => 'void report_error(RecognitionException e)';
148 croak $usage if @_ != 2;
162 Readonly my $usage => 'void display_recognition_error(String[] token_names, RecognitionException e)';
163 croak $usage if @_ != 3
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 51 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage,
69 if ((usage & GRALLOC_USAGE_PROTECTED) &&
70 (usage & GRALLOC_USAGE_PRIVATE_MM_HEAP)) {
78 err = mAllocCtrl->allocate(data, usage);
94 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
97 if (usage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY) {
104 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
114 if (usage & GRALLOC_USAGE_HW_CAMERA_MASK) {
115 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
127 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER )
    [all...]
  /external/llvm/utils/
check-each-file 4 # the usage procedure, below, for command-line syntax (or run it with --help).
51 usage () { function
71 usage
78 usage
83 usage
88 usage
93 usage
99 usage
104 usage
109 usage
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage,
73 if ((usage & GRALLOC_USAGE_PROTECTED) &&
74 (usage & GRALLOC_USAGE_PRIVATE_MM_HEAP)) {
82 err = mAllocCtrl->allocate(data, usage);
98 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
105 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
115 if (usage & GRALLOC_USAGE_HW_CAMERA_MASK) {
116 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
128 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
132 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)
    [all...]
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
CtsJavaScanner.java 29 private static void usage(String[] args) { method in class:CtsJavaScanner
31 System.err.println("Usage: cts-java-scanner -s SOURCE_DIR -d DOCLET_PATH");
46 usage(args);
52 usage(args);
57 usage(args);
69 usage(args);
  /device/linaro/hikey/uefi-tools/
opteed-build.sh 15 function usage function
17 echo "usage:"
117 usage
125 usage
135 usage
153 usage
  /external/libmtp/examples/
newplaylist.c 30 static void usage(void) { function
31 printf("Usage: newplaylist -i <fileid/trackid> -n <playlistname>\n");
51 usage();
65 usage();
73 usage();
78 usage();
  /external/nist-pkits/
generate-tests.sh 29 usage() { function
32 echo "Usage: $0 PKITS.pdf PKITS_data.zip"
37 usage
46 usage
50 usage
57 usage
  /system/core/toolbox/
log.c 80 static int usage(const char *s) function
82 fprintf(stderr, "USAGE: %s [-p priorityChar] [-t tag] message\n", s);
116 usage(argv[0]);
121 usage(argv[0]);
127 usage(argv[0]);
138 usage(argv[0]);
  /system/extras/procmem/
procmem.c 28 pm_memusage_t usage; member in struct:map_info
37 static void usage(const char *cmd);
79 usage(argv[0]);
93 usage(argv[0]);
167 /* get, and sum, memory usage */
170 error = pm_map_workingset(mi->map, &mi->usage);
172 error = pm_map_usage(mi->map, &mi->usage);
175 fprintf(stderr, "error getting usage for map.\n");
179 pm_memusage_add(&total_usage, &mi->usage);
242 if ((!mi) || (hide_zeros && !mi->usage.rss)
304 static void usage(const char *cmd) { function
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 54 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage,
72 if ((usage & GRALLOC_USAGE_PROTECTED) &&
73 (usage & GRALLOC_USAGE_PRIVATE_MM_HEAP)) {
81 err = mAllocCtrl->allocate(data, usage);
97 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
104 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
114 if (usage & GRALLOC_USAGE_HW_CAMERA_MASK) {
115 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
127 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
131 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE)
    [all...]
  /external/drm_gralloc/
gralloc_drm.cpp 221 int height, int format, int usage)
237 handle->usage = usage;
247 int width, int height, int format, int usage)
252 handle = create_bo_handle(width, height, format, usage);
343 int usage, int x, int y, int w, int h,
346 if ((bo->handle->usage & usage) != usage) {
349 if (!(bo->handle->usage & GRALLOC_USAGE_HW_FB
    [all...]
  /external/autotest/cli/
change_protection_level.py 9 usage = 'usage: %prog [options] new_protection_level machine1 machine2 ...' variable
10 parser = optparse.OptionParser(usage=usage)
  /external/autotest/tko/parsers/test/
execute_parser.py 10 usage = 'usage: %prog [options] scenario_dirpath parser_result_tag' variable
11 parser = optparse.OptionParser(usage=usage)

Completed in 435 milliseconds

1 2 34 5 6 7 8 91011>>