Home
last modified time | relevance | path

Searched defs:devInfo (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/audio/supportlibs/tinyalsa_adapter/src/
Daudio_hw.c292 static void dumpdev_info(const char *tag, struct DevInfo *devInfo, int32_t count) in dumpdev_info()
388 int32_t GetOutDevInfo(int32_t index, struct DevInfo* devInfo) in GetOutDevInfo()
400 int32_t GetInDevInfo(int32_t index, struct DevInfo* devInfo) in GetInDevInfo()
/drivers/framework/support/platform/include/pcie/
Dpcie_core.h42 struct PcieDevCfgInfo devInfo; member
/drivers/framework/model/sensor/driver/common/include/
Dsensor_device_manager.h36 struct SensorDeviceInfo devInfo; member
/drivers/peripheral/input/input_adapter/input/hal/src/
Dinput_manager.cpp62 static int32_t GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice()
Dinput_device_manager.cpp543 int32_t InputDeviceManager::GetDevice(int32_t deviceIndex, DeviceInfo **devInfo) in GetDevice()
/drivers/peripheral/input/input_adapter/input_ipc/service/src/
Dinput_service.cpp43 int32_t InputServer::GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice()
Dinput_service_stub.cpp110 DeviceInfo* devInfo = (DeviceInfo*)new DeviceInfo(); in InputServerStubGetInputDevice() local
142 DeviceInfo* devInfo = new DeviceInfo[devNum]; in InputServerStubGetInputDeviceList() local
Dinput_device_manager.cpp552 int32_t InputDeviceManager::GetDevice(int32_t deviceIndex, DeviceInfo **devInfo) in GetDevice()
/drivers/peripheral/usb/hal/client/src/
Dusbd_client.cpp430 int32_t UsbdClient::BulkTransferRead(const UsbDev &devInfo, const UsbPipe &pipe, int32_t timeout, in BulkTransferRead()
578 int32_t UsbdClient::IsoTransferRead(const UsbDev &devInfo, const UsbPipe &pipe, int32_t timeout, in IsoTransferRead()
606 int32_t UsbdClient::IsoTransferWrite(const UsbDev &devInfo, const UsbPipe &pipe, int32_t timeout, in IsoTransferWrite()
/drivers/peripheral/input/hal/src/
Dinput_manager.c41 static int32_t GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice()
/drivers/peripheral/input/input_adapter/input_ipc/client/src/
Dinput_proxy.cpp327 int32_t InputProxy::GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice()