Home
last modified time | relevance | path

Searched refs:vts (Results 1 – 9 of 9) sorted by relevance

/frameworks/hardware/interfaces/
DAndroid.bp4 "displayservice/1.0/vts/functional",
7 "sensorservice/1.0/vts/functional",
/frameworks/av/media/audioserver/
Daudioserver.rc10 on property:vts.native_server.on=1
12 on property:vts.native_server.on=0
/frameworks/ml/nn/tools/test_generator/tests/P_vts_operands/
Daddfloat.mod.py2 Configuration.vts = True
/frameworks/ml/nn/tools/test_generator/tests/P_vts_full/
Dvts_full.mod.py2 Configuration.vts = True
/frameworks/ml/nn/
DREADME.txt40 /hardware/interfaces/neuralnetworks/*/vts: The VTS tests.
41 /test/vts-testcase/hal/neuralnetworks: Configuration for the VTS tests
/frameworks/ml/nn/runtime/test/specs/
Dgenerate_vts_test.sh23 --vts \
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp234 hardware::hidl_vec<VendorTagSection> vts; in setUpVendorTags() local
241 vts = vendorTagSecs; in setUpVendorTags()
256 if ((res = HidlVendorTagDescriptor::createDescriptorFromHidl(vts, /*out*/desc)) in setUpVendorTags()
1264 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts, in createDescriptorFromHidl() argument
1270 for (size_t s = 0; s < vts.size(); s++) { in createDescriptorFromHidl()
1271 tagCount += vts[s].tags.size(); in createDescriptorFromHidl()
1291 for (size_t s = 0; s < vts.size(); s++) { in createDescriptorFromHidl()
1292 const hardware::camera::common::V1_0::VendorTagSection& section = vts[s]; in createDescriptorFromHidl()
DCameraProviderManager.h51 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts,
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py618 vts = False variable in Configuration
636 Configuration.vts = args.vts
786 "Output %s model: %s" % ("VTS" if Configuration.vts else "CTS", model),
790 if Configuration.vts: