/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/ |
D | AudioDeviceSpinner.java | 106 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/ |
D | AudioDeviceSpinner.java | 100 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/ |
D | CLProgram.cpp | 19 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()
|
D | CLProgram.h | 29 const cl_device_id *deviceList, 35 const cl_device_id *deviceList,
|
D | CLContext.cpp | 300 const cl_device_id *deviceList, in linkProgram() argument 312 devices.emplace_back(&(*deviceList++)->cast<Device>()); in linkProgram()
|
D | CLContext.h | 101 const cl_device_id *deviceList,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothPbapClientFacade.java | 210 List<BluetoothDevice> deviceList = in bluetoothPbapClientGetConnectionStatus() local 214 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothPbapClientGetConnectionStatus()
|
D | BluetoothA2dpSinkFacade.java | 197 List<BluetoothDevice> deviceList = sA2dpSinkProfile.getConnectedDevices(); in bluetoothA2dpSinkGetConnectionStatus() local 200 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothA2dpSinkGetConnectionStatus()
|
D | BluetoothHfpClientFacade.java | 207 List<BluetoothDevice> deviceList = in bluetoothHfpClientGetConnectionStatus() local 211 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHfpClientGetConnectionStatus()
|
D | BluetoothHspFacade.java | 184 List<BluetoothDevice> deviceList = sHspProfile.getConnectedDevices(); in bluetoothHspGetConnectionStatus() local 187 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHspGetConnectionStatus()
|
D | BluetoothHidDeviceFacade.java | 370 List<BluetoothDevice> deviceList = sHidDeviceProfile.getConnectedDevices(); in bluetoothHidDeviceGetConnectionStatus() local 373 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidDeviceGetConnectionStatus()
|
D | BluetoothHidFacade.java | 236 List<BluetoothDevice> deviceList = sHidProfile.getConnectedDevices(); in bluetoothHidGetConnectionStatus() local 239 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidGetConnectionStatus()
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 83 fbDevices, deviceList, err := getAvailableDevices() 90 if err := writeDeviceList(*dumpDevFile, deviceList); err != nil { 97 whiteList := deviceList
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/ |
D | snapshot_parser.h | 92 std::map<std::string, std::string> deviceList; member
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
D | device_parser.cpp | 55 std::map<std::string, std::string> rawList = pd.deviceList; in ModernSnapshotParser()
|
D | snapshot_parser.cpp | 386 m_result.deviceList[id.str()] = v; in Define()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.mm | 235 NSArray<id<MTLDevice>> *deviceList = MTLCopyAllDevices(); 238 for (id<MTLDevice> device in deviceList)
|