OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dbus_returns_int32
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_bluetooth_common.h
150
jint
dbus_returns_int32
(JNIEnv *env, DBusMessage *reply);
android_bluetooth_common.cpp
344
jint
dbus_returns_int32
(JNIEnv *env, DBusMessage *reply) {
function in namespace:android
android_server_BluetoothService.cpp
441
return reply ?
dbus_returns_int32
(env, reply) : -1;
[
all
...]
Completed in 238 milliseconds