Home
last modified time | relevance | path

Searched defs:mDevices (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DUinput.java38 private final SparseArray<Device> mDevices; field in Uinput
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java35 private final SparseArray<Device> mDevices; field in Hid
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java65 private List<CachedBluetoothDevice> mDevices; field in BluetoothControllerImplTest
/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java95 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>(); field in DeviceDiscoveryAction
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java59 private final HashMap<String, MtpDevice> mDevices = new HashMap<String, MtpDevice>(); field in MtpClient
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h307 DeviceVector mDevices; /**< current devices this output is routed to */ variable
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java73 private final HashMap<String, UsbDevice> mDevices = new HashMap<>(); field in UsbHostManager
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h527 std::vector<std::unique_ptr<DeviceInfo>> mDevices; member
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h165 std::unordered_map<int32_t, DevicePair> mDevices; variable
DEventHub.h682 std::unordered_map<int32_t, std::unique_ptr<Device>> mDevices; variable
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java70 private final LongSparseArray<LocalDisplayDevice> mDevices = new LongSparseArray<>(); field in LocalDisplayAdapter
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp425 KeyedVector<int32_t, Device*> mDevices; member in android::FakeEventHub