OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInputChannel
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_view_InputChannel.cpp
47
inline sp<InputChannel>
getInputChannel
() { return mInputChannel; }
97
return nativeInputChannel != NULL ? nativeInputChannel->
getInputChannel
() : NULL;
166
nativeInputChannel->
getInputChannel
()->getName().string());
227
sp<InputChannel> inputChannel = nativeInputChannel->
getInputChannel
();
245
jstring name = env->NewStringUTF(nativeInputChannel->
getInputChannel
()->getName().string());
254
new NativeInputChannel(nativeInputChannel->
getInputChannel
()->dup()));
/frameworks/native/services/inputflinger/
InputWindow.h
166
inline sp<InputChannel>
getInputChannel
() const {
Completed in 134 milliseconds