Searched defs:minor_version (Results 1 – 7 of 7) sorted by relevance
24 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
24 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
27 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() local
32 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() local
35 int minor_version = stoi(version_str.substr(version_str.find('.') + 1)); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() local
56 size_t minor_version = in GetServiceName() local
112 for (size_t minor_version = fq_instance.getMinorVersion();; --minor_version) { in GetPassthroughService() local