Home
last modified time | relevance | path

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

123456

/device/generic/vulkan-cereal/base/
DEntityManager.h59 static size_t getHandleIndex(EntityHandle h) { in getHandleIndex()
63 static size_t getHandleGeneration(EntityHandle h) { in getHandleGeneration()
69 static size_t getHandleType(EntityHandle h) { in getHandleType()
86 static EntityHandle withIndex(EntityHandle h, size_t i) { in withIndex()
90 static EntityHandle withGeneration(EntityHandle h, size_t nextGen) { in withGeneration()
94 static EntityHandle withType(EntityHandle h, size_t newType) { in withType()
275 void remove(EntityHandle h) { in remove()
302 Item* get(EntityHandle h) { in get()
317 const Item* get_const(EntityHandle h) const { in get_const()
327 bool isLive(EntityHandle h) const { in isLive()
[all …]
/device/generic/goldfish/sensors/
Dsensor_list.cpp325 bool isSensorHandleValid(const int h) { in isSensorHandleValid()
329 const SensorInfo* getSensorInfoByHandle(const int h) { in getSensorInfoByHandle()
333 const char* getQemuSensorNameByHandle(const int h) { in getQemuSensorNameByHandle()
/device/generic/vulkan-cereal/host-common/
DMultiDisplay.cpp67 uint32_t h, in setMultiDisplay()
156 uint32_t* h, in getMultiDisplay()
204 uint32_t* h, in getNextMultiDisplay()
255 uint32_t totalH, pos_x, pos_y, w, h; in translateCoordination() local
278 void MultiDisplay::setGpuMode(bool isGuestMode, uint32_t w, uint32_t h) { in setGpuMode()
373 uint32_t h, in setDisplayPose()
424 uint32_t* h) { in getDisplayPose()
506 void MultiDisplay::getCombinedDisplaySize(uint32_t* w, uint32_t* h) { in getCombinedDisplaySize()
511 void MultiDisplay::getCombinedDisplaySizeLocked(uint32_t* w, uint32_t* h) { in getCombinedDisplaySizeLocked()
577 bool MultiDisplay::multiDisplayParamValidate(uint32_t id, uint32_t w, uint32_t h, in multiDisplayParamValidate()
DMultiDisplayPipe.cpp50 uint32_t w, h, dpi, flag, id; in onMessage() local
85 void MultiDisplayPipe::fillData(std::vector<uint8_t>& data, uint32_t id, uint32_t w, uint32_t h, in fillData()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
Dnative_handle.cpp41 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in native_handle_create() local
65 int native_handle_delete(native_handle_t* h) { in native_handle_delete()
72 int native_handle_close(const native_handle_t* h) { in native_handle_close()
/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/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/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/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.java77 public void set(int w, int h, int d, int f) { in set()
84 public boolean match(int w, int h, int d, int f) { in match()
142 private void createVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in createVirtualDisplay()
154 private void addVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in addVirtualDisplay()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp42 int32_t h) { in region_add()
62 int32_t h) { in region_subtract()
101 int32_t h) { in surface_damage()
163 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()
/device/generic/vulkan-cereal/stream-servers/
DReadbackWorker.cpp28 ReadbackWorker::recordDisplay::recordDisplay(uint32_t displayId, uint32_t w, uint32_t h) in recordDisplay()
50 void ReadbackWorker::setRecordDisplay(uint32_t displayId, uint32_t w, uint32_t h, bool add) { in setRecordDisplay()
DPostWorker.cpp97 uint32_t id, w, h, c; in postImpl() local
129 int x, y, w, h; in postImpl() local
252 uint32_t w, h; in composev2Impl() local
322 void PostWorker::composeLayer(ComposeLayer* l, uint32_t w, uint32_t h) { in composeLayer()
/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.cpp261 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/generic/goldfish-opengl/shared/qemupipe/include-types/
Dqemu_pipe_types_bp.h24 inline bool qemu_pipe_valid(QEMU_PIPE_HANDLE h) { in qemu_pipe_valid()
/device/generic/vulkan-cereal/third-party/angle/src/common/
DFloat16ToFloat32.cpp295 float float16ToFloat32(unsigned short h) in float16ToFloat32()
/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/contexthub/lib/include/nanohub/
Dsha2.h31 uint32_t h[8]; member

123456