Searched refs:minor_version (Results 1 – 7 of 7) sorted by relevance
47 auto minor_version = package_and_version.getPackageMinorVersion(); in FindAnyIfaceFQName() local51 minor_version == spec.component_type_version_minor()) { in FindAnyIfaceFQName()58 std::to_string(major_version) + "." + std::to_string(minor_version); in FindAnyIfaceFQName()
24 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local25 if (major_version != 1 || minor_version > 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
27 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() local28 if (major_version != 1 || minor_version > 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
24 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local25 if (major_version != 1 || minor_version > 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
32 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() local33 if (major_version != 1 || minor_version > 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
35 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() local36 if (major_version != 1 || minor_version > 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
125 for (size_t minor_version = fq_instance.getMinorVersion();; --minor_version) { in GetPassthroughService() local129 fq_instance.getMajorVersion(), minor_version, in GetPassthroughService()163 if (minor_version == 0) { in GetPassthroughService()