HomeSort by relevance Sort by last modified time
    Searched refs:pHandle (Results 1 - 25 of 74) sorted by null

1 2 3

  /device/linaro/hikey/gralloc960/
mali_gralloc_bufferallocation.h 28 uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend);
29 int mali_gralloc_buffer_free(buffer_handle_t pHandle);
framebuffer_device.h 30 buffer_handle_t *pHandle, int *stride, int *byte_stride);
mali_gralloc_ion.h 26 uint32_t numDescriptors, buffer_handle_t *pHandle, bool *alloc_from_backing_store);
mali_gralloc_ion.cpp 57 static void mali_gralloc_ion_free_internal(buffer_handle_t *pHandle, uint32_t num_hnds);
394 uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend)
489 mali_gralloc_ion_free_internal(pHandle, numDescriptors);
507 mali_gralloc_ion_free_internal(pHandle, numDescriptors);
511 pHandle[i] = hnd;
526 mali_gralloc_ion_free_internal(pHandle, numDescriptors);
545 mali_gralloc_ion_free_internal(pHandle, numDescriptors);
556 mali_gralloc_ion_free_internal(pHandle, numDescriptors);
570 mali_gralloc_ion_free_internal(pHandle, numDescriptors);
574 pHandle[i] = hnd
    [all...]
mali_gralloc_bufferallocation.cpp 79 static int mali_gralloc_buffer_free_internal(buffer_handle_t *pHandle, uint32_t num_hnds);
884 uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend)
    [all...]
framebuffer_device.cpp 423 uint64_t producer_usage, buffer_handle_t *pHandle)
435 err = mali_gralloc_ion_allocate(m, gralloc_buffer_descriptor, 1, pHandle, &shared);
441 buffer_handle_t *pHandle, int *stride, int *byte_stride)
475 return fb_alloc_from_ion_module(m, alignedFramebufferSize, newConsumerUsage, newProducerUsage, pHandle);
515 return fb_alloc_from_ion_module(m, alignedFramebufferSize, newConsumerUsage, newProducerUsage, pHandle);
518 *pHandle = hnd;
525 buffer_handle_t *pHandle, int *stride, int *byte_stride)
528 int err = fb_alloc_framebuffer_locked(m, consumer_usage, producer_usage, pHandle, stride, byte_stride);
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.h 23 extern EAS_RESULT EAS_LibInit (EAS_DATA_HANDLE *pHandle)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DhcpOptions.c 43 EFI_HANDLE * pHandle;
91 &pHandle );
104 pEnd = &pHandle [ HandleCount ];
105 while ( pEnd > pHandle ) {
110 Status = gBS->OpenProtocol ( *pHandle,
138 Status = gBS->OpenProtocol ( *pHandle,
206 pHandle += 1;
Handles.c 43 EFI_HANDLE * pHandle;
107 pHandle = pHandleArray;
108 pHandleEnd = &pHandle [ Entries ];
109 while ( pHandleEnd > pHandle ) {
119 Value = (UINTN) *pHandle;
156 Status = gBS->ProtocolsPerHandle ( *pHandle,
251 pHandle += 1;
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
EntryUnload.c 89 EFI_HANDLE * pHandle;
96 pHandle = NULL;
111 (VOID **) &pHandle
127 pHandle );
140 Max = BufferSize / sizeof ( pHandle[ 0 ]);
143 pHandle[ Index ],
148 "WARNING - Failed to shutdown the driver on handle %08x\r\n", pHandle[ Index ]));
167 if ( NULL != pHandle ) {
168 gBS->FreePool ( pHandle );
  /device/linaro/hikey/gralloc960/legacy/
alloc_device.cpp 43 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *pHandle,
49 if (!dev || !pHandle || !pStride)
77 err = fb_alloc_framebuffer(m, usage, usage, pHandle, &pixel_stride, &byte_stride);
81 private_handle_t *hnd = (private_handle_t *)*pHandle;
117 if (mali_gralloc_buffer_allocate(m, gralloc_buffer_descriptor, 1, pHandle, NULL) < 0)
124 mali_gralloc_query_getstride(*pHandle, pStride);
  /device/generic/goldfish/gralloc/
gralloc.cpp 47 size_t size, int usage, buffer_handle_t* pHandle);
108 size_t size, int usage, buffer_handle_t* pHandle)
131 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
155 *pHandle = hnd;
161 size_t size, int usage, buffer_handle_t* pHandle)
166 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
172 size_t size, int /*usage*/, buffer_handle_t* pHandle)
191 *pHandle = hnd;
209 buffer_handle_t* pHandle, int* pStride)
211 if (!pHandle || !pStride
    [all...]
  /frameworks/av/media/libeffects/factory/include/media/
EffectsFactoryApi.h 106 // pHandle: address where to return the effect handle.
111 // -EINVAL invalid pEffectUuid or pHandle
113 // *pHandle: updated with the effect handle.
118 effect_handle_t *pHandle);
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 354 EFI_HANDLE * pHandle;
361 pHandle = NULL;
376 (VOID **) &pHandle
392 pHandle );
405 Max = BufferSize / sizeof ( pHandle[ 0 ]);
408 pHandle[ Index ],
413 "WARNING - Failed to shutdown the driver on handle %08x\r\n", pHandle[ Index ]));
432 if ( NULL != pHandle ) {
433 gBS->FreePool ( pHandle );
  /external/skia/include/third_party/vulkan/vulkan/
vulkan_win32.h 94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
101 HANDLE* pHandle);
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
178 HANDLE* pHandle);
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
222 HANDLE* pHandle);
244 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle);
251 HANDLE* pHandle);
  /external/skqp/include/third_party/vulkan/vulkan/
vulkan_win32.h 94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
101 HANDLE* pHandle);
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
178 HANDLE* pHandle);
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
222 HANDLE* pHandle);
244 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle);
251 HANDLE* pHandle);
  /external/swiftshader/include/vulkan/
vulkan_win32.h 94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
101 HANDLE* pHandle);
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
178 HANDLE* pHandle);
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
222 HANDLE* pHandle);
244 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle);
251 HANDLE* pHandle);
  /external/vulkan-headers/include/vulkan/
vulkan_win32.h 94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
101 HANDLE* pHandle);
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
178 HANDLE* pHandle);
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle);
222 HANDLE* pHandle);
244 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle);
251 HANDLE* pHandle);
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc.cpp 54 buffer_handle_t* pHandle, int* pStrideInPixels) {
88 *pHandle = hnd;
103 int /*usage*/, buffer_handle_t* pHandle,
105 if (!pHandle || !pStrideInPixels)
108 int err = gralloc_alloc_buffer(dev, format, w, h, pHandle, pStrideInPixels);
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 47 effect_handle_t *pHandle) {
48 if (pHandle == NULL || uuid == NULL) {
60 *pHandle = (effect_handle_t)pContext;
  /device/generic/goldfish-opengl/system/vulkan/
goldfish_vulkan.cpp 110 uint32_t* pHandle) {
112 *pHandle = 0;
128 uint32_t* pHandle) {
130 *pHandle = 0;
316 uint32_t* pHandle) {
322 return vkstubhal::GetMemoryZirconHandleFUCHSIA(device, pInfo, pHandle);
328 device, pInfo, pHandle);
359 uint32_t* pHandle) {
365 return vkstubhal::GetSemaphoreZirconHandleFUCHSIA(device, pInfo, pHandle);
370 vkEnc, VK_SUCCESS, device, pInfo, pHandle);
    [all...]
  /device/linaro/hikey/gralloc/
alloc_device.cpp 122 static int gralloc_alloc_buffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle)
223 *pHandle = hnd;
296 *pHandle = hnd;
332 static int gralloc_alloc_framebuffer_locked(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle)
359 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
415 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
428 *pHandle = hnd;
433 static int gralloc_alloc_framebuffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle)
437 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
443 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *pHandle, int *pStride
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DriverBinding.c 554 EFI_HANDLE * pHandle;
561 pHandle = NULL;
576 (VOID **) &pHandle
591 pHandle );
602 Max = BufferSize / sizeof ( pHandle[ 0 ]);
605 pHandle[ Index ],
609 DEBUG ((EFI_D_ERROR, "WARNING - Failed to shutdown the driver on handle %08x\r\n", pHandle[ Index ]));
628 if ( NULL != pHandle ) {
629 gBS->FreePool ( pHandle );
  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 36 effect_handle_t *pHandle);
  /frameworks/av/media/bufferpool/1.0/
BufferPoolClient.cpp 202 std::shared_ptr<BufferPoolData> fetchCache(native_handle_t **pHandle) {
206 *pHandle = mHandle;
215 native_handle_t **pHandle) {
225 *pHandle = mHandle;
303 native_handle_t **pHandle,
329 shared_from_this(), pHandle);
348 native_handle_t **pHandle,
368 *buffer = cacheIt->second->fetchCache(pHandle);
378 *buffer = cacheIt->second->createCache(shared_from_this(), pHandle);
402 shared_from_this(), pHandle);
    [all...]

Completed in 1093 milliseconds

1 2 3