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

  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 895 char *c_object_path; local
897 DBUS_TYPE_OBJECT_PATH, &c_object_path,
899 LOGV("... address = %s", c_object_path);
908 char *c_object_path; local
    [all...]
android_server_BluetoothService.cpp 485 const char *c_object_path = env->GetStringUTFChars(object_path, NULL); local
493 DBUS_TYPE_OBJECT_PATH, &c_object_path,
495 env->ReleaseStringUTFChars(object_path, c_object_path);
1093 const char *c_object_path = env->GetStringUTFChars(object_path, NULL); local
    [all...]

Completed in 152 milliseconds