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

  /frameworks/native/services/inputflinger/host/
InputDriver.h 35 class InputDriverInterface : public input_host_t, public virtual RefBase {
137 input_device_identifier_t* create_device_identifier(input_host_t* host,
141 input_device_definition_t* create_device_definition(input_host_t* host);
143 input_report_definition_t* create_input_report_definition(input_host_t* host);
145 input_report_definition_t* create_output_report_definition(input_host_t* host);
147 void free_report_definition(input_host_t* host, input_report_definition_t* report_def);
149 void input_device_definition_add_report(input_host_t* host,
152 void input_report_definition_add_collection(input_host_t* host,
155 void input_report_definition_declare_usage_int(input_host_t* host,
159 void input_report_definition_declare_usages_bool(input_host_t* host
    [all...]
InputDriver.cpp 122 mHal->init(mHal, static_cast<input_host_t*>(this), kCallbacks);
294 ::input_device_identifier_t* create_device_identifier(input_host_t* host,
301 input_device_definition_t* create_device_definition(input_host_t* host) {
306 input_report_definition_t* create_input_report_definition(input_host_t* host) {
311 input_report_definition_t* create_output_report_definition(input_host_t* host) {
316 void free_report_definition(input_host_t* host, input_report_definition_t* report_def) {
321 void input_device_definition_add_report(input_host_t* host,
327 void input_report_definition_add_collection(input_host_t* host,
333 void input_report_definition_declare_usage_int(input_host_t* host,
340 void input_report_definition_declare_usages_bool(input_host_t* host
    [all...]
  /hardware/libhardware/include/hardware/
input.h 37 typedef struct input_host input_host_t; typedef in typeref:struct:input_host
416 input_device_identifier_t* (*create_device_identifier)(input_host_t* host,
424 input_device_definition_t* (*create_device_definition)(input_host_t* host);
431 input_report_definition_t* (*create_input_report_definition)(input_host_t* host);
432 input_report_definition_t* (*create_output_report_definition)(input_host_t* host);
437 void (*free_report_definition)(input_host_t* host, input_report_definition_t* report_def);
442 void (*input_device_definition_add_report)(input_host_t* host,
455 void (*input_report_definition_add_collection)(input_host_t* host,
462 void (*input_report_definition_declare_usage_int)(input_host_t* host,
470 void (*input_report_definition_declare_usages_bool)(input_host_t* host
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHost.h 43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {}
49 input_host_t* mHost;
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) {

Completed in 349 milliseconds