HomeSort by relevance Sort by last modified time
    Searched refs:getInputChannel (Results 1 - 5 of 5) 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;
169 nativeInputChannel->getInputChannel()->getName().string());
230 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel();
248 jstring name = env->NewStringUTF(nativeInputChannel->getInputChannel()->getName().string());
257 new NativeInputChannel(nativeInputChannel->getInputChannel()->dup()));
  /frameworks/native/services/inputflinger/
InputWindow.h 172 inline sp<InputChannel> getInputChannel() const {
InputDispatcher.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 206 InputChannel getInputChannel() {
Session.java 359 mService.mDragState.getInputChannel())) {

Completed in 144 milliseconds