HomeSort by relevance Sort by last modified time
    Searched refs: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 413 const char *c_path = env->GetStringUTFChars(path, NULL); local
417 dbus_func_args(env, nat->conn, c_path,
423 env->ReleaseStringUTFChars(path, c_path);
697 const char *c_path = env->GetStringUTFChars(path, NULL); local
699 nat->conn, -1, c_path,
702 env->ReleaseStringUTFChars(path, c_path);
847 const char *c_path = env->GetStringUTFChars(path, NULL); local
851 c_path, DBUS_DEVICE_IFACE, "SetProperty");
855 env->ReleaseStringUTFChars(path, c_path);
867 env->ReleaseStringUTFChars(path, c_path);
933 const char *c_path = env->GetStringUTFChars(path, NULL); local
    [all...]

Completed in 88 milliseconds