Searched refs:lazy (Results 1 – 18 of 18) sorted by relevance
2 interface android.hardware.tests.lazy@1.0::ILazy default13 interface android.hardware.tests.lazy@1.0::ILazy default24 interface android.hardware.tests.lazy@1.1::ILazy default15 interface android.hardware.tests.lazy@1.1::ILazy default2
40 using ::android::hardware::tests::lazy::V1_1::ILazy;155 sp<ILazy> lazy; in TEST_F() local160 lazy = ILazy::castFrom(hal); in TEST_F()161 if (lazy) break; in TEST_F()163 if (!lazy) GTEST_SKIP() << "Services under test do not include ILazy"; in TEST_F()165 ASSERT_TRUE(lazy->setCustomActiveServicesCallback().isOk()); in TEST_F()
16 "android.hardware.tests.lazy@1.1",38 "android.hardware.tests.lazy@1.1",
26 using android::hardware::tests::lazy::V1_1::ILazy;
18 # Start lazy services
25 /(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.[0-9]+-service-lazy u:obj…31 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm@1\.0-service-lazy u:object_r:hal_drm_de…33 /(vendor|system/vendor)/bin/hw/android\.hardware\.cas@1\.[0-2]-service-lazy u:object_r:hal_ca…54 /(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service-lazy u:object_r:hal_light_…85 /(vendor|system/vendor)/bin/hw/android\.hardware\.wifi@1\.0-service-lazy u:object_r:hal_wifi_d…
18 …in/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
73 * may not be started if they are lazy.90 * Recommended usage is when creating a lazy process, try unregistering when IClientCallback's
15 This will run tests on the input service, verifying whether it successfully displays lazy behavior.
43 android.hardware.tests.lazy::ILazy u:object_r:hal_lazy_test_hwservice:…
79 traced.lazy. u:object_r:traced_lazy_prop:s0
80 traced.lazy. u:object_r:traced_lazy_prop:s0
70 traced.lazy. u:object_r:traced_lazy_prop:s0
782 particularly intended for services that are conditionally lazy HALs. When783 they are lazy HALs, oneshot must be on, otherwise oneshot should be off.
370 Don't be lazy here, as you already put in the time to get this far.