Searched defs:attributesIds (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp1058 jobjectArray displayNameArray, jintArray numAttrs, jintArray attributesIds,
1089 if (NULL != attributesIds)
1090 p_attributesIds = env->GetIntArrayElements(attributesIds, NULL);
1100 ((attributesIds != NULL && p_attributesIds) ||
1101 (!attributesIds && !p_attributesIds))) {
1182 env->ReleaseIntArrayElements(attributesIds, p_attributesIds, 0);
1054 getFolderItemsRspNative( JNIEnv* env, jobject object, jbyteArray address, jint rspStatus, jshort uidCounter, jbyte scope, jint numItems, jbyteArray folderType, jbyteArray playable, jbyteArray itemType, jbyteArray itemUidArray, jobjectArray displayNameArray, jintArray numAttrs, jintArray attributesIds, jobjectArray attributesArray) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpHelperClasses.java190 ItemAttrRsp(byte status, int[] attributesIds, String[] attributesArray) { argument
192 mNumAttr = (byte) attributesIds.length;
193 mAttributesIds = attributesIds;
H A DAvrcp.java3096 byte[] itemUidArray, String[] textArray, int[] attributesNum, int[] attributesIds,
3094 getFolderItemsRspNative(byte[] address, int rspStatus, short uidCounter, byte scope, int numItems, byte[] folderTypes, byte[] playable, byte[] itemTypes, byte[] itemUidArray, String[] textArray, int[] attributesNum, int[] attributesIds, String[] attributesArray) argument

Completed in 44 milliseconds