Searched refs:InputChannel (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp33 sp<InputChannel> serverChannel, clientChannel;
39 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp170 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
172 status_t unregisterInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel);
339 const sp<InputChannel>& inputChannel,
346 const sp<InputChannel>& inputChannel) {
1076 jobject inputChannelObj, const sp<InputChannel>& inputChannel, void* data) {
1088 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env,
1117 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env,
1205 sp<InputChannel> fromChannel =
1207 sp<InputChannel> toChannel =
1315 "(ILandroid/view/InputChannel;Lco
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java42 import android.view.InputChannel;
153 int viewVisibility, Rect outContentInsets, InputChannel outInputChannel) {
161 InputChannel outInputChannel) {
H A DInputMonitor.java29 import android.view.InputChannel;
270 final InputChannel inputChannel = child.mInputChannel;
H A DWindowState.java53 import android.view.InputChannel;
286 InputChannel mInputChannel;
1022 void setInputChannel(InputChannel inputChannel) {
H A DWindowManagerService.java113 import android.view.InputChannel;
615 public DragInputEventReceiver(InputChannel inputChannel, Looper looper) {
2114 Rect outContentInsets, InputChannel outInputChannel) {
2252 InputChannel[] inputChannels = InputChannel.openInputChannelPair(name);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java45 import android.view.InputChannel;
163 InputChannel mInputChannel;
233 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) {
614 mInputChannel = new InputChannel();
/frameworks/base/services/input/
H A DInputDispatcher.cpp1007 const sp<InputChannel>& inputChannel) {
2174 const sp<InputChannel>& channel, const CancelationOptions& options) {
2775 const sp<InputChannel>& inputChannel) const {
2833 sp<InputChannel> focusedInputChannel = mFocusedWindowHandle->getInputChannel();
2857 sp<InputChannel> touchedInputChannel =
2975 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel,
2976 const sp<InputChannel>& toChannel) {
3154 const sp<InputChannel>& channel = mMonitoringChannels[i];
3260 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel,
3293 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java44 import android.view.InputChannel;
334 InputChannel mCurChannel;
724 void setInputChannelLocked(InputChannel channel) {
1981 public ImeInputEventSender(InputChannel inputChannel, Looper looper) {
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java91 import android.view.InputChannel;
208 InputChannel channel;
222 IInputMethodSession _session, InputChannel _channel) {
568 private final InputChannel mChannel;
571 InputChannel channel) {
1281 InputChannel channel) {
1339 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString());
2401 InputChannel channel = (InputChannel)arg
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java187 InputChannel mInputChannel;
492 mInputChannel = new InputChannel();
5606 public WindowInputEventReceiver(InputChannel inputChannel, Looper looper) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java78 import android.view.InputChannel;
2512 public HideNavInputEventReceiver(InputChannel inputChannel, Looper looper) {
2565 InputChannel inputChannel, Looper looper) {

Completed in 301 milliseconds

12