HomeSort by relevance Sort by last modified time
    Searched refs:power_cycle (Results 1 - 10 of 10) sorted by null

  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 124 tHAL_API_POWER_CYCLE *power_cycle; member in struct:__anon16096
  /hardware/libhardware/include/hardware/
nfc.h 189 * (*power_cycle)() Restart controller by power cyle;
192 int (*power_cycle)(const struct nfc_nci_device *p_dev); member in struct:nfc_nci_device
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 95 dev->power_cycle = hal_power_cycle;
  /external/libnfc-nci/halimpl/pn54x/
nfc_nci.c 215 dev->nci_device.power_cycle = hal_power_cycle;
  /external/autotest/server/hosts/
servo_host.py 549 def power_cycle(self): member in class:ServoHost
580 self.power_cycle()
587 self.power_cycle()
cros_host.py 150 # POWER_CONTROL_SERVO: Used in set_power() and power_cycle() methods.
151 # POWER_CONTROL_MANUAL: Used in set_power() and power_cycle() methods.
2350 def power_cycle(self, power_method=POWER_CONTROL_RPM): member in class:CrosHost
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 154 dev->nci_device.power_cycle = hal_power_cycle;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 328 mHalEntryFuncs.power_cycle = HalPowerCycle;
553 mHalDeviceContext->power_cycle (mHalDeviceContext);
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 334 nfc_cb.p_hal->power_cycle();
  /external/autotest/server/cros/faft/
firmware_test.py 873 def power_cycle(self): member in class:FirmwareTest
    [all...]

Completed in 209 milliseconds