Searched refs:devices (Results 176 - 200 of 443) sorted by last modified time

1234567891011>>

/external/chromium_org/ppapi/api/dev/
H A Dppb_device_ref_dev.idl23 * @param[in] device_count How many devices in the array.
24 * @param[in] devices An array of <code>PPB_DeviceRef_Dev</code>. Please note
30 [in, size_is(device_count)] PP_Resource[] devices);
/external/chromium_org/ppapi/api/private/
H A Dppb_flash.idl257 * Enumerates video capture devices. |video_capture| is a valid
259 * successfully, |devices| will be set up with an array of
263 * The ref count of the returned |devices| has already been increased by 1 for
273 [in] PP_ArrayOutput devices);
/external/chromium_org/ppapi/c/dev/
H A Dppb_device_ref_dev.h37 * @param[in] device_count How many devices in the array.
38 * @param[in] devices An array of <code>PPB_DeviceRef_Dev</code>. Please note
43 const PP_Resource devices[]);
/external/chromium_org/ppapi/c/private/
H A Dppb_flash.h221 * Enumerates video capture devices. |video_capture| is a valid
223 * successfully, |devices| will be set up with an array of
227 * The ref count of the returned |devices| has already been increased by 1 for
235 struct PP_ArrayOutput devices);
339 struct PP_ArrayOutput devices);
/external/chromium_org/ppapi/examples/audio_input/
H A Daudio_input.cc244 std::vector<pp::DeviceRef_Dev>& devices) {
246 enumerate_devices_.swap(devices);
289 const PP_Resource devices[]) {
296 thiz->monitor_devices_.push_back(pp::DeviceRef_Dev(devices[index]));
287 MonitorDeviceChangeCallback(void* user_data, uint32_t device_count, const PP_Resource devices[]) argument
/external/chromium_org/ppapi/examples/enumerate_devices/
H A Denumerate_devices.cc58 std::vector<pp::DeviceRef_Dev>& devices);
86 std::vector<pp::DeviceRef_Dev> devices; local
88 this, video_capture_, &devices);
89 EnumerateDevicesFinished(result, devices);
96 std::vector<pp::DeviceRef_Dev>& devices) {
100 devices_.swap(devices);
94 EnumerateDevicesFinished( int32_t result, std::vector<pp::DeviceRef_Dev>& devices) argument
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc132 std::vector<pp::DeviceRef_Dev>& devices);
137 const PP_Resource devices[]);
447 std::vector<pp::DeviceRef_Dev>& devices) {
449 enumerate_devices_.swap(devices);
475 const PP_Resource devices[]) {
482 thiz->monitor_devices_.push_back(pp::DeviceRef_Dev(devices[index]));
445 EnumerateDevicesFinished( int32_t result, std::vector<pp::DeviceRef_Dev>& devices) argument
473 MonitorDeviceChangeCallback(void* user_data, uint32_t device_count, const PP_Resource devices[]) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3112 static int32_t Pnacl_M24_0_PPB_Flash_EnumerateVideoCaptureDevices(PP_Instance instance, PP_Resource video_capture, struct PP_ArrayOutput* devices) { argument
3114 return iface->EnumerateVideoCaptureDevices(instance, video_capture, *devices);
3176 static int32_t Pnacl_M24_1_PPB_Flash_EnumerateVideoCaptureDevices(PP_Instance instance, PP_Resource video_capture, struct PP_ArrayOutput* devices) { argument
3178 return iface->EnumerateVideoCaptureDevices(instance, video_capture, *devices);
5358 .EnumerateVideoCaptureDevices = (int32_t (*)(PP_Instance instance, PP_Resource video_capture, struct PP_ArrayOutput devices))&Pnacl_M24_0_PPB_Flash_EnumerateVideoCaptureDevices
5373 .EnumerateVideoCaptureDevices = (int32_t (*)(PP_Instance instance, PP_Resource video_capture, struct PP_ArrayOutput devices))&Pnacl_M24_1_PPB_Flash_EnumerateVideoCaptureDevices
/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper.cc57 std::vector<DeviceRefData> devices; local
62 &devices);
65 result = WriteToArrayOutput(devices, output);
121 const std::vector<DeviceRefData>& devices) {
132 result = WriteToArrayOutput(devices, output);
140 const std::vector<DeviceRefData>& devices) {
149 uint32_t size = devices.size();
154 OBJECT_IS_PROXY, owner_->pp_instance(), devices[index]);
166 const std::vector<DeviceRefData>& devices,
173 for (size_t i = 0; i < devices
117 OnPluginMsgEnumerateDevicesReply( const PP_ArrayOutput& output, scoped_refptr<TrackedCallback> callback, const ResourceMessageReplyParams& params, const std::vector<DeviceRefData>& devices) argument
137 OnPluginMsgNotifyDeviceChange( const ResourceMessageReplyParams& , uint32_t callback_id, const std::vector<DeviceRefData>& devices) argument
165 WriteToArrayOutput( const std::vector<DeviceRefData>& devices, const PP_ArrayOutput& output) argument
[all...]
H A Ddevice_enumeration_resource_helper.h57 const std::vector<DeviceRefData>& devices);
60 const std::vector<DeviceRefData>& devices);
62 int32_t WriteToArrayOutput(const std::vector<DeviceRefData>& devices,
H A Ddevice_enumeration_resource_helper_unittest.cc193 const PP_Resource devices[]) {
204 if (!CompareDeviceRef(helper->var_tracker_, devices[i],
328 // Synthesize a response with some devices.
191 MonitorDeviceChangeCallback(void* user_data, uint32_t device_count, const PP_Resource devices[]) argument
H A Dvideo_capture_resource.cc133 const PP_ArrayOutput& devices) {
134 return enumeration_helper_.EnumerateDevicesSync(devices);
132 EnumerateDevicesSync( const PP_ArrayOutput& devices) argument
H A Dvideo_capture_resource.h46 virtual int32_t EnumerateDevicesSync(const PP_ArrayOutput& devices) OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_thunk.cc157 PP_ArrayOutput devices) {
161 return enter.object()->EnumerateDevicesSync(devices);
155 EnumerateVideoCaptureDevices(PP_Instance instance, PP_Resource video_capture, PP_ArrayOutput devices) argument
H A Dppb_video_capture_api.h41 virtual int32_t EnumerateDevicesSync(const PP_ArrayOutput& devices) = 0;
/external/chromium_org/remoting/host/
H A Dcurtain_mode_linux.cc48 // are running under, so we check for the Xvfb input devices.
59 XDeviceInfo* devices; local
63 devices = XListInputDevices(display, &num_devices);
65 XDeviceInfo* device_info = &devices[i];
96 XFreeDeviceList(devices);
H A Dinput_injector_linux.cc508 // safe to reset this mapping, as it won't affect the user's local devices.
514 XDeviceInfo* devices; local
515 devices = XListInputDevices(display_, &num_devices);
517 XDeviceInfo* device_info = &devices[i];
525 XFreeDeviceList(devices);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.cc53 DeviceList devices; local
56 devices.push_back(const_cast<BluetoothDevice *>(*i));
58 return devices;
62 ConstDeviceList devices; local
66 devices.push_back(iter->second);
68 return devices;
H A Dbluetooth_adapter_chromeos.cc275 // Before removing a pairing delegate make sure that there aren't any devices
391 // list of known devices.
540 // We always set paired devices to Trusted, so the only reason that this
705 // Copy the devices list here and clear the original so that when we
706 // send DeviceRemoved(), GetDevices() returns no devices.
707 DevicesMap devices = devices_; local
710 for (DevicesMap::iterator iter = devices.begin();
711 iter != devices.end(); ++iter) {
H A Dbluetooth_adapter_win.cc213 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) {
216 // We are receiving a new list of all devices known to the system. Merge this
230 devices.begin();
231 iter != devices.end();
250 // Process added and (maybe) changed devices in one pass
256 devices.begin();
257 iter != devices.end();
212 DevicesPolled( const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) argument
H A Dbluetooth_adapter_win.h75 BluetoothTaskManagerWin::DeviceState>& devices) OVERRIDE;
H A Dbluetooth_adapter_win_unittest.cc520 ScopedVector<BluetoothTaskManagerWin::DeviceState> devices; local
521 devices.push_back(android_phone_state);
522 devices.push_back(laptop_state);
523 devices.push_back(iphone_state);
525 // Add 3 devices
527 adapter_win_->DevicesPolled(devices);
535 adapter_win_->DevicesPolled(devices);
543 adapter_win_->DevicesPolled(devices);
549 devices.erase(devices
[all...]
H A Dbluetooth_chromeos_unittest.cc374 // Run a discovery phase so we have devices that can be paired with.
377 // completes with all devices.
415 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
416 EXPECT_EQ(1U, devices.size());
418 devices[0]->GetAddress());
721 // First two devices to appear.
728 // Next we should get another two devices...
1445 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
1446 ASSERT_EQ(1U, devices.size());
1448 devices[
1477 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
1503 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
1531 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
1574 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
[all...]
H A Dbluetooth_low_energy_win.cc22 const char kDeviceEnumError[] = "Error enumerating Bluetooth LE devices.";
358 // Windows 8 exposes BLE devices only if they are visible and paired. This
360 // and pairing BLE devices.
511 // Opens a Device Info Set that can be used to enumerate Bluetooth LE devices
525 // Opens a Device Info Set that can be used to enumerate Bluetooth LE devices
625 ScopedVector<BluetoothLowEnergyDeviceInfo>* devices,
649 devices->push_back(device_info.release());
624 EnumerateKnownBluetoothLowEnergyDevices( ScopedVector<BluetoothLowEnergyDeviceInfo>* devices, std::string* error) argument

Completed in 437 milliseconds

1234567891011>>