Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/nci/
Dhal.cc106 static void HalPowerCycle() { FUZZLOG("HAL_OP: type=powerCycle"); } in HalPowerCycle() function
124 .power_cycle = HalPowerCycle,
/system/nfc/src/include/
DNfcAdaptation.h135 static void HalPowerCycle();
/system/nfc/src/adaptation/
DNfcAdaptation.cc517 mHalEntryFuncs.power_cycle = HalPowerCycle; in InitializeHalDeviceContext()
723 void NfcAdaptation::HalPowerCycle() { in HalPowerCycle() function in NfcAdaptation