Searched refs:ro (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/rights/
H A DRoManager.cpp38 //load the ro list from local system.
58 Ro *ro = new Ro(); local
60 Ro::ERRCODE ret = ro->parse(roStream);
64 ro->save();
66 mRoList.push_back(ro);
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_rel.c232 T_DRM_Rights * ro, uint8_t * operation,
247 pConstraint = &(ro->PlayConstraint);
248 bIsAble = &(ro->bIsPlayable);
251 pConstraint = &(ro->DisplayConstraint);
252 bIsAble = &(ro->bIsDisplayable);
255 pConstraint = &(ro->ExecuteConstraint);
256 bIsAble = &(ro->bIsExecuteable);
259 pConstraint = &(ro->PrintConstraint);
260 bIsAble = &(ro->bIsPrintable);
267 pConstraint = &(ro
231 drm_getRightValue(uint8_t * buffer, int32_t bufferLen, T_DRM_Rights * ro, uint8_t * operation, uint8_t oper_char) argument
[all...]
/frameworks/base/media/libdrm/mobile2/include/rights/
H A DRo.h64 * Add a asset into ro's asset list.
70 * Add a right into ro's right list.
86 * Parse the ro from stream.
87 * @param roStream the input ro stream.
196 Ro& operator=(const Ro& ro);
201 Ro(const Ro& ro);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp67 static ro_t ro; member in namespace:android
293 dirty.left = env->GetIntField(dirtyRect, ro.l);
294 dirty.top = env->GetIntField(dirtyRect, ro.t);
295 dirty.right = env->GetIntField(dirtyRect, ro.r);
296 dirty.bottom= env->GetIntField(dirtyRect, ro.b);
353 env->SetIntField(dirtyRect, ro.l, bounds.left);
354 env->SetIntField(dirtyRect, ro.t, bounds.top);
355 env->SetIntField(dirtyRect, ro.r, bounds.right);
356 env->SetIntField(dirtyRect, ro.b, bounds.bottom);
702 ro
[all...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_rights_manager.c534 T_DRM_Rights ro; local
549 memset(&ro, 0, sizeof(T_DRM_Rights));
551 if (FALSE == drm_writeOrReadInfo(id, &ro, &roAmount, GET_A_RO))
554 memcpy(KeyValue, ro.KeyValue, DRM_KEY_LEN);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java310 private void processGroup(List<ResolveInfo> rList, int start, int end, ResolveInfo ro, argument
316 mList.add(new DisplayResolveInfo(ro, roLabel, null, null));
319 CharSequence startApp = ro.activityInfo.applicationInfo.loadLabel(mPm);

Completed in 225 milliseconds