Home
last modified time | relevance | path

Searched refs:deviceIds (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/ui/
DGralloc1.cpp152 std::vector<gralloc1_buffer_descriptor_t> deviceIds; in allocate() local
154 deviceIds.emplace_back(descriptor->getDeviceId()); in allocate()
159 static_cast<uint32_t>(descriptors.size()), deviceIds.data(), in allocate()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java751 int[] deviceIds = InputDevice.getDeviceIds(); in logInputDevices() local
752 for (int i = 0; i < deviceIds.length; i++) { in logInputDevices()
753 logInputDeviceState(deviceIds[i], "Device Enumerated"); in logInputDevices()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java344 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap() local
345 for (int i = 0; i < deviceIds.length; ++i) { in retrieveKeyCharacterMap()
346 final InputDevice inputDevice = inputManager.getInputDevice(deviceIds[i]); in retrieveKeyCharacterMap()
/frameworks/base/docs/html/wear/preview/features/
Dui-nav-actions.jd83 tools:deviceIds="wear">
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java267 int[] deviceIds = InputDevice.getDeviceIds(); in getGameControllers() local
268 for (int deviceId : deviceIds) { in getGameControllers()
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd144 int[] deviceIds = InputDevice.getDeviceIds();
145 for (int deviceId : deviceIds) {