Searched refs:addDeviceLocked (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/midi/java/com/android/server/midi/ |
D | MidiService.java | 725 return addDeviceLocked(type, numInputPorts, numOutputPorts, inputPortNames, in registerDeviceServer() 792 private MidiDeviceInfo addDeviceLocked(int type, int numInputPorts, int numOutputPorts, in addDeviceLocked() method in MidiService 985 addDeviceLocked(MidiDeviceInfo.TYPE_VIRTUAL, in addPackageDeviceServer()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReader.h | 188 void addDeviceLocked(nsecs_t when, int32_t eventHubId) REQUIRES(mLock);
|
D | EventHub.h | 626 void addDeviceLocked(std::unique_ptr<Device> device) REQUIRES(mLock);
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 170 addDeviceLocked(rawEvent->when, rawEvent->deviceId); in processEventsLocked() 188 void InputReader::addDeviceLocked(nsecs_t when, int32_t eventHubId) { in addDeviceLocked() function in android::InputReader
|
D | EventHub.cpp | 2159 addDeviceLocked(std::move(device)); in openDeviceLocked() 2253 addDeviceLocked(std::move(device)); in createVirtualKeyboardLocked() 2256 void EventHub::addDeviceLocked(std::unique_ptr<Device> device) { in addDeviceLocked() function in android::EventHub
|
/frameworks/base/services/ |
D | art-profile | 25203 PLcom/android/server/midi/MidiService;->addDeviceLocked(III[Ljava/lang/String;[Ljava/lang/String;La…
|