HomeSort by relevance Sort by last modified time
    Searched full:c_path (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 110 const char *c_path = env->GetStringUTFChars(path, NULL); local
112 nat->conn, -1, c_path,
115 env->ReleaseStringUTFChars(path, c_path);
137 const char *c_path = env->GetStringUTFChars(path, NULL); local
140 strlcpy(context_path, c_path, len); // for callback
143 nat, c_path, "org.bluez.AudioSink", "Connect",
146 env->ReleaseStringUTFChars(path, c_path);
158 const char *c_path = env->GetStringUTFChars(path, NULL); local
161 c_path, "org.bluez.AudioSink", "Disconnect",
164 env->ReleaseStringUTFChars(path, c_path);
176 const char *c_path = env->GetStringUTFChars(path, NULL); local
192 const char *c_path = env->GetStringUTFChars(path, NULL); local
208 const char *c_path = env->GetStringUTFChars(path, NULL); local
224 const char *c_path = env->GetStringUTFChars(path, NULL); local
258 const char *c_path = dbus_message_get_path(msg); local
    [all...]
android_server_BluetoothService.cpp 338 const char *c_path = env->GetStringUTFChars(path, NULL); local
342 dbus_func_args(env, nat->conn, c_path,
348 env->ReleaseStringUTFChars(path, c_path);
559 const char *c_path = env->GetStringUTFChars(path, NULL); local
561 nat->conn, -1, c_path,
564 env->ReleaseStringUTFChars(path, c_path);
709 const char *c_path = env->GetStringUTFChars(path, NULL); local
713 c_path, DBUS_DEVICE_IFACE, "SetProperty");
717 env->ReleaseStringUTFChars(path, c_path);
729 env->ReleaseStringUTFChars(path, c_path);
795 const char *c_path = env->GetStringUTFChars(path, NULL); local
    [all...]

Completed in 28 milliseconds