Home
last modified time | relevance | path

Searched defs:minor_version (Results 1 – 7 of 7) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp24 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
DNfc.profiler.cpp24 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
DMemoryTest.profiler.cpp27 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() local
DTestMsgQ.profiler.cpp32 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() local
DBar.profiler.cpp35 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() local
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp56 size_t minor_version = in GetServiceName() local
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp112 for (size_t minor_version = fq_instance.getMinorVersion();; --minor_version) { in GetPassthroughService() local