OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:device_agent_path
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
android_server_BluetoothService.cpp
147
const char *
device_agent_path
= "/android/bluetooth/remote_device_agent";
local
151
if (!dbus_connection_register_object_path(nat->conn,
device_agent_path
,
154
__FUNCTION__,
device_agent_path
);
167
const char *
device_agent_path
=
local
169
dbus_connection_unregister_object_path (nat->conn,
device_agent_path
);
[
all
...]
Completed in 1201 milliseconds