Searched defs:blob_info (Results 1 – 9 of 9) sorted by relevance
35 BlobMemoryPool::BlobMemoryPool(IAllocator *allocator, std::vector<BlobInfo> blob_info) in BlobMemoryPool()77 void BlobMemoryPool::allocate_blobs(const std::vector<BlobInfo> &blob_info) in allocate_blobs()
36 OffsetMemoryPool::OffsetMemoryPool(IAllocator *allocator, BlobInfo blob_info) in OffsetMemoryPool()
669 let blob_info = BlobInfo::new_with_superseded( in check_and_import() localVariable
2236 let blob_info = key_blob.map_or::<Result<_>, _>(Ok(None), |(blob_id, blob)| { in load_blob_components() localVariable
1420 BlobInfo blob_info = 10081 [(module) = "framework"]; field
57137 Atom::_Internal::blob_info(const Atom* msg) { in blob_info() function in android::os::statsd::Atom::_Internal67542 void Atom::set_allocated_blob_info(::android::os::statsd::BlobInfo* blob_info) { in set_allocated_blob_info()
259013 inline const ::android::os::statsd::BlobInfo& Atom::blob_info() const { in blob_info() function259028 inline void Atom::unsafe_arena_set_allocated_blob_info(::android::os::statsd::BlobInfo* blob_info) { in unsafe_arena_set_allocated_blob_info()
69589 pub mod blob_info { module