Searched refs:HidlFastboot (Results 1 – 2 of 2) sorted by relevance
28 using HidlFastboot = ::android::hardware::fastboot::V1_1::IFastboot; variable31 explicit FastbootShim(const ::android::sp<HidlFastboot>& service);43 ::android::sp<HidlFastboot> service_;
48 FastbootShim::FastbootShim(const sp<HidlFastboot>& service) : service_(service) {} in FastbootShim()