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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp254 jintArray attrIds, jobjectArray textArray) {
275 attr = env->GetIntArrayElements(attrIds, NULL);
305 env->ReleaseIntArrayElements(attrIds, attr, 0);
315 env->ReleaseIntArrayElements(attrIds, attr, 0);
253 getElementAttrRspNative(JNIEnv *env, jobject object, jbyte numAttr, jintArray attrIds, jobjectArray textArray) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java298 int[] attrIds;
302 attrIds = new int[numAttr];
305 attrIds[i] = attrList.get(i).intValue();
306 textArray[i] = getAttributeString(attrIds[i]);
308 getElementAttrRspNative(numAttr, attrIds, textArray);
875 private native boolean getElementAttrRspNative(byte numAttr, int[] attrIds, String[] textArray); argument

Completed in 49 milliseconds