Searched refs:c_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothA2dpService.cpp140 const char *c_path = env->GetStringUTFChars(path, NULL); local
144 DBUS_TYPE_STRING, &c_path,
146 env->ReleaseStringUTFChars(path, c_path);
157 const char *c_path = env->GetStringUTFChars(path, NULL); local
159 dbus_func_args(env, nat->conn, c_path,
162 env->ReleaseStringUTFChars(path, c_path);
173 const char *c_path = env->GetStringUTFChars(path, NULL); local
176 strncpy(c_path_copy, c_path, path_sz);
181 c_path,
185 env->ReleaseStringUTFChars(path, c_path);
201 const char *c_path = env->GetStringUTFChars(path, NULL); local
227 const char *c_path = env->GetStringUTFChars(path, NULL); local
243 char *c_path = (char *)user; local
274 char *c_path = (char *)user; local
330 char *c_path; local
343 char *c_path; local
356 const char *c_path = dbus_message_get_path(msg); local
365 const char *c_path = dbus_message_get_path(msg); local
374 const char *c_path = dbus_message_get_path(msg); local
383 const char *c_path = dbus_message_get_path(msg); local
[all...]

Completed in 255 milliseconds