Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 10 of 10) sorted by relevance

/system/core/fastboot/
Dbootimg_utils.cpp50 static void mkbootimg_v3_and_above(const std::vector<char>& kernel, in mkbootimg_v3_and_above()
79 void mkbootimg(const std::vector<char>& kernel, const std::vector<char>& ramdisk, in mkbootimg()
Dfastboot.cpp643 static std::vector<char> LoadBootableImage(const std::string& kernel, const std::string& ramdisk, in LoadBootableImage()
2470 std::string kernel = next_arg(&args); in Main() local
2492 std::string kernel = next_arg(&args); in Main() local
/system/extras/simpleperf/doc/
Dcollect_etm_data_for_autofdo.md241 ### A possible problem: trace_id mismatch
/system/update_engine/payload_generator/
Dboot_img_filesystem_unittest.cc35 brillo::Blob GetBootImg(const brillo::Blob& kernel, in GetBootImg()
/system/netd/tests/
Dtun_interface.cpp135 sockaddr_nl kernel = {.nl_family = AF_NETLINK}; in addAddress() local
/system/libvintf/test/
DLibVintfTest.cpp992 auto testMatrix = [&] (MatrixKernel &&kernel) { in TEST_F()
1003 MatrixKernel kernel(KernelVersion{4, 4, 1}, KernelConfigs(configs)); in TEST_F() local
1009 MatrixKernel kernel(KernelVersion{3, 18, 60}, KernelConfigs(configs)); in TEST_F() local
1015 MatrixKernel kernel(KernelVersion{3, 18, 22}, KernelConfigs(configs)); in TEST_F() local
1021 MatrixKernel kernel(KernelVersion{3, 18, 22}, KernelConfigs(configs)); in TEST_F() local
1034 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
1042 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
1050 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
1058 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
1066 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
[all …]
/system/libvintf/
DCompatibilityMatrix.cpp48 bool CompatibilityMatrix::addKernel(MatrixKernel&& kernel, std::string* error) { in addKernel()
DAssembleVintf.cpp471 MatrixKernel kernel(KernelVersion{pair.first}, std::move(conditionedConfig.second)); in assembleFrameworkCompatibilityMatrixKernels() local
DHalManifest.cpp755 const std::optional<KernelInfo>& HalManifest::kernel() const { in kernel() function in android::vintf::HalManifest
Dparse_xml.cpp1510 for (const auto& kernel : object->framework.mKernels) { in buildObject() local