OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tv_input_event_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp
266
NotifyHandler(JTvInputHal* hal, const
tv_input_event_t
* event);
272
tv_input_event_t
mEvent;
279
tv_input_device_t* dev,
tv_input_event_t
* event, void* data);
282
tv_input_event_t
* dstEvent, const
tv_input_event_t
* srcEvent);
446
tv_input_device_t* dev,
tv_input_event_t
* event, void* data) {
453
tv_input_event_t
* dstEvent, const
tv_input_event_t
* srcEvent) {
454
memcpy(dstEvent, srcEvent, sizeof(
tv_input_event_t
));
559
JTvInputHal::NotifyHandler::NotifyHandler(JTvInputHal* hal, const
tv_input_event_t
* event)
[
all
...]
/hardware/libhardware/include/hardware/
tv_input.h
113
/* See
tv_input_event_t
for more details. */
231
}
tv_input_event_t
;
typedef in typeref:struct:tv_input_event
243
tv_input_event_t
* event, void* data);
Completed in 2752 milliseconds