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/base/services/input/
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;
111
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
131
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
149
virtual void notify(const sp<
InputListenerInterface
>& listener) const;
156
class
InputListenerInterface
: public virtual RefBase {
158
InputListenerInterface
() { }
159
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
364
virtual
InputListenerInterface
* getListener() = 0;
384
const sp<
InputListenerInterface
>& listener);
430
virtual
InputListenerInterface
* getListener();
924
inline
InputListenerInterface
* getListener() { return mContext->getListener(); }
[
all
...]
InputDispatcher.h
272
class InputDispatcherInterface : public virtual RefBase, public
InputListenerInterface
{
[
all
...]
InputReader.cpp
225
const sp<
InputListenerInterface
>& listener) :
820
InputListenerInterface
* InputReader::ContextImpl::getListener() {
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
201
class FakeInputListener : public
InputListenerInterface
{
710
sp<
InputListenerInterface
> mListener;
718
const sp<
InputListenerInterface
>& listener) :
752
virtual
InputListenerInterface
* getListener() {
920
const sp<
InputListenerInterface
>& listener) :
[
all
...]
Completed in 691 milliseconds