Home
last modified time | relevance | path

Searched defs:deviceList (Results 1 – 13 of 13) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothPan.java66 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local
DShadowBluetoothA2dp.java83 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local
/external/leakcanary2/shark-cli/src/main/java/shark/
DDumpProcessCommand.kt41 val deviceList = runCommand(workingDirectory, "adb", "devices") in CliktCommand() constant
/external/angle/src/libANGLE/
DCLProgram.cpp20 const cl_device_id *deviceList, in build()
43 const cl_device_id *deviceList, in compile()
DCLContext.cpp323 const cl_device_id *deviceList, in linkProgram()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpSinkFacade.java197 List<BluetoothDevice> deviceList = sA2dpSinkProfile.getConnectedDevices(); in bluetoothA2dpSinkGetConnectionStatus() local
DBluetoothPbapClientFacade.java210 List<BluetoothDevice> deviceList = in bluetoothPbapClientGetConnectionStatus() local
DBluetoothHspFacade.java187 List<BluetoothDevice> deviceList = sHspProfile.getConnectedDevices(); in bluetoothHspGetConnectionStatus() local
DBluetoothHfpClientFacade.java207 List<BluetoothDevice> deviceList = in bluetoothHfpClientGetConnectionStatus() local
DBluetoothHidDeviceFacade.java370 List<BluetoothDevice> deviceList = sHidDeviceProfile.getConnectedDevices(); in bluetoothHidDeviceGetConnectionStatus() local
DBluetoothHidFacade.java240 List<BluetoothDevice> deviceList = sHidProfile.getConnectedDevices(); in bluetoothHidGetConnectionStatus() local
/external/pytorch/c10/xpu/
DXPUFunctions.cpp56 std::vector<sycl::device> deviceList; in initGlobalDevicePoolState() local
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_parser.h92 std::map<std::string, std::string> deviceList; member