HomeSort by relevance Sort by last modified time
    Searched defs:DevList (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h 28 LIST_ENTRY DevList; ///< List of registered device abstractions
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 153 List<BluetoothDevice> DevList = getConnectedDevices();
154 for(BluetoothDevice dev : DevList) {
348 List<BluetoothDevice> DevList = getConnectedDevices();
349 for(BluetoothDevice dev : DevList)

Completed in 2757 milliseconds