HomeSort by relevance Sort by last modified time
    Searched refs:DeviceConnected (Results 1 - 10 of 10) sorted by null

  /system/bt/include/hardware/avrcp/
avrcp.h 155 virtual void DeviceConnected(const RawAddress& bdaddr) = 0;
160 virtual void DeviceConnected(const RawAddress& bdaddr,
  /system/bt/profile/avrcp/tests/
avrcp_test_helper.h 53 MOCK_METHOD1(DeviceConnected, void(const RawAddress&));
54 MOCK_METHOD2(DeviceConnected, void(const RawAddress&, VolumeChangedCb));
avrcp_connection_handler_test.cc 228 EXPECT_CALL(mock_volume_, DeviceConnected(RawAddress::kAny)).Times(1);
avrcp_device_test.cc 744 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _))
782 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _))
    [all...]
  /system/bt/btif/avrcp/
avrcp_service.cc 248 void DeviceConnected(const RawAddress& bdaddr) override {
251 &VolumeInterface::DeviceConnected),
255 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override {
264 &VolumeInterface::DeviceConnected),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 156 DeviceConnected,
170 DeviceConnected,
423 ULONG DeviceConnected:1;
  /system/bt/profile/avrcp/
connection_handler.cc 240 instance_->vol_->DeviceConnected(newDevice->GetAddress());
319 instance_->vol_->DeviceConnected(device->GetAddress());
device.cc 302 volume_interface_->DeviceConnected(
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 128 void DeviceConnected(const RawAddress& bdaddr) override {
132 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override {
199 env->GetMethodID(clazz, "deviceConnected", "(Ljava/lang/String;Z)V");
  /external/libusb/libusb/os/
windows_winusb.h 396 DeviceConnected,

Completed in 152 milliseconds