Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
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.c246 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabDestroy() local
253 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabAlloc() local
260 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabFree() local
/device/google/contexthub/firmware/os/inc/
DsyscallDo.h200 static inline void eOsSlabAllocatorDestroy(struct SlabAllocator* allocator) in eOsSlabAllocatorDestroy()
205 static inline void* eOsSlabAllocatorAlloc(struct SlabAllocator* allocator) in eOsSlabAllocatorAlloc()
210 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) in eOsSlabAllocatorFree()
/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()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp179 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream()
890 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
DQCameraStream.cpp271 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraChannel.cpp209 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream()
960 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
DQCameraStream.cpp306 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()