Home
last modified time | relevance | path

Searched refs:pointerDisplayId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp315 int32_t pointerDisplayId; member
348 mLocked.pointerDisplayId = ADISPLAY_ID_DEFAULT; in NativeInputManager()
421 int32_t pointerDisplayId = getPointerDisplayId(); in setDisplayViewports() local
426 mLocked.pointerDisplayId = pointerDisplayId; in setDisplayViewports()
548 outConfig->defaultPointerDisplayId = mLocked.pointerDisplayId; in getReaderConfiguration()
573 jint pointerDisplayId = env->CallIntMethod(mServiceObj, in getPointerDisplayId() local
576 pointerDisplayId = ADISPLAY_ID_DEFAULT; in getPointerDisplayId()
579 return pointerDisplayId; in getPointerDisplayId()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp258 void setDefaultPointerDisplayId(int32_t pointerDisplayId) { in setDefaultPointerDisplayId() argument
259 mConfig.defaultPointerDisplayId = pointerDisplayId; in setDefaultPointerDisplayId()