Searched refs:getPartitionType (Results 1 – 8 of 8) sorted by relevance
26 Return<void> Fastboot::getPartitionType(const hidl_string& /* partitionName */, in getPartitionType() function in android::hardware::fastboot::V1_0::implementation::Fastboot
33 Return<void> getPartitionType(const hidl_string& partitionName,
26 Return<void> Fastboot::getPartitionType(const hidl_string& /* partitionName */, in getPartitionType() function in android::hardware::fastboot::V1_1::implementation::Fastboot
36 Return<void> getPartitionType(const hidl_string& partitionName,
41 Return<void> getPartitionType(const ::android::hardware::hidl_string& partitionName,
31 getPartitionType(string partitionName) generates (FileSystemType type, Result result);
50 Return<void> Fastboot::getPartitionType(const ::android::hardware::hidl_string& /* partitionName */, in getPartitionType() function in android::hardware::fastboot::V1_1::implementation::Fastboot
349 fastboot_hal->getPartitionType(args[0], [&](FileSystemType fs_type, Result result) { in GetPartitionType()