Home
last modified time | relevance | path

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

12

/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputDeviceManager.h54 DeviceMap<InputDeviceNode, InputDeviceInterface> mDevices; variable
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DCompilationBuilder.h110 std::vector<std::shared_ptr<Device>> mDevices; variable
H A DManager.h235 std::vector<std::shared_ptr<Device>> mDevices; variable
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DUinput.java38 private final SparseArray<Device> mDevices; field in Uinput
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java35 private final SparseArray<Device> mDevices; field in Hid
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java65 private List<CachedBluetoothDevice> mDevices; field in BluetoothControllerImplTest
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpClient.java57 private final HashMap<String, MtpDevice> mDevices = new HashMap<String, MtpDevice>(); field in MtpClient
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastAlertAudioTest.java53 private AudioDeviceInfo[] mDevices = new AudioDeviceInfo[0]; field in CellBroadcastAlertAudioTest
H A DCellBroadcastReceiverTest.java90 private AudioDeviceInfo[] mDevices = new AudioDeviceInfo[0]; field in CellBroadcastReceiverTest
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java38 private final HashMap<String, WifiP2pDevice> mDevices = new HashMap<String, WifiP2pDevice>(); field in WifiP2pDeviceList
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/media/
H A DMediaOutputIndicatorSliceTest.java85 private final List<MediaDevice> mDevices = new ArrayList<>(); field in MediaOutputIndicatorSliceTest
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DTestRandomGraph.cpp430 static std::map<std::string, ANeuralNetworksDevice*> mDevices; member in android::nn::fuzzing_test::RandomGraphTest
451 std::map<std::string, ANeuralNetworksDevice*> RandomGraphTest::mDevices; member in android::nn::fuzzing_test::RandomGraphTest
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java95 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>(); field in DeviceDiscoveryAction
/aosp12/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java59 private final HashMap<String, MtpDevice> mDevices = new HashMap<String, MtpDevice>(); field in MtpClient
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java60 private final HashMap<String, MtpDevice> mDevices = new HashMap<String, MtpDevice>(); field in MtpClient
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpManager.java71 private final SparseArray<MtpDevice> mDevices = new SparseArray<>(); field in MtpManager
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DTestMtpManager.java38 private final SparseArray<MtpDeviceRecord> mDevices = new SparseArray<>(); field in TestMtpManager
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
H A DFibonacciExtensionTest.cpp122 std::vector<ANeuralNetworksDevice*> mDevices; // Fibonacci and CPU devices. member in android::nn::__anon042c222b0110::FibonacciExtensionTest
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h307 DeviceVector mDevices; /**< current devices this output is routed to */ variable
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java185 private final ArrayList<BluetoothDevice> mDevices = new ArrayList<BluetoothDevice>(); field in BondStateMachine.PendingCommandState
H A DRemoteDevices.java72 private final HashMap<String, DeviceProperties> mDevices; field in RemoteDevices
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java73 private final HashMap<String, UsbDevice> mDevices = new HashMap<>(); field in UsbHostManager
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h536 std::vector<std::unique_ptr<DeviceInfo>> mDevices; member
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h165 std::unordered_map<int32_t, DevicePair> mDevices; variable
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java70 private final LongSparseArray<LocalDisplayDevice> mDevices = new LongSparseArray<>(); field in LocalDisplayAdapter

12