Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaManagerTest.java164 final Collection<CachedBluetoothDevice> mDevices = new ArrayList<>(); in starScan_a2dpAndHapProfileNotReady_shouldRegisterCallback() local
179 final Collection<CachedBluetoothDevice> mDevices = new ArrayList<>(); in starScan_a2dpAndHapProfileReady_shouldNotRegisterCallback() local
194 final Collection<CachedBluetoothDevice> mDevices = new ArrayList<>(); in onServiceConnected_a2dpAndHapProfileNotReady_doNothing() local
210 final Collection<CachedBluetoothDevice> mDevices = new ArrayList<>(); in onDeviceAttributesChanged_a2dpAndHapProfileReady_shouldUnregisterCallback() local
/frameworks/ml/nn/runtime/
DCompilationBuilder.h78 std::vector<std::shared_ptr<Device>> mDevices; variable
DManager.h166 std::vector<std::shared_ptr<Device>> mDevices; variable
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java40 private final SparseArray<Device> mDevices; field in Hid
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java63 private List<CachedBluetoothDevice> mDevices; field in BluetoothControllerImplTest
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java38 private final HashMap<String, WifiP2pDevice> mDevices = new HashMap<String, WifiP2pDevice>(); field in WifiP2pDeviceList
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp355 static std::map<std::string, ANeuralNetworksDevice*> mDevices; member in android::nn::fuzzing_test::RandomGraphTest
371 std::map<std::string, ANeuralNetworksDevice*> RandomGraphTest::mDevices; member in android::nn::fuzzing_test::RandomGraphTest
/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java94 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.h288 DeviceVector mDevices; /**< current devices this output is routed to */ variable
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp115 std::vector<ANeuralNetworksDevice*> mDevices; member in android::nn::__anon5ee120420111::FibonacciExtensionTest
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestMtpManager.java38 private final SparseArray<MtpDeviceRecord> mDevices = new SparseArray<>(); field in TestMtpManager
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpManager.java70 private final SparseArray<MtpDevice> mDevices = new SparseArray<>(); field in MtpManager
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h438 std::vector<std::unique_ptr<DeviceInfo>> mDevices; member
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java73 private final HashMap<String, UsbDevice> mDevices = new HashMap<>(); field in UsbHostManager
/frameworks/native/services/inputflinger/
DEventHub.h448 KeyedVector<int32_t, Device*> mDevices; variable
DInputReader.h197 KeyedVector<int32_t, InputDevice*> mDevices; variable
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java64 private final LongSparseArray<LocalDisplayDevice> mDevices = field in LocalDisplayAdapter
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp342 std::vector<ANeuralNetworksDevice*> mDevices; in TestIntrospectionCompilation() local
DTestIntrospectionControl.cpp179 std::vector<ANeuralNetworksDevice*> mDevices; member in __anon062581700111::IntrospectionControlTest
DTestValidation.cpp1629 ANeuralNetworksDevice* mDevices[2] = {nullptr, nullptr}; member in __anonbabfd9c90111::ValidationTestCompilationForDevices_2
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp335 KeyedVector<int32_t, Device*> mDevices; member in android::FakeEventHub