Searched refs:addDeviceLocked (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java674 return addDeviceLocked(type, numInputPorts, numOutputPorts, inputPortNames,
735 private MidiDeviceInfo addDeviceLocked(int type, int numInputPorts, int numOutputPorts, method in class:MidiService
928 addDeviceLocked(MidiDeviceInfo.TYPE_VIRTUAL,
/frameworks/native/services/inputflinger/
H A DEventHub.h381 void addDeviceLocked(Device* device);
H A DEventHub.cpp1373 addDeviceLocked(device);
1389 addDeviceLocked(device);
1392 void EventHub::addDeviceLocked(Device* device) { function in class:android::EventHub
H A DInputReader.h521 void addDeviceLocked(nsecs_t when, int32_t deviceId);
H A DInputReader.cpp356 addDeviceLocked(rawEvent->when, rawEvent->deviceId);
374 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { function in class:android::InputReader

Completed in 130 milliseconds