OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_client
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc
137
FakeBluetoothDeviceClient*
device_client
=
local
140
device_client
->BeginDiscoverySimulation(dbus::ObjectPath(kAdapterPath));
165
FakeBluetoothDeviceClient*
device_client
=
local
168
device_client
->EndDiscoverySimulation(dbus::ObjectPath(kAdapterPath));
188
FakeBluetoothDeviceClient*
device_client
=
local
191
device_client
->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
nfc_record_client.cc
45
explicit NfcRecordClientImpl(NfcDeviceClient*
device_client
,
48
device_client_(
device_client
),
51
DCHECK(
device_client
);
262
NfcRecordClient* NfcRecordClient::Create(NfcDeviceClient*
device_client
,
264
return new NfcRecordClientImpl(
device_client
, tag_client);
nfc_record_client.h
118
static NfcRecordClient* Create(NfcDeviceClient*
device_client
,
fake_shill_manager_client.cc
132
ShillDeviceClient::TestInterface*
device_client
=
local
134
std::string device_path =
device_client
->GetDevicePathForType(device_type);
136
device_client
->SetDeviceProperty(device_path,
/external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc
159
scoped_ptr<media::VideoCaptureDevice::Client>
device_client
) {
215
device_client
->OnError();
219
video_capture_device->AllocateAndStart(params,
device_client
.Pass());
Completed in 157 milliseconds