HomeSort by relevance Sort by last modified time
    Searched refs:addDeviceLocked (Results 1 - 7 of 7) sorted by null

  /packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java 316 public void addDeviceLocked(BluetoothDevice dev) {
529 addDeviceLocked(device);
BluetoothDeviceConnectionPolicy.java     [all...]
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 721 return addDeviceLocked(type, numInputPorts, numOutputPorts, inputPortNames,
782 private MidiDeviceInfo addDeviceLocked(int type, int numInputPorts, int numOutputPorts,
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.h 397 void addDeviceLocked(Device* device);
EventHub.cpp     [all...]
InputReader.h 489 void addDeviceLocked(nsecs_t when, int32_t deviceId);
    [all...]
InputReader.cpp 441 addDeviceLocked(rawEvent->when, rawEvent->deviceId);
459 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) {
    [all...]

Completed in 383 milliseconds