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 254 jintArray attrIds, jobjectArray textArray) {
275 attr = env->GetIntArrayElements(attrIds, NULL);
305 env->ReleaseIntArrayElements(attrIds, attr, 0);
315 env->ReleaseIntArrayElements(attrIds, attr, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 298 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);
    [all...]

Completed in 179 milliseconds