| /device/linaro/hikey/gralloc960/ |
| D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() 72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr() 222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async() 234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async() 248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_flex_async()
|
| D | mali_gralloc_module.cpp | 92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() 100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async() 123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async()
|
| D | mali_gralloc_formats.cpp | 397 int usage) in determine_producer() 443 int usage) in determine_consumer() 604 …oc_select_format(uint64_t req_format, mali_gralloc_format_type type, uint64_t usage, int buffer_si… in mali_gralloc_select_format()
|
| /device/amlogic/yukawa/gralloc/ |
| D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() 72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr() 222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async() 234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async() 248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_flex_async()
|
| D | mali_gralloc_module.cpp | 92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() 100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async() 123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async()
|
| D | mali_gralloc_ion.cpp | 256 unsigned int pick_ion_heap(uint64_t usage) in pick_ion_heap() 291 void set_ion_flags(unsigned int heap_mask, uint64_t usage, unsigned int *priv_heap_flag, int *ion_f… in set_ion_flags() 333 uint64_t usage; in check_buffers_sharable() local 399 uint64_t usage; in mali_gralloc_ion_allocate() local
|
| /device/generic/goldfish-opengl/system/hals/ |
| D | allocator3.cpp | 93 const uint32_t usage = descriptor.usage; in allocateImpl() local 237 Error3 allocateImpl2(const uint32_t usage, in allocateImpl2() 283 const uint32_t usage, in getBufferFormat() 311 static bool needHostCb(const uint32_t usage, const PixelFormat format) { in needHostCb() 324 Error3 allocateCb(const uint32_t usage, in allocateCb()
|
| /device/google/cuttlefish/guest/hals/camera/ |
| D | GrallocModule.h | 28 int lock(buffer_handle_t handle, int usage, int l, int t, int w, int h, in lock() 34 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, in lock_ycbcr()
|
| /device/google/contexthub/util/ |
| D | nanoapp_prepare.sh | 22 usage () { #show usage and bail out function
|
| D | nanohub_os_update_prepare.sh | 22 usage () { #show usage and bail out function
|
| /device/linaro/hikey/gralloc/ |
| D | gralloc_module.cpp | 281 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() 330 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 465 static int gralloc_lock_async (gralloc_module_t const *module, buffer_handle_t handle, int usage, i… in gralloc_lock_async() 489 …ock_async_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, i… in gralloc_lock_async_ycbcr()
|
| D | alloc_device.cpp | 122 static int gralloc_alloc_buffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHand… in gralloc_alloc_buffer() 332 static int gralloc_alloc_framebuffer_locked(alloc_device_t *dev, size_t size, int usage, buffer_han… in gralloc_alloc_framebuffer_locked() 433 static int gralloc_alloc_framebuffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *… in gralloc_alloc_framebuffer() 443 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_hand… in alloc_device_alloc()
|
| /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
| D | fip_create.sh | 9 usage() { function
|
| /device/google/cuttlefish/tools/ |
| D | flash-blk-dev.sh | 17 usage() { function
|
| /device/linaro/hikey/uefi-tools/ |
| D | opteed-build.sh | 14 function usage function
|
| D | tos-build.sh | 13 function usage function
|
| D | atf-build.sh | 16 function usage function
|
| D | edk2-build.sh | 240 function usage function
|
| D | uefi-build.sh | 221 function usage function
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
| D | freeze.py | 490 def usage(msg): function
|
| /device/generic/goldfish-opengl/system/gralloc/ |
| D | gralloc_30.cpp | 162 int alloc_buffer(int usage, in alloc_buffer() 189 const int usage, in lock() 222 const int usage, in lock_ycbcr() 288 const int usage, in lock_impl() 487 static int get_buffer_format(const int frameworkFormat, const int usage) { in get_buffer_format() 514 const int usage, in gralloc_alloc() 679 int w, int h, int format, int usage, in s_gralloc_alloc() 801 int alloc_buffer(int usage, in alloc_buffer() 933 static bool need_host_cb(const int usage, const int format) { in need_host_cb() 981 buffer_handle_t bh, int usage, in gralloc_lock() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| D | rgrep.py | 57 def usage(msg, code=2): function
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
| D | udpecho.py | 24 def usage(): function
|
| D | throughput.py | 34 def usage(): function
|
| /device/linaro/dragonboard/gralloc/ |
| D | gralloc_gbm.cpp | 138 static unsigned int get_pipe_bind(int usage) in get_pipe_bind() 202 int usage = get_pipe_bind(handle->usage); in gbm_alloc() local 367 int width, int height, int format, int usage, int *stride) in gralloc_gbm_bo_create() 395 int usage, int x, int y, int w, int h, in gralloc_gbm_bo_lock()
|