Home | History | Annotate | Download | only in jni

Lines Matching full:playable

1057     jbyteArray playable, jbyteArray itemType, jbyteArray itemUidArray,
1083 if (playable != NULL)
1084 p_playable = env->GetByteArrayElements(playable, NULL);
1115 pitem->folder.playable = p_playable[item_idx];
1178 if (p_playable) env->ReleaseByteArrayElements(playable, p_playable, 0);