OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothProfileServiceProvider
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc
23
// The
BluetoothProfileServiceProvider
implementation used in production.
25
: public
BluetoothProfileServiceProvider
{
244
BluetoothProfileServiceProvider
::
BluetoothProfileServiceProvider
() {
247
BluetoothProfileServiceProvider
::~
BluetoothProfileServiceProvider
() {
251
BluetoothProfileServiceProvider
*
BluetoothProfileServiceProvider
::Create(
bluetooth_profile_service_provider.h
20
//
BluetoothProfileServiceProvider
is used to provide a D-Bus object that the
32
class CHROMEOS_EXPORT
BluetoothProfileServiceProvider
{
102
virtual ~
BluetoothProfileServiceProvider
();
108
static
BluetoothProfileServiceProvider
* Create(
114
BluetoothProfileServiceProvider
();
117
DISALLOW_COPY_AND_ASSIGN(
BluetoothProfileServiceProvider
);
Completed in 173 milliseconds