HomeSort by relevance Sort by last modified time
    Searched refs:ItemReference (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/include/
ItemTable.h 38 struct ItemReference;
69 Vector<sp<ItemReference> > mItemReferences;
  /external/python/cpython2/Mac/Modules/drag/
_Dragmodule.c 101 ItemReference theItemRef;
132 ItemReference theItemRef;
254 ItemReference theItemRef;
274 ItemReference theItemRef;
295 ItemReference theItemRef;
319 ItemReference theItemRef;
343 ItemReference theItemRef;
367 ItemReference theItemRef;
405 ItemReference theItemRef;
426 ItemReference theItemRef
    [all...]
dragsupport.py 25 DragItemRef = Type("ItemReference", "l")
28 ItemReference = DragItemRef
122 ItemReference theItem, DragReference theDrag)
  /frameworks/av/media/libstagefright/
ItemTable.cpp 40 friend struct ItemReference;
462 // ItemReference related boxes
465 struct ItemReference : public Box, public RefBase {
466 ItemReference(const sp<DataSource> source, uint32_t type, uint32_t itemIdSize) :
514 DISALLOW_EVIL_CONSTRUCTORS(ItemReference);
517 status_t ItemReference::parse(off64_t offset, size_t size) {
551 IrefBox(const sp<DataSource> source, Vector<sp<ItemReference> > *itemRefs) :
561 Vector<sp<ItemReference> > *mItemRefs;
576 sp<ItemReference> itemRef = new ItemReference(source(), type, mRefIdSize)
    [all...]

Completed in 85 milliseconds