HomeSort by relevance Sort by last modified time
    Searched refs:dbus_returns_int32 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_bluetooth_common.h 149 jint dbus_returns_int32(JNIEnv *env, DBusMessage *reply);
android_bluetooth_common.cpp 305 jint dbus_returns_int32(JNIEnv *env, DBusMessage *reply) { function in namespace:android
android_server_BluetoothService.cpp 424 return reply ? dbus_returns_int32(env, reply) : -1;
    [all...]

Completed in 28 milliseconds