Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp388 int32_t pointerDisplayId; member
420 mLocked.pointerDisplayId = ADISPLAY_ID_DEFAULT; in NativeInputManager()
496 int32_t pointerDisplayId = getPointerDisplayId(); in setDisplayViewports() local
501 mLocked.pointerDisplayId = pointerDisplayId; in setDisplayViewports()
642 outConfig->defaultPointerDisplayId = mLocked.pointerDisplayId; in getReaderConfiguration()
667 jint pointerDisplayId = env->CallIntMethod(mServiceObj, in getPointerDisplayId() local
670 pointerDisplayId = ADISPLAY_ID_DEFAULT; in getPointerDisplayId()
673 return pointerDisplayId; in getPointerDisplayId()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp324 void setDefaultPointerDisplayId(int32_t pointerDisplayId) { in setDefaultPointerDisplayId() argument
325 mConfig.defaultPointerDisplayId = pointerDisplayId; in setDefaultPointerDisplayId()