HomeSort by relevance Sort by last modified time
    Searched defs:input_property_map_t (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputHost.h 146 operator input_property_map_t*() { return mMap; }
150 // Default move constructor transfers ownership of the input_property_map_t
155 // input_property_map_t pointer.
163 input_host_t* host, input_host_callbacks_t cb, input_property_map_t* m) :
166 input_property_map_t* mMap;
  /hardware/libhardware/include/hardware/
input.h 51 typedef struct input_property_map input_property_map_t; typedef in typeref:struct:input_property_map
482 * input_property_map_t* may be used to query specific properties via the
485 input_property_map_t* (*input_get_device_property_map)(input_host_t* host,
491 * corresponding input_property_map_t is freed is undefined.
494 input_property_map_t* map, const char* key);
514 * Frees the input_property_map_t*.
516 void (*input_free_device_property_map)(input_host_t* host, input_property_map_t* map);

Completed in 663 milliseconds