Home
last modified time | relevance | path

Searched refs:create_device_identifier (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp92 .create_device_identifier = create_device_identifier,
296 ::input_device_identifier_t* create_device_identifier(input_host_t* host, in create_device_identifier() function
H A DInputDriver.h137 input_device_identifier_t* create_device_identifier(input_host_t* host,
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp79 return mCallbacks.create_device_identifier( in createDeviceIdentifier()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h416 input_device_identifier_t* (*create_device_identifier)(input_host_t* host, member