Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.h161 int property_set_intf(const char* propName, const char* valueStr);
179 #define property_set(a, b) property_set_intf(a, b)
DphNxpNciHal_IoctlOperations.cc111 int property_set_intf(const char* propName, const char* valueStr) { in property_set_intf() function