Searched defs:allocator (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | slab.c | 31 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()
|
D | osApi.c | 246 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/ |
D | syscallDo.h | 200 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/ |
D | QCameraChannel.cpp | 178 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream() 878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
|
D | QCameraStream.cpp | 271 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 179 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream() 890 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
|
D | QCameraStream.cpp | 271 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 209 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream() 960 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, in addReprocStreamsFromSource()
|
D | QCameraStream.cpp | 306 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
|