aboutsummaryrefslogtreecommitdiff
path: root/1.3
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2020-03-31 15:03:42 +0100
committerKevin May <kevin.may@arm.com>2020-03-31 16:18:26 +0000
commit352d83857d28a37821a5a6643f0ed21115c66cd7 (patch)
tree1d80cab176605e7e6a361c787eeb107f69d0acad /1.3
parent51ba2c6e0f83d2891a92c63fc30001de761e0789 (diff)
downloadandroid-nn-driver-352d83857d28a37821a5a6643f0ed21115c66cd7.tar.gz
IVGCVSW-4640 Fix HAL 1.3 build issues from update of AOSP master
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I19dd23f938f571f3f63bb1e070d27d27cbe65c1a
Diffstat (limited to '1.3')
-rw-r--r--1.3/ArmnnDriver.hpp7
1 files changed, 0 insertions, 7 deletions
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<ErrorStatus> prepareModelFromCache_1_3(
- V1_3::Priority,
const V1_3::OptionalTimePoint&,
const android::hardware::hidl_vec<android::hardware::hidl_handle>&,
const android::hardware::hidl_vec<android::hardware::hidl_handle>&,
@@ -272,12 +271,6 @@ public:
return ErrorStatus::GENERAL_FAILURE;
}
- Return<void> supportsDeadlines(supportsDeadlines_cb cb) {
- // Set both numbers to be false for deadlines not supported.
- cb(/*prepareModelDeadline=*/false, /*executionDeadline=*/false);
- return Void();
- }
-
Return<void> allocate(const V1_3::BufferDesc& /*desc*/,
const hidl_vec<sp<V1_3::IPreparedModel>>& /*preparedModels*/,
const hidl_vec<V1_3::BufferRole>& /*inputRoles*/,