OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_property_t
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputHost.h
118
operator
input_property_t
*() { return mProperty; }
123
// Default move constructor transfers ownership of the
input_property_t
128
//
input_property_t
pointer.
136
input_host_t* host, input_host_callbacks_t cb,
input_property_t
* p) :
139
input_property_t
* mProperty;
/hardware/libhardware/include/hardware/
input.h
53
typedef struct input_property
input_property_t
;
typedef in typeref:struct:input_property
489
* the key does not exist, or an
input_property_t
* that must be freed using
490
* input_free_device_property(). Using an
input_property_t
after the
493
input_property_t
* (*input_get_device_property)(input_host_t* host,
498
* The returned const char* is owned by the
input_property_t
.
500
const char* (*input_get_property_key)(input_host_t* host,
input_property_t
* property);
504
* NULL. The returned const char* is owned by the
input_property_t
.
506
const char* (*input_get_property_value)(input_host_t* host,
input_property_t
* property);
509
* Frees the
input_property_t
*.
511
void (*input_free_device_property)(input_host_t* host,
input_property_t
* property)
[
all
...]
Completed in 47 milliseconds