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

  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 899 char *object_path; local
902 DBUS_TYPE_OBJECT_PATH, &object_path,
909 LOGV("... object_path = %s", object_path);
938 char *object_path; local
953 char *object_path; local
968 char *object_path; local
986 char *object_path; local
1004 char *object_path; local
    [all...]
android_server_BluetoothService.cpp 388 static jboolean removeDeviceNative(JNIEnv *env, jobject object, jstring object_path) {
393 const char *c_object_path = env->GetStringUTFChars(object_path, NULL);
403 env->ReleaseStringUTFChars(object_path, c_object_path);
864 static jboolean setLinkTimeoutNative(JNIEnv *env, jobject object, jstring object_path,
870 const char *c_object_path = env->GetStringUTFChars(object_path, NULL);
877 env->ReleaseStringUTFChars(object_path, c_object_path);
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo.c 152 char *object_path; member in struct:csd_call
259 if (g_str_equal(call->object_path, path))
316 call->object_path,
334 call->object_path,
352 call->object_path,
1519 const char *object_path, *number; local
    [all...]
  /external/dbus/dbus/
dbus-message.h 92 const char *object_path);
95 const char *object_path);
dbus-message.c     [all...]

Completed in 513 milliseconds