/frameworks/base/services/jni/ |
D | com_android_server_LightsService.cpp | 67 Devices* devices; in init_native() local 98 Devices* devices = (Devices*)ptr; in finalize_native() local 109 Devices* devices = (Devices*)ptr; in setLight_native() local
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pDeviceList.java | 49 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) { in WifiP2pDeviceList()
|
D | WifiP2pService.java | 904 Collection <WifiP2pDevice> devices = mGroup.getClientList(); in processMessage() local
|
/frameworks/base/core/java/android/server/ |
D | BluetoothInputProfileHandler.java | 127 List<BluetoothDevice> devices = lookupInputDevicesMatchingStates( in getConnectedInputDevices() local 133 List<BluetoothDevice> devices = lookupInputDevicesMatchingStates(states); in getInputDevicesMatchingConnectionStates() local
|
D | BluetoothPanProfileHandler.java | 193 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); in getConnectedPanDevices() local 204 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); in getPanDevicesMatchingConnectionStates() local
|
D | BluetoothA2dpService.java | 197 String devices = mBluetoothService.getProperty("Devices", true); in onBluetoothEnable() local 218 BluetoothDevice[] devices = new BluetoothDevice[mAudioDevices.size()]; in onBluetoothDisable() local
|
D | BluetoothHealthProfileHandler.java | 541 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates( in getConnectedHealthDevices() local 547 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates(states); in getHealthDevicesMatchingConnectionStates() local
|
D | BluetoothEventLoop.java | 830 List<BluetoothDevice> devices = in isOtherSinkInNonDisconnectedState() local
|
/frameworks/base/core/java/android/hardware/usb/ |
D | IUsbManager.aidl | 29 void getDeviceList(out Bundle devices); in getDeviceList()
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbService.java | 68 public void getDeviceList(Bundle devices) { in getDeviceList()
|
D | UsbHostManager.java | 185 public void getDeviceList(Bundle devices) { in getDeviceList()
|
/frameworks/base/media/libmedia/ |
D | IAudioFlinger.cpp | 365 uint32_t devices = pDevices ? *pDevices : 0; in openOutput() local 438 uint32_t devices = pDevices ? *pDevices : 0; in openInput() local 835 uint32_t devices = data.readInt32(); in onTransact() local 880 uint32_t devices = data.readInt32(); in onTransact() local
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1257 Set<BluetoothDevice> devices = new HashSet<BluetoothDevice>(addresses.length); in toDeviceSet() local
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
D | PackageManagerHostTestUtils.java | 397 IDevice[] devices = bridge.getDevices(); in deviceIsOnline() local
|
/frameworks/base/services/input/ |
D | EventHub.cpp | 453 void EventHub::setExcludedDevices(const Vector<String8>& devices) { in setExcludedDevices()
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 496 virtual void setExcludedDevices(const Vector<String8>& devices) { in setExcludedDevices()
|
/frameworks/base/services/audioflinger/ |
D | AudioFlinger.cpp | 241 audio_hw_device_t* AudioFlinger::findSuitableHwDev_l(uint32_t devices) in findSuitableHwDev_l()
|