From e64871a894fe103b6df31cafe606db5424e1cbdb Mon Sep 17 00:00:00 2001 From: Keun Soo Yim Date: Wed, 4 Jan 2017 15:46:25 -0800 Subject: [PATCH] add target-side profiling test for multimedia HIDL HALs Test: mma Change-Id: I14aeb000e2a17381c28ea2115d67a7e8eb84e375 --- .../effect/hidl/target_profiling/Android.mk | 23 +++++++++++++ .../hidl/target_profiling/AndroidTest.xml | 31 ++++++++++++++++++ .../hidl/target_profiling/Android.mk | 23 +++++++++++++ .../hidl/target_profiling/AndroidTest.xml | 31 ++++++++++++++++++ .../hal/vr/hidl/target_profiling/Android.mk | 23 +++++++++++++ .../vr/hidl/target_profiling/AndroidTest.xml | 32 +++++++++++++++++++ 6 files changed, 163 insertions(+) create mode 100644 audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/Android.mk create mode 100644 audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/AndroidTest.xml create mode 100644 soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/Android.mk create mode 100644 soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/AndroidTest.xml create mode 100644 vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/Android.mk create mode 100644 vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/AndroidTest.xml diff --git a/audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/Android.mk b/audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/Android.mk new file mode 100644 index 0000000000..430600da83 --- /dev/null +++ b/audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/Android.mk @@ -0,0 +1,23 @@ +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := HalAudioEffectHidlTargetBasicProfilingTest +VTS_CONFIG_SRC_DIR := testcases/hal/audio/effect/hidl/target_profiling +include test/vts/tools/build/Android.host_config.mk diff --git a/audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/AndroidTest.xml b/audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/AndroidTest.xml new file mode 100644 index 0000000000..7febf267fb --- /dev/null +++ b/audio/effect/2.0/vts/functional/vts/testcases/hal/audio/effect/hidl/target_profiling/AndroidTest.xml @@ -0,0 +1,31 @@ + + + + + + + + + diff --git a/soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/Android.mk b/soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/Android.mk new file mode 100644 index 0000000000..fc0f9c478c --- /dev/null +++ b/soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/Android.mk @@ -0,0 +1,23 @@ +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := HalSoundTriggerHidlTargetBasicProfilingTest +VTS_CONFIG_SRC_DIR := testcases/hal/soundtrigger/hidl/target_profiling +include test/vts/tools/build/Android.host_config.mk diff --git a/soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/AndroidTest.xml b/soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/AndroidTest.xml new file mode 100644 index 0000000000..e95a406925 --- /dev/null +++ b/soundtrigger/2.0/vts/functional/vts/testcases/hal/soundtrigger/hidl/target_profiling/AndroidTest.xml @@ -0,0 +1,31 @@ + + + + + + + + + diff --git a/vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/Android.mk b/vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/Android.mk new file mode 100644 index 0000000000..6f60af3ac5 --- /dev/null +++ b/vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/Android.mk @@ -0,0 +1,23 @@ +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := VrHidlTargetProfilingTest +VTS_CONFIG_SRC_DIR := testcases/hal/vr/hidl/target_profiling +include test/vts/tools/build/Android.host_config.mk diff --git a/vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/AndroidTest.xml b/vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/AndroidTest.xml new file mode 100644 index 0000000000..3bc711a44d --- /dev/null +++ b/vr/1.0/vts/functional/vts/testcases/hal/vr/hidl/target_profiling/AndroidTest.xml @@ -0,0 +1,32 @@ + + + + + + + + + +