Home
last modified time | relevance | path

Searched refs:power_cycle (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/nfc/src/include/
H A Dnfc_hal_api.h61 tHAL_API_POWER_CYCLE* power_cycle; member
/aosp12/hardware/libhardware/modules/nfc-nci/
H A Dnfc_nci_example.cpp97 dev->power_cycle = hal_power_cycle; in nfc_open()
/aosp12/hardware/libhardware/include/hardware/
H A Dnfc.h168 int (*power_cycle)(const struct nfc_nci_device *p_dev); member
/aosp12/hardware/interfaces/nfc/1.0/default/
H A DNfc.cpp74 return mDevice->power_cycle(mDevice) ? NfcStatus::FAILED : NfcStatus::OK; in powerCycle()
/aosp12/system/nfc/src/fuzzers/nci/
H A Dhal.cc124 .power_cycle = HalPowerCycle,
/aosp12/hardware/st/nfc/1.0/
H A Dnfc_nci_st21nfc.c224 dev->nci_device.power_cycle = hal_power_cycle; in nfc_open()
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_task.cc320 nfc_cb.p_hal->power_cycle(); in nfc_task_shutdown_nfcc()
/aosp12/system/nfc/src/adaptation/
H A DNfcAdaptation.cc517 mHalEntryFuncs.power_cycle = HalPowerCycle; in InitializeHalDeviceContext()