HomeSort by relevance Sort by last modified time
    Searched refs:input_host_callbacks_t (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputHost.h 43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {}
50 input_host_callbacks_t mCallbacks;
55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) :
75 InputReportDefinition(input_host_t* host, input_host_callbacks_t cb,
96 InputDeviceDefinition(input_host_t* host, input_host_callbacks_t cb,
115 InputProperty(input_host_t* host, input_host_callbacks_t cb, input_property_t* p) :
133 InputPropertyMap(input_host_t* host, input_host_callbacks_t cb, input_property_map_t* m) :
169 InputHost(input_host_t* host, input_host_callbacks_t cb) : InputHostBase(host, cb) {}
EvdevModule.cpp 99 input_host_t* host, input_host_callbacks_t cb) {
  /hardware/libhardware/include/hardware/
input.h 541 } input_host_callbacks_t; typedef in typeref:struct:input_host_callbacks
558 void (*init)(const input_module_t* module, input_host_t* host, input_host_callbacks_t cb);
  /frameworks/native/services/inputflinger/host/
InputDriver.cpp 91 static input_host_callbacks_t kCallbacks = {

Completed in 1379 milliseconds