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.cpp62 const String8 halName(name); in getParam() local
64 keys.addKey(halName); in getParam()
66 return getHalStatusToResult(params->getInt(halName, *value)); in getParam()
70 const String8 halName(name); in getParam() local
71 context.addKey(halName); in getParam()
73 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()