Home
last modified time | relevance | path

Searched defs:powerCycle (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogInternalHandler.cpp168 PowerCycle powerCycle = static_cast<PowerCycle>(static_cast<uint32_t>(arg1)); in notifySystemStateChange() local
205 Status WatchdogInternalHandler::handlePowerCycleChange(PowerCycle powerCycle) { in handlePowerCycleChange()
/aosp12/hardware/interfaces/nfc/1.0/default/
H A DNfc.cpp70 ::android::hardware::Return<NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_0::implementation::Nfc
/aosp12/hardware/st/nfc/1.1/
H A DNfc.cpp113 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/nxp/nfc/pn8x/1.1/
H A DNfc.cpp106 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/nxp/nfc/snxxx/1.1/
H A DNfc.cpp106 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/st/nfc/1.2/
H A DNfc.cpp114 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/nxp/nfc/pn8x/1.2/
H A DNfc.cpp105 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/nxp/nfc/snxxx/1.2/
H A DNfc.cpp106 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/samsung/nfc/1.2/
H A DSecNfc.cpp110 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DCarWatchdogService.java505 private void notifyPowerCycleChange(@PowerCycle int powerCycle) { in notifyPowerCycleChange()
567 int powerCycle = carPowerStateToPowerCycle(powerState); in registerToDaemon() local