Searched defs:addDeviceLocked (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java721 return addDeviceLocked(type, numInputPorts, numOutputPorts, inputPortNames,
782 private MidiDeviceInfo addDeviceLocked(int type, int numInputPorts, int numOutputPorts, method in class:MidiService
975 addDeviceLocked(MidiDeviceInfo.TYPE_VIRTUAL,
/frameworks/native/services/inputflinger/
H A DEventHub.cpp1384 addDeviceLocked(device);
1482 addDeviceLocked(device);
1485 void EventHub::addDeviceLocked(Device* device) { function in class:android::EventHub
H A DInputReader.cpp441 addDeviceLocked(rawEvent->when, rawEvent->deviceId);
459 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { function in class:android::InputReader

Completed in 496 milliseconds