HomeSort by relevance Sort by last modified time
    Searched defs:ownerPid (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 85 public int ownerPid;
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 54 jfieldID ownerPid;
156 mInfo->ownerPid = env->GetIntField(obj,
157 gInputWindowHandleClassInfo.ownerPid);
299 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
300 "ownerPid", "I");
  /frameworks/native/services/inputflinger/
InputWindow.h 137 int32_t ownerPid;

Completed in 95 milliseconds