Searched defs:uuidObj (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp826 jbyteArray uuidObj, jint channel, jint flag) {
839 uuid = env->GetByteArrayElements(uuidObj, NULL);
857 env->ReleaseByteArrayElements(uuidObj, uuid, 0);
862 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);
868 jstring name_str, jbyteArray uuidObj, jint channel, jint flag) {
878 uuid = env->GetByteArrayElements(uuidObj, NULL);
895 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);
900 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);
825 connectSocketNative(JNIEnv *env, jobject object, jbyteArray address, jint type, jbyteArray uuidObj, jint channel, jint flag) argument
867 createSocketChannelNative(JNIEnv *env, jobject object, jint type, jstring name_str, jbyteArray uuidObj, jint channel, jint flag) argument

Completed in 108 milliseconds