Home
last modified time | relevance | path

Searched defs:serviceNames (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/contexthub/common/vts/
H A DVtsHalContexthubUtils.h56 std::vector<std::string> serviceNames = in getHalAndHubIdList() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DLiveWallpaperInfo.java211 Context context, String packageName, @Nullable List<String> serviceNames, in getFromSpecifiedPackage()
256 List<String> serviceNames) { in getAllContainingServiceNames()
/aosp12/hardware/ril/libril/
H A Dsap_service.cpp929 const char *serviceNames[] = { in registerService() local
H A Dril_service.cpp8418 const char *serviceNames[] = { in registerService() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java879 private void dumpIndividualServices(IndentingPrintWriter writer, String... serviceNames) { in dumpIndividualServices()