OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputListenerInterface
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/inputflinger/
InputListener.h
26
class
InputListenerInterface
;
33
virtual void notify(const sp<
InputListenerInterface
>& listener) const = 0;
49
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
76
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
113
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
133
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
151
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
158
class
InputListenerInterface
: public virtual RefBase {
160
InputListenerInterface
() { }
161
virtual ~
InputListenerInterface
() { }
[
all
...]
InputListener.cpp
38
void NotifyConfigurationChangedArgs::notify(const sp<
InputListenerInterface
>& listener) const {
62
void NotifyKeyArgs::notify(const sp<
InputListenerInterface
>& listener) const {
99
void NotifyMotionArgs::notify(const sp<
InputListenerInterface
>& listener) const {
117
void NotifySwitchArgs::notify(const sp<
InputListenerInterface
>& listener) const {
132
void NotifyDeviceResetArgs::notify(const sp<
InputListenerInterface
>& listener) const {
139
QueuedInputListener::QueuedInputListener(const sp<
InputListenerInterface
>& innerListener) :
InputReader.h
430
virtual
InputListenerInterface
* getListener() = 0;
450
const sp<
InputListenerInterface
>& listener);
500
virtual
InputListenerInterface
* getListener();
[
all
...]
InputDispatcher.h
275
class InputDispatcherInterface : public virtual RefBase, public
InputListenerInterface
{
[
all
...]
InputReader.cpp
259
const sp<
InputListenerInterface
>& listener) :
922
InputListenerInterface
* InputReader::ContextImpl::getListener() {
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
210
class FakeInputListener : public
InputListenerInterface
{
722
sp<
InputListenerInterface
> mListener;
730
const sp<
InputListenerInterface
>& listener) :
764
virtual
InputListenerInterface
* getListener() {
938
const sp<
InputListenerInterface
>& listener) :
[
all
...]
Completed in 80 milliseconds