OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInputChannel
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_view_InputChannel.cpp
49
inline sp<InputChannel>
getInputChannel
() { return mInputChannel; }
99
return nativeInputChannel != NULL ? nativeInputChannel->
getInputChannel
() : NULL;
168
nativeInputChannel->
getInputChannel
()->getName().string());
229
sp<InputChannel> inputChannel = nativeInputChannel->
getInputChannel
();
247
jstring name = env->NewStringUTF(nativeInputChannel->
getInputChannel
()->getName().string());
256
new NativeInputChannel(nativeInputChannel->
getInputChannel
()->dup()));
/frameworks/native/services/inputflinger/
InputWindow.h
169
inline sp<InputChannel>
getInputChannel
() const {
InputDispatcher.cpp
[
all
...]
Completed in 400 milliseconds