Searched refs:lazy (Results 1 – 18 of 18) sorted by relevance
/system/tools/hidl/test/lazy_test/ |
D | hidl_lazy_test_server.rc | 2 interface android.hardware.tests.lazy@1.0::ILazy default1 3 interface android.hardware.tests.lazy@1.0::ILazy default2 4 interface android.hardware.tests.lazy@1.1::ILazy default1 5 interface android.hardware.tests.lazy@1.1::ILazy default2
|
D | Android.bp | 24 "android.hardware.tests.lazy@1.0", 25 "android.hardware.tests.lazy@1.1", 43 "android.hardware.tests.lazy@1.0", 44 "android.hardware.tests.lazy@1.1",
|
D | hidl_lazy_test_server.cpp | 26 using android::hardware::tests::lazy::V1_1::ILazy;
|
D | hidl_lazy_test.cpp | 49 using ::android::hardware::tests::lazy::V1_1::ILazy;
|
/system/core/libstats/socket_lazy/include/ |
D | statssocket_lazy.h | 19 namespace android::statssocket::lazy {
|
/system/core/init/ |
D | init_test.cpp | 561 TemporaryFile lazy; in TEST() local 562 ASSERT_TRUE(lazy.fd != -1); in TEST() 563 ASSERT_TRUE(android::base::WriteStringToFd("on boot\nexecute 2", lazy.fd)); in TEST() 568 "load " + std::string(lazy.path) + "\n" in TEST() 589 TemporaryFile lazy; in TEST() local 590 ASSERT_TRUE(lazy.fd != -1); in TEST() 591 ASSERT_TRUE(android::base::WriteStringToFd("on next\nexecute 2", lazy.fd)); in TEST() 596 "load " + std::string(lazy.path) + "\n" in TEST()
|
D | README.md | 886 particularly intended for services that are conditionally lazy HALs. When 887 they are lazy HALs, oneshot must be on, otherwise oneshot should be off.
|
/system/core/rootdir/ |
D | init.zygote64_32.rc | 3 …in/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
|
/system/sepolicy/vendor/ |
D | vndservicemanager.te | 18 # Start lazy services
|
D | file_contexts | 37 …)/bin/hw/android\.hardware\.camera\.provider(@2\.[0-9]+|-V[0-9]+)-service-lazy u:object_r:hal_… 39 …android\.hardware\.camera\.provider(@2\.[0-9]+|-V[0-9]+)-external-service-lazy u:object_r:hal_… 45 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm@1\.0-service-lazy u:object_r:hal_drm_de… 46 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm-service(-lazy)?\.clearkey u:object_r:hal_drm_… 48 /(vendor|system/vendor)/bin/hw/android\.hardware\.cas@1\.[0-2]-service-lazy u:object_r:hal_ca… 50 /(vendor|system/vendor)/bin/hw/android\.hardware\.cas-service\.example-lazy u:object_r:hal_ca… 79 /(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service-lazy u:object_r:hal_light_… 119 /(vendor|system/vendor)/bin/hw/android\.hardware\.tv\.tuner-service\.example(-lazy)? u:object_r:ha… 129 /(vendor|system/vendor)/bin/hw/android\.hardware\.wifi@1\.0-service-lazy u:object_r:hal_wifi_d… 131 /(vendor|system/vendor)/bin/hw/android\.hardware\.wifi-service-lazy u:object_r:hal_wifi_d…
|
/system/core/libstats/socket_lazy/tests/ |
D | libstatssocket_lazy_test.cpp | 64 EXPECT_FALSE(android::statssocket::lazy::IsAvailable()); in TEST_F()
|
/system/libhidl/transport/manager/1.2/ |
D | IServiceManager.hal | 73 * may not be started if they are lazy. 90 * Recommended usage is when creating a lazy process, try unregistering when IClientCallback's
|
/system/core/libstats/socket_lazy/ |
D | libstatssocket_lazy.cpp | 82 namespace android::statssocket::lazy { namespace
|
/system/tools/aidl/tests/lazy_test/ |
D | README | 15 This will run tests on the input service, verifying whether it successfully displays lazy behavior.
|
/system/sepolicy/private/ |
D | hwservice_contexts | 43 android.hardware.tests.lazy::ILazy u:object_r:hal_lazy_test_hwservice:…
|
D | property_contexts | 87 traced.lazy. u:object_r:traced_lazy_prop:s0
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 370 Don't be lazy here, as you already put in the time to get this far.
|
/system/apex/apexd/ |
D | apexd.cpp | 725 if (!statssocket::lazy::IsAvailable()) { in SendApexInstallationRequestedAtom() 763 if (!statssocket::lazy::IsAvailable()) { in SendApexInstallationEndedAtom()
|