Home
last modified time | relevance | path

Searched refs:BOOTCTL_AIDL (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/boot/aidl/client/include/
DBootControlClient.h35 enum class BootControlVersion { BOOTCTL_V1_0, BOOTCTL_V1_1, BOOTCTL_V1_2, BOOTCTL_AIDL }; enumerator
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp70 BootControlVersion GetVersion() const override { return BootControlVersion::BOOTCTL_AIDL; } in GetVersion()