Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc72 void* GetStorage() const { in GetStorage() function in mlir::runtime::AsyncValue
204 /*static*/ void* AsyncRuntime::GetStorage(Value* value) { in GetStorage() function in xla::runtime::AsyncRuntime
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dentry.cc75 storage::StorageModule* GetStorage() { in GetStorage() function
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method.h74 CompiledMethodStorage* GetStorage() { in GetStorage() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_entry.cc63 storage::StorageModule* GetStorage() { return nullptr; } in GetStorage() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Dinstance_tracer.cc38 auto& GetStorage() { in GetStorage() function
/aosp_15_r20/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp723 std::vector<uint8_t> LogEvent::GetStorage(size_t key, status_t* err) const { in GetStorage() function in android::os::statsd::LogEvent