Home
last modified time | relevance | path

Searched refs:static_properties (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/
H A DAndroid.mk58 static_properties.cpp \
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc936 ArtField* static_properties = in GetSystemProperty() local
939 if (static_properties == nullptr) { in GetSystemProperty()
945 ObjPtr<mirror::Object> props = static_properties->GetObject(h_props_class.Get()); in GetSystemProperty()