/hardware/google/pixel/vibrator/cs40l26/ |
D | service.cpp | 34 auto svc = ndk::SharedRefBase::make<Vibrator>( in main() local 36 const auto svcName = std::string() + svc->descriptor + "/" + VIBRATOR_NAME; in main() 38 auto svcBinder = svc->asBinder(); in main()
|
/hardware/google/pixel/thermal/ |
D | service.cpp | 39 auto svc = ndk::SharedRefBase::make<Thermal>(); in main() local 40 const auto svcName = std::string() + svc->descriptor + "/" + THERMAL_INSTANCE_NAME; in main() 44 auto svcBinder = svc->asBinder(); in main()
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | service.cpp | 40 auto svc = ndk::SharedRefBase::make<Vibrator>( in main() local 42 const auto svcName = std::string() + svc->descriptor + "/" + VIBRATOR_NAME; in main() 46 auto svcBinder = svc->asBinder(); in main()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/include/ |
D | GlWrapper.h | 36 bool initialize(const std::shared_ptr<automotivedisplay::ICarDisplayProxy>& svc, 46 void showWindow(const std::shared_ptr<automotivedisplay::ICarDisplayProxy>& svc, 48 void hideWindow(const std::shared_ptr<automotivedisplay::ICarDisplayProxy>& svc,
|
/hardware/google/pixel/mm/ |
D | pixel-mm-legacy.rc | 34 on property:init.svc.dumpstatez=running 37 on property:init.svc.dumpstatez=stopped 40 on property:init.svc.bugreport=running 43 on property:init.svc.bugreport=stopped 46 on property:init.svc.bugreportd=running 49 on property:init.svc.bugreportd=stopped
|
D | pixel-mm.rc | 33 on property:init.svc.dumpstatez=running 36 on property:init.svc.dumpstatez=stopped 39 on property:init.svc.bugreport=running 42 on property:init.svc.bugreport=stopped 45 on property:init.svc.bugreportd=running 48 on property:init.svc.bugreportd=stopped
|
D | pixel-mm-gki.rc | 59 on property:init.svc.dumpstatez=running 62 on property:init.svc.dumpstatez=stopped 65 on property:init.svc.bugreport=running 68 on property:init.svc.bugreport=stopped 71 on property:init.svc.bugreportd=running 74 on property:init.svc.bugreportd=stopped
|
/hardware/interfaces/drm/aidl/vts/ |
D | drm_hal_test_main.cpp | 51 for (auto svc : drmInstances) { in getAllInstances() local 52 allInstances.insert(HalBaseName(svc)); in getAllInstances()
|
D | drm_hal_common.cpp | 187 auto svc = GetParamService(); in SetUp() local 188 const string drmInstance = HalFullName(kDrmIface, svc); in SetUp()
|
/hardware/google/aemu/host-common/ |
D | RefcountPipe.cpp | 29 RefcountPipe::RefcountPipe(void* hwPipe, Service* svc, base::Stream* loadStream) in RefcountPipe() argument 30 : AndroidPipe(hwPipe, svc) { in RefcountPipe()
|
D | AndroidPipe.cpp | 208 Service* svc = nullptr; in onGuestSend() local 229 svc = findServiceByName(pipeName); in onGuestSend() 230 if (svc) { in onGuestSend() 244 if (!svc) { in onGuestSend() 245 svc = findServiceByName(pipeName); in onGuestSend() 248 if (!svc) { in onGuestSend() 253 AndroidPipe* newPipe = svc->create(mHwPipe, pipeArgs, mFlags); in onGuestSend()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | RefcountPipe.h | 40 Service* svc,
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | structs.cpp | 583 aidl::SuppSvcNotification toAidl(const V1_0::SuppSvcNotification& svc) { in toAidl() argument 585 .isMT = svc.isMT, in toAidl() 586 .code = svc.code, in toAidl() 587 .index = svc.index, in toAidl() 588 .type = svc.type, in toAidl() 589 .number = svc.number, in toAidl()
|
D | structs.h | 89 toAidl(const V1_0::SuppSvcNotification& svc);
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | android.hardware.power-service.pixel-libperfmgr.rc | 15 on property:init.svc.zygote=restarting && property:vendor.powerhal.state=*
|
/hardware/interfaces/health/aidl/ |
D | README.md | 65 in the rc file triggered by `on property:init.svc.<name>=running` where 240 `on property:init.svc.<name>=running`, where `<name>` is the name of your
|