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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp253 jintArray attrIds, jobjectArray textArray) {
274 attr = env->GetIntArrayElements(attrIds, NULL);
304 env->ReleaseIntArrayElements(attrIds, attr, 0);
314 env->ReleaseIntArrayElements(attrIds, attr, 0);
252 getElementAttrRspNative(JNIEnv *env, jobject object, jbyte numAttr, jintArray attrIds, jobjectArray textArray) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DAvrcp.java312 int[] attrIds;
316 attrIds = new int[numAttr];
319 attrIds[i] = attrList.get(i).intValue();
320 textArray[i] = getAttributeString(attrIds[i]);
322 getElementAttrRspNative(numAttr, attrIds, textArray);
831 private native boolean getElementAttrRspNative(byte numAttr, int[] attrIds, String[] textArray); argument

Completed in 107 milliseconds