Home
last modified time | relevance | path

Searched refs:setExternal (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h54 inline void setExternal(bool external) { mIsExternal = external; } in setExternal() function
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp248 device->setExternal(true); in createDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6319 mDevice->setExternal(true); in TEST_F()