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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp276 jintArray attrIds, jobjectArray textArray) {
297 attr = env->GetIntArrayElements(attrIds, NULL);
327 env->ReleaseIntArrayElements(attrIds, attr, 0);
337 env->ReleaseIntArrayElements(attrIds, attr, 0);
275 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);
911 private native boolean getElementAttrRspNative(byte numAttr, int[] attrIds, String[] textArray); argument

Completed in 274 milliseconds