Searched defs:roAmount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_rights_manager.c357 int32_t roAmount; local
364 if (FALSE == drm_writeOrReadInfo(id, NULL, &roAmount, GET_ROAMOUNT))
367 if (-1 == roAmount)
368 roAmount = 0;
371 roAmount++;
374 if (FALSE == drm_writeOrReadInfo(id, rights, &roAmount, SAVE_A_RO))
535 int32_t id, roAmount; local
543 if (FALSE == drm_writeOrReadInfo(id, NULL, &roAmount, GET_ROAMOUNT))
546 if (roAmount <= 0)
550 roAmount
[all...]
H A Ddrm_api.c509 int32_t roAmount; local
521 if (FALSE == drm_writeOrReadInfo(id, NULL, &roAmount, GET_ROAMOUNT))
524 validRoAmount = roAmount;
525 if (roAmount < 1)
528 pRo = malloc(roAmount * sizeof(T_DRM_Rights));
533 if (FALSE == drm_writeOrReadInfo(id, pRo, &roAmount, GET_ALL_RO)) {
539 pNumOfPriority = malloc(sizeof(int32_t) * roAmount);
540 for(i = 0; i < roAmount; i++) {
541 iNum = roAmount - 1;
542 for(j = 0; j < roAmount;
1123 int32_t roAmount; local
1755 int32_t roAmount, id; local
1834 int32_t maxId, id, roAmount, j; local
1889 int32_t maxId, id, roAmount, j; local
[all...]

Completed in 206 milliseconds