Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 58) sorted by relevance

123

/device/generic/goldfish/sensors/
Dsensor_list.cpp247 bool isSensorHandleValid(const int h) { in isSensorHandleValid()
251 const SensorInfo* getSensorInfoByHandle(const int h) { in getSensorInfoByHandle()
255 const char* getQemuSensorNameByHandle(const int h) { in getQemuSensorNameByHandle()
/device/generic/goldfish-opengl/shared/qemupipe/include-types/
Dqemu_pipe_types_bp.h26 inline bool qemu_pipe_valid(QEMU_PIPE_HANDLE h) { in qemu_pipe_valid()
35 inline bool qemu_pipe_valid(QEMU_PIPE_HANDLE h) { in qemu_pipe_valid()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock()
73 int h, android_ycbcr *ycbcr) in mali_gralloc_lock_ycbcr()
223 int h, void **vaddr, int32_t fence_fd) in mali_gralloc_lock_async()
235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async()
249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
Dmali_gralloc_module.cpp92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, in gralloc_lock()
101 int h, android_ycbcr *ycbcr) in gralloc_lock_ycbcr()
116 int h, void **vaddr, int32_t fence_fd) in gralloc_lock_async()
124 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in gralloc_lock_ycbcr_async()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferaccess.cpp36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock()
73 int h, android_ycbcr *ycbcr) in mali_gralloc_lock_ycbcr()
223 int h, void **vaddr, int32_t fence_fd) in mali_gralloc_lock_async()
235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async()
249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
Dmali_gralloc_module.cpp92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, in gralloc_lock()
101 int h, android_ycbcr *ycbcr) in gralloc_lock_ycbcr()
116 int h, void **vaddr, int32_t fence_fd) in gralloc_lock_async()
124 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in gralloc_lock_ycbcr_async()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp178 int free_buffer(buffer_handle_t h) { in free_buffer()
182 int register_buffer(buffer_handle_t h) { in register_buffer()
186 int unregister_buffer(buffer_handle_t h) { in unregister_buffer()
666 int gralloc_free(buffer_handle_t h) { in gralloc_free()
681 int w, int h, int format, int usage, in s_gralloc_alloc()
691 static int s_gralloc_free(alloc_device_t* ad, buffer_handle_t h) { in s_gralloc_free()
857 int free_buffer(buffer_handle_t h) override { in free_buffer()
880 int register_buffer(buffer_handle_t h) override { in register_buffer()
912 int unregister_buffer(buffer_handle_t h) override { in unregister_buffer()
964 int gralloc_register_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_register_buffer()
[all …]
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp281 …odule_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr) in gralloc_lock()
330 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_yc… in gralloc_lock_ycbcr()
465 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr, int… in gralloc_lock_async()
489 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_yc… in gralloc_lock_async_ycbcr()
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java76 public void set(int w, int h, int d, int f) { in set()
83 public boolean match(int w, int h, int d, int f) { in match()
141 private void createVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in createVirtualDisplay()
153 private void addVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in addVirtualDisplay()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp41 int32_t h) { in region_add()
61 int32_t h) { in region_subtract()
100 int32_t h) { in surface_damage()
162 int32_t h) { in surface_damage_buffer()
Dwayland_shell.cpp39 int32_t h) { in zxdg_positioner_v6_set_size()
51 int32_t h) { in zxdg_positioner_v6_set_anchor_rect()
174 int32_t h) { in zxdg_toplevel_v6_set_max_size()
184 int32_t h) { in zxdg_toplevel_v6_set_min_size()
307 int32_t h) { in zxdg_surface_v6_set_window_geometry()
Dwayland_dmabuf.cpp71 int32_t h, in linux_buffer_params_create()
92 int32_t h, in linux_buffer_params_create_immed()
Dwayland_surface.h45 int32_t h; member
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc.cpp50 alloc_device_t* /*dev*/, int format, int w, int h, in gralloc_alloc_buffer()
99 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() argument
/device/linaro/dragonboard/gralloc/
Dgralloc.cpp127 int usage, int x, int y, int w, int h, void **ptr) in gbm_mod_lock()
154 int usage, int x, int y, int w, int h, struct android_ycbcr *ycbcr) in gbm_mod_lock_ycbcr()
191 int w, int h, int format, int usage, in gbm_mod_alloc_gpu0()
Dgralloc_gbm.cpp260 static int gbm_map(buffer_handle_t handle, int x, int y, int w, int h, in gbm_map()
395 int usage, int x, int y, int w, int h, in gralloc_gbm_bo_lock()
489 int usage, int x, int y, int w, int h, in gralloc_gbm_bo_lock_ycbcr()
/device/google/contexthub/sensorhal/
Dsensors.cpp83 for (auto &h : mOperationHandler) { in activate() local
94 for (auto &h: mOperationHandler) { in setDelay() local
117 for (auto &h : mOperationHandler) { in batch() local
128 for (auto &h : mOperationHandler) { in flush() local
/device/linaro/dragonboard/qcom/qrtr/src/
Dhash.c6 unsigned int h; in hash_mem() local
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp40 HalState* asHalState(wifi_handle h) { in asHalState()
44 Info* asInfo(wifi_handle h) { in asInfo()
48 Interface* asInterface(wifi_interface_handle h) { in asInterface()
/device/google/cuttlefish/guest/hals/camera/
DGrallocModule.cpp107 int h, void **vaddr) { in lock()
150 int w, int h, struct android_ycbcr *ycbcr) { in lock_ycbcr()
/device/google/contexthub/lib/include/nanohub/
Dsha2.h31 uint32_t h[8]; member
/device/amlogic/yukawa/hal/gralloc/legacy/
Dalloc_device.cpp43 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/hikey/gralloc960/legacy/
Dalloc_device.cpp43 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_hand… in alloc_device_alloc()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp121 int h = 1280/2; in render() local
148 static void get_color(uint32_t* img, int i, int j, int w, int h, int dw, uint32_t * color) { in get_color()
396 int w, h; in init_gl_surface() local
/device/google/crosshatch/json-c/
Dlinkhash.c495 unsigned long h, n; in lh_table_insert() local
529 unsigned long h = t->hash_fn(k); in lh_table_lookup_entry() local

123