Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/
H A DphNxpNciHal_IoctlOperations.h146 int property_get_intf(const char* propName, char* valueStr,
178 #define property_get(a, b, c) property_get_intf(a, b, c)
H A DphNxpNciHal_IoctlOperations.cc76 int property_get_intf(const char* propName, char* valueStr, in property_get_intf() function