Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 46) sorted by relevance

12

/system/bt/profile/avrcp/
Ddevice.cc32 Device::Device( in Device() function in bluetooth::avrcp::Device
45 void Device::RegisterInterfaces(MediaInterface* media_interface, in RegisterInterfaces()
55 base::WeakPtr<Device> Device::Get() { return weak_ptr_factory_.GetWeakPtr(); } in Get()
57 bool Device::IsActive() const { in IsActive()
61 void Device::VendorPacketHandler(uint8_t label, in VendorPacketHandler()
112 &Device::GetElementAttributesResponse, weak_ptr_factory_.GetWeakPtr(), in VendorPacketHandler()
117 media_interface_->GetPlayStatus(base::Bind(&Device::GetPlayStatusResponse, in VendorPacketHandler()
145 void Device::HandleGetCapabilities( in HandleGetCapabilities()
185 void Device::HandleNotification( in HandleNotification()
193 base::Bind(&Device::TrackChangedNotificationResponse, in HandleNotification()
[all …]
Ddevice.h42 class Device {
50 Device(
56 virtual ~Device() = default;
62 base::WeakPtr<Device> Get();
242 friend std::ostream& operator<<(std::ostream& out, const Device& c);
257 base::WeakPtrFactory<Device> weak_ptr_factory_;
303 DISALLOW_COPY_AND_ASSIGN(Device);
Dconnection_handler.h53 using ConnectionCallback = base::Callback<void(std::shared_ptr<Device>)>;
113 virtual std::vector<std::shared_ptr<Device>> GetListOfDevices() const;
129 std::map<uint8_t, std::shared_ptr<Device>> device_map_;
Dconnection_handler.cc111 instance_->connection_cb_.Run(std::shared_ptr<Device>()); in ConnectDevice()
135 std::vector<std::shared_ptr<Device>> ConnectionHandler::GetListOfDevices() in GetListOfDevices()
137 std::vector<std::shared_ptr<Device>> list; in GetListOfDevices()
228 std::shared_ptr<Device> newDevice = std::make_shared<Device>( in InitiatorControlCb()
292 std::shared_ptr<Device> newDevice = std::make_shared<Device>( in AcceptorControlCb()
/system/core/libion/tests/
Ddevice_test.cpp33 class Device : public IonAllHeapsTest { class
46 void Device::SetUp() in SetUp()
53 void Device::TearDown() in TearDown()
59 void Device::readDMA(int fd, void *buf, size_t size) in readDMA()
73 void Device::writeDMA(int fd, void *buf, size_t size) in writeDMA()
87 void Device::readKernel(int fd, void *buf, size_t size) in readKernel()
101 void Device::writeKernel(int fd, void *buf, size_t size) in writeKernel()
115 void Device::blowCache() in blowCache()
126 void Device::dirtyCache(void *ptr, size_t size) in dirtyCache()
135 TEST_F(Device, KernelReadCached) in TEST_F() argument
[all …]
/system/bt/vendor_libs/test_vendor_lib/src/
Ddevice.cc27 std::string Device::ToString() const { in ToString()
33 bool Device::IsAdvertisementAvailable( in IsAdvertisementAvailable()
50 bool Device::IsPageScanAvailable() const { return true; } in IsPageScanAvailable()
Ddevice_factory.cc33 std::shared_ptr<Device> DeviceFactory::Create(const vector<std::string>& args) { in Create()
36 std::shared_ptr<Device> new_device = nullptr; in Create()
Dbroken_adv.cc174 std::string str = Device::ToString() + std::string(": Interval = ") + in ToString()
/system/bt/vendor_libs/test_vendor_lib/include/
Dconnection.h34 Connection(std::shared_ptr<Device> dev, uint16_t handle) in Connection()
43 std::shared_ptr<Device> GetDevice() { return dev_; } in GetDevice()
76 std::shared_ptr<Device> dev_;
Ddevice.h33 class Device {
35 Device() : time_stamp_(std::chrono::steady_clock::now()) {} in Device() function
36 virtual ~Device() = default;
Ddevice_factory.h36 static std::shared_ptr<Device> Create(const std::vector<std::string>& args);
Dclassic.h27 class Classic : public Device {
Dbeacon.h29 class Beacon : public Device {
Dbeacon_swarm.h29 class BeaconSwarm : public Device {
Dkeyboard.h27 class Keyboard : public Device {
Dbroken_adv.h27 class BrokenAdv : public Device {
/system/tpm/attestation/common/
Dcommon.proto27 // O=Chrome Device Enterprise
33 // O=Chrome Device Enterprise
38 // O=Chrome Device Content Protection
44 // O=Chrome Device Content Protection
/system/sepolicy/prebuilts/api/27.0/public/
Dtee.te6 # Device(s) for communicating with the TEE
/system/sepolicy/prebuilts/api/26.0/public/
Dtee.te6 # Device(s) for communicating with the TEE
/system/sepolicy/public/
Dtee.te6 # Device(s) for communicating with the TEE
/system/sepolicy/prebuilts/api/28.0/public/
Dtee.te6 # Device(s) for communicating with the TEE
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py89 device = Device(name, address)
133 class Device(object): class
/system/bt/btif/avrcp/
Davrcp_service.h84 void DeviceCallback(std::shared_ptr<Device> device);
/system/extras/app-launcher/
Dapp-launcher267 echo Block Device $system_block_device
289 echo Block Device $system_block_device
517 echo Found $model Device
559 echo Unknown Device $model
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto64 // Device type.
76 // Device class
80 // Device type.

12