Searched defs:deviceList (Results 1 – 13 of 13) sorted by relevance
66 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local
83 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local
41 val deviceList = runCommand(workingDirectory, "adb", "devices") in CliktCommand() constant
20 const cl_device_id *deviceList, in build()43 const cl_device_id *deviceList, in compile()
323 const cl_device_id *deviceList, in linkProgram()
197 List<BluetoothDevice> deviceList = sA2dpSinkProfile.getConnectedDevices(); in bluetoothA2dpSinkGetConnectionStatus() local
210 List<BluetoothDevice> deviceList = in bluetoothPbapClientGetConnectionStatus() local
187 List<BluetoothDevice> deviceList = sHspProfile.getConnectedDevices(); in bluetoothHspGetConnectionStatus() local
207 List<BluetoothDevice> deviceList = in bluetoothHfpClientGetConnectionStatus() local
370 List<BluetoothDevice> deviceList = sHidDeviceProfile.getConnectedDevices(); in bluetoothHidDeviceGetConnectionStatus() local
240 List<BluetoothDevice> deviceList = sHidProfile.getConnectedDevices(); in bluetoothHidGetConnectionStatus() local
56 std::vector<sycl::device> deviceList; in initGlobalDevicePoolState() local
92 std::map<std::string, std::string> deviceList; member