Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
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()
/hardware/interfaces/contexthub/1.0/default/
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()