Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 15 of 15) sorted by relevance

/system/core/libion/tests/
Ddevice_test.cpp32 class Device : public IonAllHeapsTest { class
134 TEST_F(Device, KernelReadCached) in TEST_F() argument
168 TEST_F(Device, KernelWriteCached) in TEST_F() argument
202 TEST_F(Device, DMAReadCached) in TEST_F() argument
234 TEST_F(Device, DMAWriteCached) in TEST_F() argument
268 TEST_F(Device, KernelReadCachedNeedsSync) in TEST_F() argument
302 TEST_F(Device, KernelWriteCachedNeedsSync) in TEST_F() argument
336 TEST_F(Device, DMAReadCachedNeedsSync) in TEST_F() argument
370 TEST_F(Device, DMAWriteCachedNeedsSync) in TEST_F() argument
405 TEST_F(Device, KernelRead) in TEST_F() argument
[all …]
/system/connectivity/shill/dbus/
Dchromeos_device_dbus_adaptor.h31 class Device; variable
/system/connectivity/apmanager/dbus/
Ddevice_dbus_adaptor.h28 class Device; variable
/system/connectivity/apmanager/
Dcontrol_interface.h33 class Device; variable
Dmock_control.cc31 Device* /* device */) { in CreateDeviceAdaptor() argument
Dconfig.h32 class Device; variable
Ddevice.cc33 Device::Device(Manager* manager, in Device() function in apmanager::Device
/system/weaved/buffet/
Dbinder_weave_service.h30 class Device; variable
/system/connectivity/shill/binder/
Ddevice_binder_adaptor.h47 class Device; variable
/system/connectivity/shill/
Dnice_mock_control.cc32 Device* /*device*/) { in CreateDeviceAdaptor() argument
Dmock_control.cc27 DeviceAdaptorInterface* MockControl::CreateDeviceAdaptor(Device* /*device*/) { in CreateDeviceAdaptor() argument
Dcontrol_interface.h29 class Device; variable
Drefptr_types.h24 class Device; variable
Ddevice.cc139 Device::Device(ControlInterface* control_interface, in Device() function in shill::Device
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py133 class Device(object): class