Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/
Dservice.cpp34 auto svc = ndk::SharedRefBase::make<Vibrator>( in main() local
/hardware/google/pixel/vibrator/cs40l25/
Dservice.cpp40 auto svc = ndk::SharedRefBase::make<Vibrator>( in main() local
/hardware/google/pixel/thermal/
Dservice.cpp39 auto svc = ndk::SharedRefBase::make<Thermal>(); in main() local
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_test_main.cpp51 for (auto svc : drmInstances) { in getAllInstances() local
Ddrm_hal_common.cpp187 auto svc = GetParamService(); in SetUp() local
/hardware/google/aemu/host-common/
DRefcountPipe.cpp29 RefcountPipe::RefcountPipe(void* hwPipe, Service* svc, base::Stream* loadStream) in RefcountPipe()
DAndroidPipe.cpp208 Service* svc = nullptr; in onGuestSend() local
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
Dstructs.cpp583 aidl::SuppSvcNotification toAidl(const V1_0::SuppSvcNotification& svc) { in toAidl()