Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/system/iorap/src/db/
H A Dfile_models.h41 int GetVersion() const { in GetVersion() function
52 os << vcn.GetPackage() << "/" << vcn.GetActivity() << "@" << vcn.GetVersion();
H A Dfile_models.cc97 ss << vcn_.GetVersion(); in BaseDir()
H A Dmodels.h985 vcn.GetVersion()); in SelectByVersionedComponentName()
1074 vcn.GetVersion()); in SelectByVersionedComponentName()
/aosp12/art/libdexfile/dex/
H A Ddex_file_loader_test.cc327 EXPECT_EQ(38u, header.GetVersion()); in TEST_F()
336 EXPECT_EQ(39u, header.GetVersion()); in TEST_F()
345 EXPECT_EQ(40u, header.GetVersion()); in TEST_F()
H A Ddex_file.h117 uint32_t GetVersion() const;
218 return GetHeader().GetVersion(); in GetDexVersion()
H A Ddex_file.cc208 uint32_t DexFile::Header::GetVersion() const { in GetVersion() function in art::DexFile::Header
/aosp12/system/keymaster/include/keymaster/
H A Dsoft_keymaster_device.h68 void GetVersion(const GetVersionRequest& req, GetVersionResponse* rsp) { in GetVersion() function
69 impl_->GetVersion(req, rsp); in GetVersion()
H A Dandroid_keymaster.h54 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp54 GetVersion(versionReq, &versionRsp); in Initialize()
111 void TrustyKeymaster::GetVersion(const GetVersionRequest& request, GetVersionResponse* response) { in GetVersion() function in keymaster::TrustyKeymaster
/aosp12/packages/services/Car/cpp/computepipe/runner/include/
H A Dprebuilt_interface.h51 const unsigned char* COMPUTEPIPE_RUNNER(GetVersion)();
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster.h29 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DBinaryStreamVisitor.cpp55 Write32(header.GetVersion()); in visit()
H A DRawPrintVisitor.cpp39 print(header.GetVersion(), "version"); in visit()
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DIdmap.h95 inline uint32_t GetVersion() const { in GetVersion() function
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DIdmapTests.cpp71 ASSERT_EQ(header->GetVersion(), 0x08U); in TEST()
146 ASSERT_EQ(idmap->GetHeader()->GetVersion(), 0x08U); in TEST()
207 ASSERT_EQ(idmap->GetHeader()->GetVersion(), 0x08U); in TEST()
H A DIdmap2BinaryTests.cpp62 ASSERT_EQ(idmap.GetHeader()->GetVersion(), kIdmapCurrentVersion); in AssertIdmap()
/aosp12/system/core/fastboot/device/
H A Dvariables.h24 bool GetVersion(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
H A Dvariables.cpp53 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() function
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice_properties.h151 uint8_t GetVersion() const { in GetVersion() function
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.h222 keymaster_error_t GetVersion(uint8_t* major, uint8_t* minor, uint8_t* subminor);
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h155 jint (*GetVersion)(JNIEnv *); member
495 jint GetVersion() in GetVersion() function
496 { return functions->GetVersion(this); } in GetVersion()
/aosp12/libnativehelper/include_jni/
H A Djni.h155 jint (*GetVersion)(JNIEnv *); member
495 jint GetVersion() in GetVersion() function
496 { return functions->GetVersion(this); } in GetVersion()
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc230 return env->NewStringUTF(Runtime::GetVersion()); in VMRuntime_vmVersion()
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc453 view.GetVersion(), in on_read_remote_version_complete()
/aosp12/art/runtime/
H A Dparsed_options.cc637 Runtime::GetVersion(), in DoParse()

12