Home
last modified time | relevance | path

Searched defs:GetStorage (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dentry.cc117 storage::StorageModule* GetStorage() { in GetStorage() function
/aosp12/art/compiler/
H A Dcompiled_method.h80 CompiledMethodStorage* GetStorage() { in GetStorage() function
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_entry.cc72 storage::StorageModule* GetStorage() { return nullptr; } in GetStorage() function
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp548 std::vector<uint8_t> LogEvent::GetStorage(size_t key, status_t* err) const { in GetStorage() function in android::os::statsd::LogEvent