Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/src/
Dslab.c31 struct SlabAllocator *allocator; in slabAllocatorNew() local
52 void slabAllocatorDestroy(struct SlabAllocator *allocator) in slabAllocatorDestroy()
57 void* slabAllocatorAlloc(struct SlabAllocator *allocator) in slabAllocatorAlloc()
67 void slabAllocatorFree(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorFree()
80 void* slabAllocatorGetNth(struct SlabAllocator *allocator, uint32_t idx) in slabAllocatorGetNth()
88 uint32_t slabAllocatorGetIndex(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorGetIndex()
100 uint32_t slabAllocatorGetNumItems(struct SlabAllocator *allocator) in slabAllocatorGetNumItems()
DosApi.c238 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabDestroy() local
245 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabAlloc() local
252 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabFree() local
/device/google/contexthub/firmware/inc/
DsyscallDo.h246 static inline void eOsSlabAllocatorDestroy(struct SlabAllocator* allocator) in eOsSlabAllocatorDestroy()
251 static inline void* eOsSlabAllocatorAlloc(struct SlabAllocator* allocator) in eOsSlabAllocatorAlloc()
256 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) in eOsSlabAllocatorFree()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraChannel.cpp181 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream()
780 int32_t QCameraReprocessChannel::addReprocStreamsFromSource(QCameraAllocator& allocator, in addReprocStreamsFromSource()
DQCameraStream.cpp226 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp178 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream()
878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
DQCameraStream.cpp271 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraChannel.cpp178 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream()
878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
DQCameraStream.cpp271 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()