Searched refs:alloc (Results 1 - 25 of 41) sorted by relevance

12

/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsCamera.cpp90 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());
95 alloc.free(rec.handle);
308 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get());
314 status_t result = alloc.allocate(mWidth, mHeight, mFormat, 1, mUsage,
351 GraphicBufferAllocator &alloc(GraphicBufferAllocator::get());
359 alloc.free(rec.handle);
H A DEvsDisplay.cpp75 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());
76 alloc.free(mBuffer.memHandle);
168 GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());
169 status_t result = alloc.allocate(
/hardware/intel/common/libwsbm/src/
H A Dwsbm_driver.h92 struct _ValidateNode *(*alloc) (struct _WsbmVNodeFuncs *, int); member in struct:_WsbmVNodeFuncs
/hardware/intel/img/psb_video/src/
H A Dpsb_ws_driver.c94 .alloc = psb_alloc,
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayWriteback.h51 bool alloc(uint32_t size, bool isSecure);
H A DoverlayWriteback.cpp49 return alloc(size, isSecure);
52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayWriteback.h51 bool alloc(uint32_t size, bool isSecure);
H A DoverlayWriteback.cpp49 return alloc(size, isSecure);
52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayWriteback.h51 bool alloc(uint32_t size, bool isSecure);
H A DoverlayWriteback.cpp49 return alloc(size, isSecure);
52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayWriteback.h51 bool alloc(uint32_t size, bool isSecure);
H A DoverlayWriteback.cpp49 return alloc(size, isSecure);
52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc.h48 return d->alloc(d, w, h, format, usage, handle, stride);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc.h48 return d->alloc(d, w, h, format, usage, handle, stride);
/hardware/interfaces/bluetooth/1.0/default/
H A Dbt_vendor_lib.h258 * Vendor lib needs to request a buffer through the alloc callout function
311 * needs to be first allocated through the alloc callout function.
350 malloc_cb alloc; member in struct:__anon1029
/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dhardware.c152 /* Must allocate command buffer via HC's alloc API */
153 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhardware.c151 /* Must allocate command buffer via HC's alloc API */
152 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
/hardware/interfaces/graphics/allocator/2.0/default/
H A DGralloc0Allocator.cpp121 int result = mDevice->alloc(mDevice, info.width, info.height,
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhardware.c164 /* Must allocate command buffer via HC's alloc API */
165 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhardware.c165 /* Must allocate command buffer via HC's alloc API */
166 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhardware.c167 /* Must allocate command buffer via HC's alloc API */
168 p_buf = (HC_BT_HDR *) q->cb->alloc(BT_HC_HDR_SIZE + HCI_CMD_PREAMBLE_SIZE);
/hardware/broadcom/libbt/src/
H A Dhardware.c637 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
990 p_buf = (HC_BT_HDR *)bt_vendor_cbacks->alloc(
1024 p_buf = (HC_BT_HDR *)bt_vendor_cbacks->alloc(
1123 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
1168 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
1342 p_buf = (HC_BT_HDR *)bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + cmd_u16);
1410 p_buf = (HC_BT_HDR *)bt_vendor_cbacks->alloc(
1605 /* Must allocate command buffer via HC's alloc API */
1606 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
/hardware/interfaces/renderscript/1.0/
H A DIContext.hal69 * @param alloc AllocationAdapter
73 allocationAdapterOffset(AllocationAdapter alloc, vec<uint32_t> offsets);
165 * @param alloc Allocation
169 allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer);
935 * @param alloc Allocation to be filled by output
938 scriptGroupSetOutput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc);
947 * @param alloc Allocation to be read as input
950 scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc);
/hardware/interfaces/renderscript/1.0/default/
H A DContext.h41 Return<void> allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) override;
48 Return<void> allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) override;
95 Return<void> scriptGroupSetOutput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) override;
96 Return<void> scriptGroupSetInput(ScriptGroup sg, ScriptKernelID kid, Allocation alloc) override;
/hardware/libhardware/include/hardware/
H A Dgralloc.h160 * been created with (*alloc_device_t::alloc)() can be used.
169 * with (*alloc_device_t::alloc)().
330 * (*alloc)() Allocates a buffer in graphic memory with the requested
343 int (*alloc)(struct alloc_device_t* dev, member in struct:alloc_device_t
385 * @param usage - it is the flag used when alloc function is called.

Completed in 5982 milliseconds

12