Home
last modified time | relevance | path

Searched refs:doOemCommand (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/fastboot/1.0/default/
DFastboot.h35 Return<void> doOemCommand(const hidl_string& oemCmd, doOemCommand_cb _hidl_cb) override;
DFastboot.cpp32 Return<void> Fastboot::doOemCommand(const hidl_string& /* oemCmd */, doOemCommand_cb _hidl_cb) { in doOemCommand() function in android::hardware::fastboot::V1_0::implementation::Fastboot
/hardware/google/pixel/fastboot/include/fastboot/
DFastboot.h41 Return<void> doOemCommand(const ::android::hardware::hidl_string& oemCmd,
/hardware/google/pixel/fastboot/
DFastboot.cpp99 Return<void> Fastboot::doOemCommand(const ::android::hardware::hidl_string& oemCmdArgs, in doOemCommand() function in android::hardware::fastboot::V1_0::implementation::Fastboot
/hardware/interfaces/fastboot/1.0/
DIFastboot.hal41 doOemCommand(string oemCmd) generates (Result result);