Home
last modified time | relevance | path

Searched refs:pollDuration (Results 1 – 5 of 5) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_PowerTrackerIface.cc34 static bool phNxpNciHal_isPowerTrackerConfigured(unsigned long* pollDuration) { in phNxpNciHal_isPowerTrackerConfigured() argument
41 if (pollDuration) { in phNxpNciHal_isPowerTrackerConfigured()
43 *pollDuration = num * 1000; in phNxpNciHal_isPowerTrackerConfigured()
69 if (!phNxpNciHal_isPowerTrackerConfigured(&outHandle->pollDuration)) { in phNxpNciHal_PowerTrackerInit()
DphNxpNciHal_PowerTrackerIface.h20 typedef NFCSTATUS (*PowerTrackerStartFunc_t)(unsigned long pollDuration);
29 unsigned long pollDuration; member
DphNxpNciHal.cc1685 gPowerTrackerHandle.start(gPowerTrackerHandle.pollDuration); in phNxpNciHal_core_initialized()
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/include/
DphNxpNciHal_PowerTracker.h37 extern "C" NFCSTATUS phNxpNciHal_startPowerTracker(unsigned long pollDuration);
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/src/
DphNxpNciHal_PowerTracker.cc107 NFCSTATUS phNxpNciHal_startPowerTracker(unsigned long pollDuration) { in phNxpNciHal_startPowerTracker() argument
114 pollDuration); in phNxpNciHal_startPowerTracker()
146 gContext.pollDurationMilliSec = pollDuration; in phNxpNciHal_startPowerTracker()