Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp116 constexpr static auto& fnName = __func__; in notifyInputDevicesChanged() local
118 StringPrintf("%s::%s(id=0x%" PRIx32 ")", mName, fnName, args.id)); in notifyInputDevicesChanged()
123 constexpr static auto& fnName = __func__; in notifyConfigurationChanged() local
125 StringPrintf("%s::%s(id=0x%" PRIx32 ")", mName, fnName, args.id)); in notifyConfigurationChanged()
130 constexpr static auto& fnName = __func__; in notifyKey() local
132 StringPrintf("%s::%s(id=0x%" PRIx32 ")", mName, fnName, args.id)); in notifyKey()
137 constexpr static auto& fnName = __func__; in notifyMotion() local
139 StringPrintf("%s::%s(id=0x%" PRIx32 ")", mName, fnName, args.id)); in notifyMotion()
144 constexpr static auto& fnName = __func__; in notifySwitch() local
146 StringPrintf("%s::%s(id=0x%" PRIx32 ")", mName, fnName, args.id)); in notifySwitch()
[all …]
/frameworks/native/services/powermanager/
DPowerHalController.cpp103 HalResult<T> PowerHalController::processHalResult(HalResult<T>&& result, const char* fnName) { in processHalResult() argument
105 ALOGE("%s failed: %s", fnName, result.errorMessage()); in processHalResult()