Home
last modified time | relevance | path

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

/system/core/fastboot/
Dbootimg_utils.cpp42 boot_img_hdr_v2* mkbootimg(const std::vector<char>& kernel, const std::vector<char>& ramdisk, in mkbootimg()
Dfastboot.cpp446 static std::vector<char> LoadBootableImage(const std::string& kernel, const std::string& ramdisk, in LoadBootableImage()
1851 std::string kernel = next_arg(&args); in Main() local
1886 std::string kernel = next_arg(&args); in Main() local
/system/update_engine/payload_generator/
Dboot_img_filesystem_unittest.cc34 brillo::Blob GetBootImg(const brillo::Blob& kernel, in GetBootImg()
/system/netd/tests/
Dtun_interface.cpp133 sockaddr_nl kernel = {.nl_family = AF_NETLINK}; in addAddress() local
/system/libvintf/test/
DLibVintfTest.cpp810 auto testMatrix = [&] (MatrixKernel &&kernel) { in TEST_F()
821 MatrixKernel kernel(KernelVersion{4, 4, 1}, KernelConfigs(configs)); in TEST_F() local
827 MatrixKernel kernel(KernelVersion{3, 18, 60}, KernelConfigs(configs)); in TEST_F() local
833 MatrixKernel kernel(KernelVersion{3, 18, 22}, KernelConfigs(configs)); in TEST_F() local
839 MatrixKernel kernel(KernelVersion{3, 18, 22}, KernelConfigs(configs)); in TEST_F() local
852 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
860 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
868 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
876 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
884 MatrixKernel kernel(KernelVersion{3, 18, 22}, std::move(newConfigs)); in TEST_F() local
[all …]
/system/libvintf/
DCompatibilityMatrix.cpp33 bool CompatibilityMatrix::addKernel(MatrixKernel&& kernel, std::string* error) { in addKernel()
DHalManifest.cpp479 const std::optional<KernelInfo>& HalManifest::kernel() const { in kernel() function in android::vintf::HalManifest
DAssembleVintf.cpp433 MatrixKernel kernel(KernelVersion{pair.first}, std::move(conditionedConfig.second)); in assembleFrameworkCompatibilityMatrixKernels() local
Dparse_xml.cpp1175 for (const auto& kernel : object->framework.mKernels) { in buildObject() local
/system/netd/server/
DTrafficController.cpp161 const sockaddr_nl kernel = {.nl_family = AF_NETLINK}; in makeSkDestroyListener() local