OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothDeviceChromeOS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc
130
BluetoothDeviceChromeOS
::
BluetoothDeviceChromeOS
(
141
BluetoothDeviceChromeOS
::~
BluetoothDeviceChromeOS
() {
144
uint32
BluetoothDeviceChromeOS
::GetBluetoothClass() const {
153
std::string
BluetoothDeviceChromeOS
::GetDeviceName() const {
162
std::string
BluetoothDeviceChromeOS
::GetAddress() const {
171
uint16
BluetoothDeviceChromeOS
::GetVendorID() const {
177
uint16
BluetoothDeviceChromeOS
::GetProductID() const {
183
uint16
BluetoothDeviceChromeOS
::GetDeviceID() const
[
all
...]
bluetooth_adapter_chromeos.h
26
class
BluetoothDeviceChromeOS
;
65
friend class
BluetoothDeviceChromeOS
;
91
BluetoothDeviceChromeOS
* GetDeviceWithPath(
114
void NotifyDeviceChanged(
BluetoothDeviceChromeOS
* device);
bluetooth_adapter_chromeos.cc
201
BluetoothDeviceChromeOS
* device_chromeos =
202
new
BluetoothDeviceChromeOS
(this, object_path);
215
BluetoothDeviceChromeOS
* device_chromeos =
216
static_cast<
BluetoothDeviceChromeOS
*>(iter->second);
231
BluetoothDeviceChromeOS
* device_chromeos = GetDeviceWithPath(object_path);
265
BluetoothDeviceChromeOS
* device_chromeos = GetDeviceWithPath(object_path);
281
BluetoothDeviceChromeOS
*
286
BluetoothDeviceChromeOS
* device_chromeos =
287
static_cast<
BluetoothDeviceChromeOS
*>(iter->second);
320
BluetoothDeviceChromeOS
* device_chromeos
[
all
...]
bluetooth_device_chromeos.h
21
// The
BluetoothDeviceChromeOS
class implements BluetoothDevice for the
23
class
BluetoothDeviceChromeOS
82
BluetoothDeviceChromeOS
(BluetoothAdapterChromeOS* adapter,
84
virtual ~
BluetoothDeviceChromeOS
();
216
base::WeakPtrFactory<
BluetoothDeviceChromeOS
> weak_ptr_factory_;
218
DISALLOW_COPY_AND_ASSIGN(
BluetoothDeviceChromeOS
);
bluetooth_profile_chromeos.cc
243
BluetoothDeviceChromeOS
* device =
Completed in 896 milliseconds