Searched defs:addDevice (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java63 * if this device isn't in the cache. Use {@link #addDevice}
86 public CachedBluetoothDevice addDevice(LocalBluetoothAdapter adapter, method in class:CachedBluetoothDeviceManager
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java182 addDevice(index);
216 private void addDevice(int addedAddress) { method in class:HotplugDetectionAction
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp523 status_t res = addDevice(device,
550 status_t CameraProviderManager::ProviderInfo::addDevice(const std::string& name, function in class:android::CameraProviderManager::ProviderInfo
671 addDevice(cameraDeviceName, newStatus, &id);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp370 void addDevice(int32_t deviceId, const String8& name, uint32_t classes) { function in class:android::FakeEventHub
1029 void addDevice(int32_t deviceId, const String8& name, uint32_t classes, function in class:android::InputReaderTest
1031 mFakeEventHub->addDevice(deviceId, name, classes);
1049 addDevice(deviceId, name, classes, configuration);
1055 ASSERT_NO_FATAL_FAILURE(addDevice(1, String8("keyboard"),
1057 ASSERT_NO_FATAL_FAILURE(addDevice(2, String8("ignored"),
1197 addDevice(1, String8("ignored"), INPUT_DEVICE_CLASS_KEYBOARD, NULL);
1247 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);
1440 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);

Completed in 96 milliseconds