Searched refs:fun (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | virtual_device.cpp | 225 auto fun = [&](int32_t uiSet, const std::vector<uint32_t> &list) -> bool { in CreateKey() local 248 if (!fun(item.first, item.second)) { in CreateKey()
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 642 const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, struct UsbFnFunction *fun) in UsbFnCfgMgrParseUsbFnFunction() 644 if (node == NULL || fun == NULL) { in UsbFnCfgMgrParseUsbFnFunction() 648 if (drsOps->GetString(node, "funcName", &fun->funcName, NULL) != HDF_SUCCESS) { in UsbFnCfgMgrParseUsbFnFunction() 652 if (strncmp(fun->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in UsbFnCfgMgrParseUsbFnFunction() 655 fun->strings = UsbFnCfgMgrParseStrings(node, drsOps); in UsbFnCfgMgrParseUsbFnFunction() 656 if (fun->strings == NULL) { in UsbFnCfgMgrParseUsbFnFunction() 660 fun->fsDescriptors = UsbFnCfgMgrParseFunDesc(node, drsOps, "fsDescList"); in UsbFnCfgMgrParseUsbFnFunction() 661 if (fun->fsDescriptors == NULL) { in UsbFnCfgMgrParseUsbFnFunction() 664 fun->hsDescriptors = UsbFnCfgMgrParseFunDesc(node, drsOps, "hsDescList"); in UsbFnCfgMgrParseUsbFnFunction() 665 if (fun in UsbFnCfgMgrParseUsbFnFunction() 641 UsbFnCfgMgrParseUsbFnFunction( const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, struct UsbFnFunction *fun) UsbFnCfgMgrParseUsbFnFunction() argument [all...] |
/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 307 int32_t RilImpl::SetRadioState(int32_t slotId, int32_t serialId, int32_t fun, int32_t rst) in SetRadioState() argument 309 return TaskSchedule(&Telephony::HRilManager::SetRadioState, slotId, serialId, fun, rst); in SetRadioState()
|
/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 95 int32_t SetRadioState(int32_t slotId, int32_t serialId, int32_t fun, int32_t rst) override;
|
Completed in 6 milliseconds