Home
last modified time | relevance | path

Searched refs:setSharedAllocator (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
DBaseCameraAdapter.h73 …virtual status_t setSharedAllocator(camera_request_memory shmem_alloc) { mSharedAllocator = shmem_… in setSharedAllocator() function
DCameraHal.h998 virtual status_t setSharedAllocator(camera_request_memory shmem_alloc) = 0;
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp199 mCameraAdapter->setSharedAllocator(get_memory); in setCallbacks()