Home
last modified time | relevance | path

Searched defs:GetPowerStatus (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/input/interfaces/include/
Dinput_controller.h89 int32_t (*GetPowerStatus)(uint32_t devIndex, uint32_t *status); member
/drivers/peripheral/display/hal/
Ddisp_hal.h39 int32_t (*GetPowerStatus)(uint32_t devId, DispPowerStatus *pStatus); member
Ddisp_hal.c176 static int32_t GetPowerStatus(uint32_t devId, DispPowerStatus *pStatus) in GetPowerStatus() function
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp300 int32_t InputInterfacesImpl::GetPowerStatus(uint32_t devIndex, uint32_t &status) in GetPowerStatus() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
/drivers/hdf_core/framework/model/display/driver/
Dhdf_disp.c225 static int32_t GetPowerStatus(struct HdfDeviceObject *device, struct HdfSBuf *reqData, struct HdfSB… in GetPowerStatus() function
/drivers/peripheral/input/hal/src/
Dinput_controller.c231 static int32_t GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() function
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp639 RetStatus InputDeviceManager::GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() function in OHOS::Input::InputDeviceManager