Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCLProgram.cpp19 const cl_device_id *deviceList, in build()
42 const cl_device_id *deviceList, in compile()
DCLContext.cpp300 const cl_device_id *deviceList, in linkProgram()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothA2dp.java64 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local
/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/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_parser.h92 std::map<std::string, std::string> deviceList; member