Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/jni/
Dcom_android_server_LightsService.cpp67 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/
DWifiP2pDeviceList.java49 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) { in WifiP2pDeviceList()
DWifiP2pService.java904 Collection <WifiP2pDevice> devices = mGroup.getClientList(); in processMessage() local
/frameworks/base/core/java/android/server/
DBluetoothInputProfileHandler.java127 List<BluetoothDevice> devices = lookupInputDevicesMatchingStates( in getConnectedInputDevices() local
133 List<BluetoothDevice> devices = lookupInputDevicesMatchingStates(states); in getInputDevicesMatchingConnectionStates() local
DBluetoothPanProfileHandler.java193 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); in getConnectedPanDevices() local
204 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); in getPanDevicesMatchingConnectionStates() local
DBluetoothA2dpService.java197 String devices = mBluetoothService.getProperty("Devices", true); in onBluetoothEnable() local
218 BluetoothDevice[] devices = new BluetoothDevice[mAudioDevices.size()]; in onBluetoothDisable() local
DBluetoothHealthProfileHandler.java541 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates( in getConnectedHealthDevices() local
547 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates(states); in getHealthDevicesMatchingConnectionStates() local
DBluetoothEventLoop.java830 List<BluetoothDevice> devices = in isOtherSinkInNonDisconnectedState() local
/frameworks/base/core/java/android/hardware/usb/
DIUsbManager.aidl29 void getDeviceList(out Bundle devices); in getDeviceList()
/frameworks/base/services/java/com/android/server/usb/
DUsbService.java68 public void getDeviceList(Bundle devices) { in getDeviceList()
DUsbHostManager.java185 public void getDeviceList(Bundle devices) { in getDeviceList()
/frameworks/base/media/libmedia/
DIAudioFlinger.cpp365 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/
DBluetoothAdapter.java1257 Set<BluetoothDevice> devices = new HashSet<BluetoothDevice>(addresses.length); in toDeviceSet() local
/frameworks/base/core/tests/hosttests/src/android/content/pm/
DPackageManagerHostTestUtils.java397 IDevice[] devices = bridge.getDevices(); in deviceIsOnline() local
/frameworks/base/services/input/
DEventHub.cpp453 void EventHub::setExcludedDevices(const Vector<String8>& devices) { in setExcludedDevices()
/frameworks/base/services/input/tests/
DInputReader_test.cpp496 virtual void setExcludedDevices(const Vector<String8>& devices) { in setExcludedDevices()
/frameworks/base/services/audioflinger/
DAudioFlinger.cpp241 audio_hw_device_t* AudioFlinger::findSuitableHwDev_l(uint32_t devices) in findSuitableHwDev_l()