Home
last modified time | relevance | path

Searched refs:halName (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DParametersUtil.cpp63 const String8 halName(name); in getParam() local
65 keys.addKey(halName); in getParam()
67 return getHalStatusToResult(params->getInt(halName, *value)); in getParam()
71 const String8 halName(name); in getParam() local
72 context.addKey(halName); in getParam()
74 return getHalStatusToResult(params->get(halName, *value)); in getParam()
/aosp12/frameworks/native/services/powermanager/
H A DPowerHalLoader.cpp35 sp<T> loadHal(bool& exists, sp<T>& hal, F& loadFn, const char* halName) { in loadHal() argument
44 ALOGV("Successfully connected to Power HAL %s service.", halName); in loadHal()
46 ALOGV("Power HAL %s service not available.", halName); in loadHal()
/aosp12/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h145 bool matchInstance(HalFormat format, const std::string& halName, const Version& version,
/aosp12/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.cpp576 IContexthub *HIDL_FETCH_IContexthub(const char * halName) { in HIDL_FETCH_IContexthub() argument
577 ALOGI("%s Called for %s", __FUNCTION__, halName); in HIDL_FETCH_IContexthub()
/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp451 bool CompatibilityMatrix::matchInstance(HalFormat format, const std::string& halName, in matchInstance() argument
455 (void)forEachInstanceOfInterface(format, halName, version, interfaceName, in matchInstance()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DVehicleHal.java700 for (String halName : halNames) { in dumpSpecificHals()
701 HalServiceBase service = byName.get(halName); in dumpSpecificHals()
703 writer.printf("No HAL named %s. Valid options are: %s\n", halName, byName.keySet()); in dumpSpecificHals()