OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:areflist_get
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/skin/
composer.c
33
SkinPlate* child =
areflist_get
( p->group.children, n );
66
SkinPlate* child =
areflist_get
( p->group.children, n );
121
child =
areflist_get
( p->group.children, n );
136
SkinViewport* v =
areflist_get
( p->space.viewports, n );
239
skin_viewport_free(
areflist_get
( p->space.viewports, 0 ) );
247
skin_plate_free(
areflist_get
( p->group.children, 0 ) );
330
skin_plate_redraw(
areflist_get
(plate->group.children, n ), updated, drawn, &pos, viewport );
/external/qemu/android/utils/
reflist.h
120
void*
areflist_get
(const ARefList* l, int n);
reflist.c
267
areflist_get
(const ARefList* l, int n)
function
Completed in 1239 milliseconds