Home
last modified time | relevance | path

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

123456789

/hardware/google/aemu/base/include/aemu/base/containers/
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 …]
/hardware/libhardware_legacy/
Duevent.c88 struct uevent_handler *h; in uevent_next_event() local
106 struct uevent_handler *h; in uevent_add_native_handler() local
123 struct uevent_handler *h; in uevent_remove_native_handler() local
/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h22 #define PLANE_SIZE(w, h) ((w) * (h)) argument
23 #define S2B_PLANE_SIZE(w, h) (GRALLOC_ALIGN((w) / 4, 16) * (GRALLOC_ALIGN(h, 16))) argument
31 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes()
56 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp()
83 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit()
Dmali_gralloc_bufferaccess.cpp113 const int t, const int w, const int h, in validate_lock_input_parameters()
189 uint64_t usage, int l, int t, int w, int h, void **vaddr) in mali_gralloc_lock()
/hardware/google/aemu/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()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
62 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
62 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
61 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
61 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/google/gfxstream/guest/qemupipe/include-types/
Dqemu_pipe_types_bp.h24 inline bool qemu_pipe_valid(QEMU_PIPE_HANDLE h) { in qemu_pipe_valid()
/hardware/libhardware/tests/hwc/
Dtest-arrows.c74 int prepare(int w, int h) { in prepare()
143 int w, h, count = 0; in main() local
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3VideoTest.cpp60 int testcase, int camid, int w, int h) in initTest()
86 int testcase, int camid, int w, int h) in snapshotCaptureRequest()
95 int camid, int w, int h) in configureVideoStream()
DQCameraHAL3PreviewTest.cpp59 int testcase, int camid, int w, int h) in initTest()
82 int testcase, int camid, int w, int h) in snapshotCaptureRequest()
90 int camid, int w, int h) in configurePreviewStream()
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuBlob.cpp74 int RutabagaVirtGpuResource::transferFromHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferFromHost()
92 int RutabagaVirtGpuResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidItem.cpp80 std::istream& operator>>(std::istream &is, HidUtil::HidItem &h) { in operator >>()
118 std::ostream& operator<<(std::ostream &os, const HidUtil::HidItem &h) { in operator <<()
/hardware/google/gfxstream/guest/platform/linux/
DLinuxVirtGpuBlob.cpp112 int LinuxVirtGpuResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost()
132 int LinuxVirtGpuResource::transferFromHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferFromHost()
/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp59 bool ColorBufferVk::readToBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, void* outBytes) { in readToBytes()
67 bool ColorBufferVk::updateFromBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in updateFromBytes()
/hardware/google/aemu/base/include/aemu/base/files/
DScopedFileHandle.h49 HANDLE h = handle_; in release() local
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/google/gfxstream/host/gl/
DReadbackWorkerGl.cpp32 ReadbackWorkerGl::TrackedDisplay::TrackedDisplay(uint32_t displayId, uint32_t w, uint32_t h) in TrackedDisplay()
53 void ReadbackWorkerGl::initReadbackForDisplay(uint32_t displayId, uint32_t w, uint32_t h) { in initReadbackForDisplay()

123456789