Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/packet/
H A Dbyte_observer.cc22 …teObserver(const std::function<void(uint8_t)>& on_byte, const std::function<uint64_t()>& get_value) in ByteObserver()
/aosp12/build/make/tools/
H A Dpost_process_props.py226 def get_value(self, name): member in PropList
/aosp12/art/test/712-varhandle-invocations/util-src/
H A Dgenerate_java.py110 …def __init__(self, name, imports=[], declarations=[], lookup='', coordinates=[], get_value='', may… argument
140 def get_value(self, dictionary): member in VarHandleKind
/aosp12/bootable/recovery/install/
H A Dinstall.cpp109 static std::string get_value(const std::map<std::string, std::string>& metadata, in get_value() function