Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/hal/
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)
DphNxpNciHal_IoctlOperations.cc76 int property_get_intf(const char* propName, char* valueStr, in property_get_intf() function