Searched defs:allocator (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/firmware/src/ |
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 | 238 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/ |
D | syscallDo.h | 246 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/ |
D | QCameraChannel.cpp | 181 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, in addStream() 780 int32_t QCameraReprocessChannel::addReprocStreamsFromSource(QCameraAllocator& allocator, in addReprocStreamsFromSource()
|
D | QCameraStream.cpp | 226 QCameraStream::QCameraStream(QCameraAllocator &allocator, in QCameraStream()
|
/device/huawei/angler/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/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()
|