From 352d83857d28a37821a5a6643f0ed21115c66cd7 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Tue, 31 Mar 2020 15:03:42 +0100 Subject: IVGCVSW-4640 Fix HAL 1.3 build issues from update of AOSP master Signed-off-by: Kevin May Change-Id: I19dd23f938f571f3f63bb1e070d27d27cbe65c1a --- 1.3/ArmnnDriver.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to '1.3/ArmnnDriver.hpp') diff --git a/1.3/ArmnnDriver.hpp b/1.3/ArmnnDriver.hpp index be355932..798c4381 100644 --- a/1.3/ArmnnDriver.hpp +++ b/1.3/ArmnnDriver.hpp @@ -260,7 +260,6 @@ public: } Return prepareModelFromCache_1_3( - V1_3::Priority, const V1_3::OptionalTimePoint&, const android::hardware::hidl_vec&, const android::hardware::hidl_vec&, @@ -272,12 +271,6 @@ public: return ErrorStatus::GENERAL_FAILURE; } - Return supportsDeadlines(supportsDeadlines_cb cb) { - // Set both numbers to be false for deadlines not supported. - cb(/*prepareModelDeadline=*/false, /*executionDeadline=*/false); - return Void(); - } - Return allocate(const V1_3::BufferDesc& /*desc*/, const hidl_vec>& /*preparedModels*/, const hidl_vec& /*inputRoles*/, -- cgit v1.2.1