Searched defs:major_version (Results 1 – 6 of 6) sorted by relevance
23 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
26 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() local
23 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
31 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() local
34 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() local
47 auto major_version = package_and_version.getPackageMajorVersion(); in FindAnyIfaceFQName() local