HomeSort by relevance Sort by last modified time
    Searched full:puserdata (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraHALPP.h 51 * @pUserData: user data pointer
54 void *pUserData);
58 * @pUserData: user data pointer
60 typedef void (*halPPGetOutput) (uint32_t frameIndex, void *pUserData);
66 virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData, void *pStaticParam) = 0;
67 virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData);
82 static void releaseInputDataCb(void *pData, void *pUserData);
83 static void releaseOngoingDataCb(void *pData, void *pUserData);
QCameraHALPP.cpp 82 * @pUserData : Parent of HALPP, i.e. QCameraPostProc
88 int32_t QCameraHALPP::init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData)
94 m_pQCameraPostProc = (QCameraPostProcessor*)pUserData;
272 * @pUserData : user data ptr (QCameraHALPP)
276 void QCameraHALPP::releaseOngoingDataCb(void *pData, void *pUserData)
278 if (pUserData != NULL && pData != NULL) {
279 QCameraHALPP *pme = (QCameraHALPP *)pUserData;
291 * @pUserData : user data ptr (QCameraHALPP)
295 void QCameraHALPP::releaseInputDataCb(void *pData, void *pUserData)
297 if (pUserData != NULL && pData != NULL)
    [all...]
  /external/vulkan-validation-layers/loader/
debug_report.c 66 pNewDbgFuncNode = (VkLayerDbgFunctionNode *)pAllocator->pfnAllocation(pAllocator->pUserData, sizeof(VkLayerDbgFunctionNode),
81 pNewDbgFuncNode->pUserData = pCreateInfo->pUserData;
105 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, pTrav->pUserData)) {
128 pAllocator->pfnFree(pAllocator->pUserData, pTrav);
172 pAllocator->pUserData, n * sizeof(VkDebugReportCallbackCreateInfoEXT), sizeof(void *),
187 pAllocator->pUserData, n * sizeof(VkDebugReportCallbackEXT), sizeof(void *), VK_SYSTEM_ALLOCATION_SCOPE_OBJECT));
189 pAllocator->pfnFree(pAllocator->pUserData, pInfos);
222 pAllocator->pfnFree(pAllocator->pUserData, infos);
223 pAllocator->pfnFree(pAllocator->pUserData, callbacks)
    [all...]
vk_loader_layer.h 29 void *pUserData;
  /external/mesa3d/src/util/
vk_alloc.h 36 return alloc->pfnAllocation(alloc->pUserData, size, align, scope);
44 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope);
53 alloc->pfnFree(alloc->pUserData, data);
  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 26 void* mem = allocator.pfnAllocation(allocator.pUserData, sizeof(Node),
35 info.pUserData, driver_handle};
53 allocator.pfnFree(allocator.pUserData, node);
89 info->pUserData);
api.cpp 63 allocator_.pfnFree(allocator_.pUserData, names_);
64 allocator_.pfnFree(allocator_.pUserData, implicit_layers_.elements);
65 allocator_.pfnFree(allocator_.pUserData, implicit_layers_.name_pool);
249 allocator_.pUserData, arr.elements,
273 allocator_.pUserData, arr.name_pool, new_max_pool_size,
310 allocator_.pUserData, sizeof(const char*) * count,
340 allocator_.pfnFree(allocator_.pUserData, names_);
376 allocator_.pUserData, sizeof(const char*) * count,
523 allocator_.pfnFree(allocator_.pUserData, driver_extensions_);
646 allocator_.pUserData, sizeof(ActiveLayer) * count, alignof(ActiveLayer)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapmethodpeerapis.h 33 BYTE *pUserData,
56 const BYTE *pUserData,
89 const BYTE *pUserData,
126 BYTE * pUserData;
eappapis.h 100 const BYTE *pUserData,
120 const BYTE *pUserData,
raseapif.h 203 PBYTE pUserData;
232 PBYTE pUserData;
251 BYTE *pUserData;
cchannel.h 61 typedef UINT _stdcall VIRTUALCHANNELWRITE(DWORD openHandle,LPVOID pData,ULONG dataLength,LPVOID pUserData);
eaphostpeerconfigapis.h 128 const BYTE *pUserData,
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/loader/
vk_loader_layer.h 29 void *pUserData;
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 30 typedef OMX_U8* CustomMemAlloc(OMX_U32 nSizeBytes, OMX_PTR pUserData);
31 typedef void CustomMemFree(OMX_U8 *pBuffer, OMX_PTR pUserData);
58 OMX_ERRORTYPE SetMemAllocator(CustomMemAlloc *pMemAlloc, CustomMemFree *pMemFree, OMX_PTR pUserData);
  /external/deqp/external/vulkancts/framework/vulkan/
vkDefs.hpp 139 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkAllocationFunction) (void* pUserData,
143 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkReallocationFunction) (void* pUserData,
148 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkFreeFunction) (void* pUserData,
150 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalAllocationNotification) (void* pUserData,
154 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalFreeNotification) (void* pUserData,
166 void* pUserData);
vkAllocationCallbackUtil.cpp 65 DE_NULL, // pUserData
80 static VKAPI_ATTR void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
82 return reinterpret_cast<AllocationCallbacks*>(pUserData)->allocate(size, alignment, allocationScope);
85 static VKAPI_ATTR void* VKAPI_CALL reallocationCallback (void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
87 return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope);
90 static VKAPI_ATTR void VKAPI_CALL freeCallback (void* pUserData, void* pMem)
92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem);
95 static VKAPI_ATTR void VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
97 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, allocationScope);
100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 55 static OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData);
56 static void MemFreeDataBuffer(OMX_U8 *pBuffer, OMX_PTR pUserData);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_logging.h 122 if (pTrav->pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, pTrav->pUserData)) {
187 pNewDbgFuncNode->pUserData = pCreateInfo->pUserData;
358 const char *pMsg, void *pUserData) {
363 fprintf((FILE *)pUserData, "%s(%s): object: 0x%" PRIx64 " type: %d location: %lu msgCode: %d: %s\n", pLayerPrefix, msg_flags,
365 fflush((FILE *)pUserData);
372 const char *pLayerPrefix, const char *pMsg, void *pUserData) {
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 127 pTrav->pUserData)) {
136 pTrav->pUserData)) {
201 pNewDbgFuncNode->pUserData = pCreateInfo->pUserData;
389 const char *pMsg, void *pUserData) {
394 fprintf((FILE *)pUserData, "%s(%s): object: 0x%" PRIx64 " type: %d location: %lu msgCode: %d: %s\n", pLayerPrefix, msg_flags,
396 fflush((FILE *)pUserData);
403 const char *pLayerPrefix, const char *pMsg, void *pUserData) {
421 const char *pLayerPrefix, const char *pMsg, void *pUserData) {
vk_layer_utils.cpp 119 dbgCreateInfo.pUserData = (void *)log_output;
132 dbgCreateInfo.pUserData = NULL;
145 dbgCreateInfo.pUserData = NULL;
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp 339 VKAPI_ATTR void *VKAPI_CALL AllocCallbackFunc(void *pUserData, size_t size, size_t alignment,
358 g_allocated_vector[iii].user_data = (uint64_t)pUserData;
368 VKAPI_ATTR void VKAPI_CALL FreeCallbackFunc(void *pUserData, void *pMemory) {
378 VKAPI_ATTR void *VKAPI_CALL ReallocCallbackFunc(void *pUserData, void *pOriginal, size_t size, size_t alignment,
384 FreeCallbackFunc(pUserData, pOriginal);
389 void *pNew = AllocCallbackFunc(pUserData, size, alignment, allocationScope);
396 FreeCallbackFunc(pUserData, pOriginal);
404 return AllocCallbackFunc(pUserData, size, alignment, allocationScope);
    [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.h 54 void SetUserData(const RetainPtr<CXFA_TextUserData>& pUserData);
  /frameworks/compile/libbcc/lib/
Initialization.cpp 31 void llvm_error_handler(void *pUserData, const std::string &pMessage,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.h 303 void ProcessClear(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
304 void ProcessStoreTiles(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
305 void ProcessDiscardInvalidateTiles(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
306 void ProcessSync(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
307 void ProcessShutdown(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 163 return device->alloc.pfnAllocation(device->alloc.pUserData, size, alignment,
172 return device->alloc.pfnReallocation(device->alloc.pUserData, original,
181 return device->alloc.pfnFree(device->alloc.pUserData, data);
289 .pUserData = device,

Completed in 1180 milliseconds

1 2 3 4 5