Home
last modified time | relevance | path

Searched refs:deviceList (Results 1 – 17 of 17) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
DAudioDeviceSpinner.java106 List<AudioDeviceListEntry> deviceList = in setupAudioDeviceCallback()
108 if (deviceList.size() > 0){ in setupAudioDeviceCallback()
110 for (AudioDeviceListEntry entry : deviceList){ in setupAudioDeviceCallback()
113 mDeviceAdapter.addAll(deviceList); in setupAudioDeviceCallback()
118 List<AudioDeviceListEntry> deviceList = in setupAudioDeviceCallback()
120 for (AudioDeviceListEntry entry : deviceList){ in setupAudioDeviceCallback()
/external/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
DAudioDeviceSpinner.java100 List<AudioDeviceListEntry> deviceList = in setupAudioDeviceCallback()
102 if (deviceList.size() > 0){ in setupAudioDeviceCallback()
103 mDeviceAdapter.addAll(deviceList); in setupAudioDeviceCallback()
109 List<AudioDeviceListEntry> deviceList = in setupAudioDeviceCallback()
111 for (AudioDeviceListEntry entry : deviceList){ in setupAudioDeviceCallback()
/external/angle/src/libANGLE/
DCLProgram.cpp19 const cl_device_id *deviceList, in build() argument
28 devices.emplace_back(&(*deviceList++)->cast<Device>()); in build()
42 const cl_device_id *deviceList, in compile() argument
54 devices.emplace_back(&(*deviceList++)->cast<Device>()); in compile()
DCLProgram.h29 const cl_device_id *deviceList,
35 const cl_device_id *deviceList,
DCLContext.cpp300 const cl_device_id *deviceList, in linkProgram() argument
312 devices.emplace_back(&(*deviceList++)->cast<Device>()); in linkProgram()
DCLContext.h101 const cl_device_id *deviceList,
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothPbapClientFacade.java210 List<BluetoothDevice> deviceList = in bluetoothPbapClientGetConnectionStatus() local
214 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothPbapClientGetConnectionStatus()
DBluetoothA2dpSinkFacade.java197 List<BluetoothDevice> deviceList = sA2dpSinkProfile.getConnectedDevices(); in bluetoothA2dpSinkGetConnectionStatus() local
200 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothA2dpSinkGetConnectionStatus()
DBluetoothHfpClientFacade.java207 List<BluetoothDevice> deviceList = in bluetoothHfpClientGetConnectionStatus() local
211 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHfpClientGetConnectionStatus()
DBluetoothHspFacade.java184 List<BluetoothDevice> deviceList = sHspProfile.getConnectedDevices(); in bluetoothHspGetConnectionStatus() local
187 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHspGetConnectionStatus()
DBluetoothHidDeviceFacade.java370 List<BluetoothDevice> deviceList = sHidDeviceProfile.getConnectedDevices(); in bluetoothHidDeviceGetConnectionStatus() local
373 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidDeviceGetConnectionStatus()
DBluetoothHidFacade.java236 List<BluetoothDevice> deviceList = sHidProfile.getConnectedDevices(); in bluetoothHidGetConnectionStatus() local
239 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidGetConnectionStatus()
/external/skqp/infra/cts/
Drun_testlab.go83 fbDevices, deviceList, err := getAvailableDevices()
90 if err := writeDeviceList(*dumpDevFile, deviceList); err != nil {
97 whiteList := deviceList
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_parser.h92 std::map<std::string, std::string> deviceList; member
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Ddevice_parser.cpp55 std::map<std::string, std::string> rawList = pd.deviceList; in ModernSnapshotParser()
Dsnapshot_parser.cpp386 m_result.deviceList[id.str()] = v; in Define()
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.mm235 NSArray<id<MTLDevice>> *deviceList = MTLCopyAllDevices();
238 for (id<MTLDevice> device in deviceList)