Home
last modified time | relevance | path

Searched refs:staArr (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h60 * @param staArr Indicates the pointer to the array storing information about the scanned input devices,
68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen);
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h34 int32_t ScanInputDevice(std::vector<DevDesc> &staArr) override;
H A Dinput_interfaces_impl.cpp164 int32_t InputInterfacesImpl::ScanInputDevice(std::vector<DevDesc> &staArr) in ScanInputDevice() argument
189 staArr.push_back(StaArr); in ScanInputDevice()
/drivers/peripheral/input/hal/src/
H A Dinput_manager.c225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() argument
266 if (memcpy_s(&staArr[count], sizeof(InputDevDesc), data, replayDataSize) != EOK) { in ScanInputDevice()
271 HDF_LOGI("%s: type = %d, id =%d", __func__, staArr[count].devType, staArr[count].devIndex); in ScanInputDevice()
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp33 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() argument
39 return gInputDeviceManager_->ScanDevice(staArr, arrLen); in ScanInputDevice()
H A Dinput_device_manager.cpp572 RetStatus InputDeviceManager::ScanDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanDevice() argument
574 if (staArr == nullptr) { in ScanDevice()
586 (staArr + i)->devIndex = inputDevList_[i].index; in ScanDevice()
587 (staArr + i)->devType = inputDevList_[i].detailInfo.devType; in ScanDevice()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h91 RetStatus ScanDevice(InputDevDesc *staArr, uint32_t arrLen);

Completed in 5 milliseconds