Searched defs:removeDeviceLocked (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java487 removeDeviceLocked(this);
828 private void removeDeviceLocked(Device device) { method in class:MidiService
1004 removeDeviceLocked(device);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp441 removeDeviceLocked(rawEvent->when, rawEvent->deviceId);
487 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { function in class:android::InputReader

Completed in 114 milliseconds