/hardware/qcom/display/msm8960/libgralloc/ |
D | ionalloc.cpp | 127 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd) in free_buffer() 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) in map_buffer() 167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) in unmap_buffer() 179 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op) in clean_buffer()
|
/hardware/intel/img/psb_video/src/ |
D | tng_cmdbuf.h | 196 #define TNG_RELOC_CMDBUF_START(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*… argument 198 #define TNG_RELOC_CMDBUF_FRAMES(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*… argument 205 #define RELOC_MTXCTX_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UIN… argument 212 #define RELOC_PICMGMT_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UI… argument 215 #define RELOC_JPEG_PIC_PARAMS_PTG(dest, offset, buf) tng_cmdbuf_add_relocation(cmdbuf, (IMG_UINT32*… argument 231 #define tng_cmdbuf_insert_reg_write(topaz_reg, base, offset, value) \ argument
|
D | pnw_cmdbuf.h | 169 #define RELOC_CMDBUF_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument 172 #define RELOC_PIC_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument 175 #define RELOC_SLICE_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t… argument 187 #define pnw_cmdbuf_insert_reg_write(base, offset, value) \ argument
|
D | psb_cmdbuf.h | 157 #define RELOC(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, o… argument 158 #define RELOC_MSG(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, o… argument 159 #define RELOC_SHIFT4(dest, offset, background, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t… argument 160 #define RELOC_REGIO(dest, offset, buf, dst) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest… argument
|
D | vsp_cmdbuf.h | 74 #define VSP_RELOC_CMDBUF(dest, offset, buf) vsp_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), bu… argument 88 #define vsp_cmdbuf_insert_command(cmdbuf,context_id, ref_buf,type,offset,size) \ argument 96 #define vsp_cmdbuf_reloc_pic_param(pic_param_dest,offset,ref_buf, dst_buf_loc, pic_param_buf_start)… argument
|
D | tng_enc_trace.h | 47 int offset; member 99 #define MULTICORE_READ32(offset, pointer) \ argument
|
D | psb_drv_debug.c | 803 void psb__debug_schedule_hexdump(const char *name, psb_buffer_p buf, uint32_t offset, uint32_t size) in psb__debug_schedule_hexdump() 813 static void psb__hexdump2(unsigned char *p, int offset, int size) in psb__hexdump2() 833 int offset = g_hexdump_offset % 8; in psb__hexdump() local
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | ionalloc.cpp | 126 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 144 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() 184 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | ionalloc.cpp | 123 int IonAlloc::free_buffer(void* base, size_t size, size_t offset, int fd) in free_buffer() 139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) in map_buffer() 175 int IonAlloc::clean_buffer(void *base, size_t size, size_t offset, int fd, int op) in clean_buffer()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | ionalloc.cpp | 122 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() 180 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/hardware/qcom/display/msm8998/libgralloc/ |
D | ionalloc.cpp | 123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 141 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() 181 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | ionalloc.cpp | 123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() 178 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | ionalloc.cpp | 132 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 150 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() 190 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_ion_alloc.cpp | 116 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer() 134 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer() 166 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int fd, int op) { in CleanBuffer()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_ion_alloc.cpp | 104 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer() 124 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer() 168 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
D | overlay3DPipe.h | 187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 389 inline bool S3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlay3DPipe.h | 187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 389 inline bool S3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { in queueBuffer()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_cmdbuf.h | 148 #define RELOC_CMDBUF(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest), buf, o… argument 151 #define RELOC_PIC_PARAMS(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument 154 #define RELOC_SLICE_PARAMS(dest, offset, buf) lnc_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… argument
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | WsbmWrapper.c | 160 int offset = 0; in psbWsbmAllocateFromUB() local 199 int offset = 0; in psbWsbmAllocateTTMBuffer() local 375 uint32_t offset = in psbWsbmGetGttOffset() local
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
D | wcd9xxx-slimslave.h | 77 #define SB_PGD_PORT_CFG_BYTE_ADDR(offset, port_num) \ argument 89 #define SB_PGD_RX_PORT_MULTI_CHANNEL_0(offset, port_num) \ argument
|
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/ |
D | wcd9xxx-slimslave.h | 67 #define SB_PGD_PORT_CFG_BYTE_ADDR(offset, port_num) (SB_PGD_PORT_BASE + offset + (1 * port_num)) argument 75 #define SB_PGD_RX_PORT_MULTI_CHANNEL_0(offset, port_num) (SB_PGD_PORT_BASE + offset + (4 * port_n… argument
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidItem.h | 30 ssize_t offset; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | sdiovar.h | 33 int offset; member
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | hci_packetizer.cc | 36 size_t offset = packet_length_offset_for_type[type]; in HciGetPacketLengthForType() local
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.h | 85 uint32_t offset; member
|