Home
last modified time | relevance | path

Searched defs:usage (Results 1 – 25 of 107) sorted by relevance

12345

/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp36 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()
Dmali_gralloc_module.cpp92 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()
Dmali_gralloc_ion.cpp256 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/google/contexthub/util/
Dnanoapp_prepare.sh22 usage () { #show usage and bail out function
Dnanohub_os_update_prepare.sh22 usage () { #show usage and bail out function
/device/google/cuttlefish_common/guest/hals/camera/
DGrallocModule.h28 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/generic/goldfish/camera/
DGrallocModule.h16 int usage, int l, int t, int w, int h, void **vaddr) { in lock()
22 int usage, int l, int t, int w, int h, in lock_ycbcr()
/device/linaro/hikey/uefi-tools/
Dtos-build.sh13 function usage function
Dopteed-build.sh14 function usage function
Datf-build.sh16 function usage function
Duefi-build.sh221 function usage function
Dedk2-build.sh240 function usage function
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Dfip_create.sh9 usage() { function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dfreeze.py490 def usage(msg): function
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp281 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()
Dalloc_device.cpp122 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/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Drgrep.py57 def usage(msg, code=2): function
Ddb2pickle.py47 def usage(): function
Dpickle2db.py52 def usage(): function
Dfinddiv.py45 def usage(msg): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dthroughput.py34 def usage(): function
Dudpecho.py24 def usage(): function
/device/generic/goldfish/gralloc/
Dgralloc.cpp108 size_t size, int usage, buffer_handle_t* pHandle) in gralloc_alloc_framebuffer_locked()
161 size_t size, int usage, buffer_handle_t* pHandle) in gralloc_alloc_framebuffer()
208 int width, int height, int format, int usage, in gralloc_alloc()
/device/generic/goldfish/dhcp/client/
Dmain.cpp20 static void usage(const char* program) { in usage() function
/device/generic/goldfish/dhcp/server/
Dmain.cpp24 static void usage(const char* program) { in usage() function

12345