OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputDispatcherPolicyInterface
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/input/
InputManager.h
84
const sp<
InputDispatcherPolicyInterface
>& dispatcherPolicy);
InputManager.cpp
30
const sp<
InputDispatcherPolicyInterface
>& dispatcherPolicy) {
InputDispatcher.h
193
class
InputDispatcherPolicyInterface
: public virtual RefBase {
195
InputDispatcherPolicyInterface
() { }
196
virtual ~
InputDispatcherPolicyInterface
() { }
370
explicit InputDispatcher(const sp<
InputDispatcherPolicyInterface
>& policy);
838
sp<
InputDispatcherPolicyInterface
> mPolicy;
[
all
...]
InputDispatcher.cpp
194
InputDispatcher::InputDispatcher(const sp<
InputDispatcherPolicyInterface
>& policy) :
[
all
...]
/frameworks/base/services/input/tests/
InputDispatcher_test.cpp
37
class FakeInputDispatcherPolicy : public
InputDispatcherPolicyInterface
{
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
155
public virtual
InputDispatcherPolicyInterface
,
188
/* ---
InputDispatcherPolicyInterface
implementation --- */
[
all
...]
Completed in 1080 milliseconds