Home
last modified time | relevance | path

Searched defs:Ioctl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/include/
H A Ddisplay_adapter_interface.h38 int32_t (*Ioctl)(int32_t devFd, uint32_t cmd, void *args); member
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/utils/
H A Ddisplay_adapter.cpp91 int32_t DisplayAdapter::Ioctl(int32_t devFd, uint32_t cmd, void *args) in Ioctl() function in OHOS::HDI::DISPLAY::DisplayAdapter
/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp174 int32_t NfcImpl::Ioctl(NfcCommand cmd, const std::vector<uint8_t> &data, NfcStatus &status) in Ioctl() function in OHOS::HDI::Nfc::V1_1::NfcImpl