Home
last modified time | relevance | path

Searched refs:attrIds (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp275 jintArray attrIds, jobjectArray textArray) { in getElementAttrRspNative() argument
296 attr = env->GetIntArrayElements(attrIds, NULL); in getElementAttrRspNative()
326 env->ReleaseIntArrayElements(attrIds, attr, 0); in getElementAttrRspNative()
336 env->ReleaseIntArrayElements(attrIds, attr, 0); in getElementAttrRspNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java334 int[] attrIds; in handleMessage() local
338 attrIds = new int[numAttr]; in handleMessage()
341 attrIds[i] = attrList.get(i).intValue(); in handleMessage()
342 textArray[i] = getAttributeString(attrIds[i]); in handleMessage()
344 getElementAttrRspNative(numAttr, attrIds, textArray); in handleMessage()
1114 private native boolean getElementAttrRspNative(byte numAttr, int[] attrIds, String[] textArray); in getElementAttrRspNative() argument