HomeSort by relevance Sort by last modified time
    Searched refs:attrIds (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 253 jintArray attrIds, jobjectArray textArray) {
274 attr = env->GetIntArrayElements(attrIds, NULL);
304 env->ReleaseIntArrayElements(attrIds, attr, 0);
314 env->ReleaseIntArrayElements(attrIds, attr, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 312 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);
    [all...]

Completed in 2092 milliseconds