OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothGattDescriptorServiceProvider
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_gatt_descriptor_service_provider.h
19
//
BluetoothGattDescriptorServiceProvider
is used to provide a D-Bus object that
33
class CHROMEOS_EXPORT
BluetoothGattDescriptorServiceProvider
{
73
virtual ~
BluetoothGattDescriptorServiceProvider
();
92
static
BluetoothGattDescriptorServiceProvider
* Create(
101
BluetoothGattDescriptorServiceProvider
();
104
DISALLOW_COPY_AND_ASSIGN(
BluetoothGattDescriptorServiceProvider
);
bluetooth_gatt_descriptor_service_provider.cc
28
// The
BluetoothGattDescriptorServiceProvider
implementation used in production.
30
: public
BluetoothGattDescriptorServiceProvider
{
89
//
BluetoothGattDescriptorServiceProvider
override.
131
VLOG(2) << "
BluetoothGattDescriptorServiceProvider
::Get: "
202
VLOG(2) << "
BluetoothGattDescriptorServiceProvider
::Set: "
281
VLOG(2) << "
BluetoothGattDescriptorServiceProvider
::GetAll: "
446
BluetoothGattDescriptorServiceProvider
::
447
BluetoothGattDescriptorServiceProvider
() {
450
BluetoothGattDescriptorServiceProvider
::
451
~
BluetoothGattDescriptorServiceProvider
() {
[
all
...]
Completed in 3294 milliseconds