Home
last modified time | relevance | path

Searched refs:getVariant (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/fastboot/aidl/aidl_api/android.hardware.fastboot/1/android/hardware/fastboot/
DIFastboot.aidl42 String getVariant(); in getVariant() method
/hardware/interfaces/fastboot/aidl/aidl_api/android.hardware.fastboot/current/android/hardware/fastboot/
DIFastboot.aidl42 String getVariant(); in getVariant() method
/hardware/interfaces/fastboot/aidl/android/hardware/fastboot/
DIFastboot.aidl93 String getVariant(); in getVariant() method
/hardware/interfaces/fastboot/1.0/default/
DFastboot.h36 Return<void> getVariant(getVariant_cb _hidl_cb) override;
DFastboot.cpp37 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant() function in android::hardware::fastboot::V1_0::implementation::Fastboot
/hardware/google/pixel/fastboot/include/fastboot/
DFastboot_aidl.h35 ::ndk::ScopedAStatus getVariant(std::string *_aidl_return) override;
DFastboot.h46 Return<void> getVariant(getVariant_cb _hidl_cb) override;
/hardware/interfaces/fastboot/aidl/default/
DFastboot.h34 ::ndk::ScopedAStatus getVariant(std::string* _aidl_return) override;
DFastboot.cpp45 ScopedAStatus Fastboot::getVariant(std::string* _aidl_return) { in getVariant() function in aidl::android::hardware::fastboot::Fastboot
/hardware/interfaces/fastboot/aidl/fastbootshim/
Dfastbootshim.cpp81 ScopedAStatus FastbootShim::getVariant(std::string* _aidl_return) { in getVariant() function in aidl::android::hardware::fastboot::FastbootShim
84 auto ret = service_->getVariant([&](auto& variant, auto& result) { in getVariant()
/hardware/interfaces/fastboot/1.1/default/
DFastboot.cpp37 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant() function in android::hardware::fastboot::V1_1::implementation::Fastboot
DFastboot.h39 Return<void> getVariant(getVariant_cb _hidl_cb) override;
/hardware/interfaces/fastboot/aidl/fastbootshim/include/
Dfastbootshim.h40 ::ndk::ScopedAStatus getVariant(std::string* _aidl_return) override;
/hardware/interfaces/fastboot/1.0/
DIFastboot.hal51 getVariant() generates (string variant, Result result);
/hardware/google/pixel/fastboot/
DFastboot.cpp58 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant() function in android::hardware::fastboot::V1_1::implementation::Fastboot
DFastboot_aidl.cpp64 ScopedAStatus Fastboot::getVariant(std::string *_aidl_return) { in getVariant() function in aidl::android::hardware::fastboot::Fastboot
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs6961 const getVariant = function getVariant(group, options) { function
13211 const variant = getVariant(group, options);
13244 const variant = getVariant(group, options) || "italic";
13263 const variant = getVariant(group, options) || "normal";
Dkatex.js7018 var buildMathML_getVariant = function getVariant(group, options) {