OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputEventFactoryInterface
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/android_runtime/
android_app_NativeActivity.h
68
struct AInputQueue : public android::
InputEventFactoryInterface
{
/frameworks/base/include/ui/
Input.h
590
class
InputEventFactoryInterface
{
592
virtual ~
InputEventFactoryInterface
() { }
595
InputEventFactoryInterface
() { }
605
class PreallocatedInputEventFactory : public
InputEventFactoryInterface
{
InputTransport.h
308
status_t consume(
InputEventFactoryInterface
* factory, InputEvent** outEvent);
/frameworks/base/libs/ui/
InputTransport.cpp
580
status_t InputConsumer::consume(
InputEventFactoryInterface
* factory, InputEvent** outEvent) {
Completed in 599 milliseconds