Home
last modified time | relevance | path

Searched refs:lazy (Results 1 – 18 of 18) sorted by relevance

/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test_server.rc2 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
DAndroid.bp24 "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",
Dhidl_lazy_test_server.cpp26 using android::hardware::tests::lazy::V1_1::ILazy;
Dhidl_lazy_test.cpp49 using ::android::hardware::tests::lazy::V1_1::ILazy;
/system/core/libstats/socket_lazy/include/
Dstatssocket_lazy.h19 namespace android::statssocket::lazy {
/system/core/init/
Dinit_test.cpp561 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()
DREADME.md886 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/
Dinit.zygote64_32.rc3 …in/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
/system/sepolicy/vendor/
Dvndservicemanager.te18 # Start lazy services
Dfile_contexts37 …)/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/
Dlibstatssocket_lazy_test.cpp64 EXPECT_FALSE(android::statssocket::lazy::IsAvailable()); in TEST_F()
/system/libhidl/transport/manager/1.2/
DIServiceManager.hal73 * 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/
Dlibstatssocket_lazy.cpp82 namespace android::statssocket::lazy { namespace
/system/tools/aidl/tests/lazy_test/
DREADME15 This will run tests on the input service, verifying whether it successfully displays lazy behavior.
/system/sepolicy/private/
Dhwservice_contexts43 android.hardware.tests.lazy::ILazy u:object_r:hal_lazy_test_hwservice:…
Dproperty_contexts87 traced.lazy. u:object_r:traced_lazy_prop:s0
/system/core/fastboot/fuzzy_fastboot/
DREADME.md370 Don't be lazy here, as you already put in the time to get this far.
/system/apex/apexd/
Dapexd.cpp725 if (!statssocket::lazy::IsAvailable()) { in SendApexInstallationRequestedAtom()
763 if (!statssocket::lazy::IsAvailable()) { in SendApexInstallationEndedAtom()