Home
last modified time | relevance | path

Searched refs:HalPowerCycle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Nfc/libnfc-nci/src/fuzzers/nci/
Dhal.cc109 static void HalPowerCycle() { FUZZLOG("HAL_OP: type=powerCycle"); } in HalPowerCycle() function
127 .power_cycle = HalPowerCycle,
/packages/modules/Nfc/libnfc-nci/src/include/
DNfcAdaptation.h138 static void HalPowerCycle();
/packages/modules/Nfc/libnfc-nci/src/adaptation/
DNfcAdaptation.cc860 mHalEntryFuncs.power_cycle = HalPowerCycle; in InitializeHalDeviceContext()
1147 void NfcAdaptation::HalPowerCycle() { in HalPowerCycle() function in NfcAdaptation