OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attribids
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp
318
jintArray
attribIds
;
335
attribIds
= sCallbackEnv->NewIntArray(num_attr);
336
if(!
attribIds
) {
337
ALOGE(" failed to set new array for
attribIds
");
350
sCallbackEnv->DeleteLocalRef(
attribIds
);
360
sCallbackEnv->DeleteLocalRef(
attribIds
);
364
sCallbackEnv->SetIntArrayRegion(
attribIds
, i, 1, (jint*)&(p_attrs[i].attr_id));
370
(jbyte)(num_attr),
attribIds
, stringArray);
373
sCallbackEnv->DeleteLocalRef(
attribIds
);
Completed in 41 milliseconds