summaryrefslogtreecommitdiff
path: root/nn/common/include/Utils.h
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2020-05-12 16:43:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-12 16:43:34 +0000
commit9926f82774463e258dcf2189341a2d36dd56f100 (patch)
tree4e7787eab0244d4bb6f71ba0f17568965d00aa51 /nn/common/include/Utils.h
parentef9c23ee28a3f36e494b3e9fc2aeba1cc284ae3c (diff)
parentca8c1cba4c7ba6612e0471be620c899e27032f77 (diff)
downloadml-9926f82774463e258dcf2189341a2d36dd56f100.tar.gz
Merge "Avoid sending ahwb requests to 1.0 and 1.1 drivers." into rvc-dev
Diffstat (limited to 'nn/common/include/Utils.h')
-rw-r--r--nn/common/include/Utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nn/common/include/Utils.h b/nn/common/include/Utils.h
index 24e69211c..ca11c5ebc 100644
--- a/nn/common/include/Utils.h
+++ b/nn/common/include/Utils.h
@@ -530,9 +530,11 @@ hal::hidl_vec<hal::V1_3::Operand> convertToV1_3(const hal::hidl_vec<hal::V1_3::O
bool compliantWithV1_0(const hal::V1_0::Request& request);
bool compliantWithV1_0(const hal::V1_3::Request& request);
+bool compliantWithV1_2(const hal::V1_3::Request& request);
hal::V1_0::Request convertToV1_0(const hal::V1_0::Request& request);
hal::V1_0::Request convertToV1_0(const hal::V1_3::Request& request);
+hal::V1_0::Request convertToV1_2(const hal::V1_3::Request& request);
hal::V1_3::Request convertToV1_3(const hal::V1_0::Request& request);
hal::V1_3::Request convertToV1_3(const hal::V1_3::Request& request);