Searched refs:halName (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | ParametersUtil.cpp | 63 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 D | PowerHalLoader.cpp | 35 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 D | CompatibilityMatrix.h | 145 bool matchInstance(HalFormat format, const std::string& halName, const Version& version,
|
/aosp12/hardware/interfaces/contexthub/1.0/default/ |
H A D | Contexthub.cpp | 576 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 D | CompatibilityMatrix.cpp | 451 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 D | VehicleHal.java | 700 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()
|