Home
last modified time | relevance | path

Searched defs:property_set (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/
H A DphNxpNciHal_IoctlOperations.h179 #define property_set(a, b) property_set_intf(a, b) macro
/aosp12/system/core/libcutils/
H A Dproperties.cpp81 int property_set(const char* key, const char* value) { in property_set() function
H A Dproperties_test.cpp112 TEST_F(PropertiesTest, property_set) { in TEST_F() argument