HomeSort by relevance Sort by last modified time
    Searched full:pmemptr (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 202 pMemPtr - Pointer to the base virtual address of the allocated memory.
215 void* pMemPtr,
221 if (!pMemPtr) {
225 blk = (struct os_mem_block *)((char *)pMemPtr - sizeof(struct os_mem_block));
228 os_printf("MTT:%s:%d ::os_memoryFree(0x%p, 0x%p, %lu) : %d\n",__FUNCTION__,__LINE__,OsContext,pMemPtr,Size,-Size);
255 pMemPtr - Specifies the base address of a block of memory
266 void* pMemPtr,
271 if (!pMemPtr) {
275 memset(pMemPtr,Value,Length);
336 pMemPtr - Pointer to the base virtual address of the allocated memory
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 240 pMemPtr - Pointer to the base virtual address of the allocated memory.
246 VOID os_MemoryFree(PVOID pMemPtr)
248 free(pMemPtr);
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 81 VOID os_MemoryFree(PVOID pMemPtr);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 218 * \param pMemPtr - Pointer to the base address of a memory block
228 void os_memorySet (TI_HANDLE OsContext, void *pMemPtr, TI_INT32 Value, TI_UINT32 Length);
233 * \param pMemPtr - Pointer to the base address of a memory block
242 void os_memoryZero (TI_HANDLE OsContext, void *pMemPtr, TI_UINT32 Length);
262 * \param pMemPtr - Pointer to the base address of a memory block
271 void os_memoryFree (TI_HANDLE OsContext, void *pMemPtr, TI_UINT32 Size);
  /hardware/ti/wlan/wl1271/utils/
mem.c 181 pMemPtr - Pointer to the base virtual address of the allocated memory.
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 660 OMX_U8* pMemptr = NULL;
749 pMemptr = (OMX_U8*) MemMgr_Alloc(blocks, 2);
750 PROXY_assert((pMemptr != NULL), OMX_ErrorInsufficientResources, "MemMgr_Alloc returns NULL, abort,");
759 pMemptr = handle;
771 pMemptr = (OMX_U8*) MemMgr_Alloc(&block, 1);
772 PROXY_assert((pMemptr != NULL), OMX_ErrorInsufficientResources,"MemMgr_Alloc returns NULL, abort,");
798 eError = PROXY_UseBuffer(hComponent, ppBufferHdr, nPortIndex, pAppPrivate, nSize, pMemptr);
803 ion_free(pCompPrv->ion_fd, pMemptr);
805 MemMgr_Free(pMemptr);
810 pCompPrv->tBufList[currentBuffer].pYBuffer = pMemptr;
    [all...]

Completed in 1228 milliseconds