Searched defs:owner (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/compile/linkloader/include/impl/
H A DELFSection.hxx35 ELFObjectTy *owner,
49 return ELFSectionSymTabTy::read(AR, owner, sh);
52 return ELFSectionProgBitsTy::read(AR, owner, sh);
34 read(Archiver &AR, ELFObjectTy *owner, ELFSectionHeaderTy const *sh) argument
H A DELFSectionHeader.hxx28 return owner->getSectionName(getNameIndex());
35 ELFObjectTy const *owner,
59 // Set the owner elf object
60 sh->owner = owner;
34 read(Archiver &AR, ELFObjectTy const *owner, size_t index) argument
H A DELFSectionHeaderTable.hxx36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) { argument
43 // Allocate a new section header table and assign the owner.
47 ELFHeaderTy const *header = owner->getHeader();
57 ELFSectionHeaderTy::read(AR, owner, i));
H A DELFSectionProgBits.hxx34 ELFObjectTy *owner,
36 int machine = owner->getHeader()->getMachine();
50 owner->getSectionByName(reltab_name.c_str()));
55 max_num_stubs = reltab->getMaxNumStubs(owner);
33 read(Archiver &AR, ELFObjectTy *owner, ELFSectionHeaderTy const *sh) argument
H A DELFSectionSymTab.hxx89 ELFObjectTy *owner,
103 st->table.push_back(ELFSymbolTy::read(AR, owner, i));
88 read(Archiver &AR, ELFObjectTy *owner, ELFSectionHeaderTy const *sh) argument
H A DELFSymbol.hxx34 ELFSectionHeaderTableTy const &shtab = *owner->getSectionHeaderTable();
36 ELFSectionTy const *section = owner->getSectionByIndex(index);
46 ELFObjectTy const *owner,
69 // Set the owner elf object
70 sh->owner = owner;
136 owner->getSectionHeaderTable();
151 my_addr = const_cast<ELFObjectTy *>(owner)->
159 ELFSectionTy const *sec = owner->getSectionByIndex(idx);
192 my_addr = const_cast<ELFObjectTy *>(owner)
45 read(Archiver &AR, ELFObjectTy const *owner, size_t index) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DMipmapDrawable.java192 MipmapContainerState(MipmapContainerState orig, MipmapDrawable owner, Resources res) { argument
193 super(orig, owner, res);
H A DLevelListDrawable.java160 LevelListState(LevelListState orig, LevelListDrawable owner, Resources res) { argument
161 super(orig, owner, res);
H A DStateListDrawable.java277 StateListState(StateListState orig, StateListDrawable owner, Resources res) { argument
278 super(orig, owner, res);
H A DTransitionDrawable.java247 TransitionState(TransitionState orig, TransitionDrawable owner, argument
249 super(orig, owner, res);
H A DAnimationDrawable.java317 AnimationState(AnimationState orig, AnimationDrawable owner, argument
319 super(orig, owner, res);
H A DClipDrawable.java258 ClipState(ClipState orig, ClipDrawable owner, Resources res) { argument
265 mDrawable.setCallback(owner);
H A DInsetDrawable.java271 InsetState(InsetState orig, InsetDrawable owner, Resources res) { argument
278 mDrawable.setCallback(owner);
H A DRotateDrawable.java311 public RotateState(RotateState source, RotateDrawable owner, Resources res) { argument
318 mDrawable.setCallback(owner);
/frameworks/base/services/java/com/android/server/am/
H A DUriPermissionOwner.java29 final Object owner; field in class:UriPermissionOwner
44 owner = _owner;
164 return owner.toString();
H A DReceiverList.java37 final ActivityManagerService owner; field in class:ReceiverList
50 owner = _owner;
68 owner.unregisterReceiver(receiver);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java37 /*package*/ CdmaCallTracker owner; field in class:CdmaCall
57 CdmaCall (CdmaCallTracker owner) { argument
58 this.owner = owner;
78 return owner.phone;
91 owner.hangup(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java35 /*package*/ GsmCallTracker owner; field in class:GsmCall
56 GsmCall (GsmCallTracker owner) { argument
57 this.owner = owner;
73 return owner.phone;
87 owner.hangup(this);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitor.java93 public void visitOuterClass(String owner, String name, String desc) { argument
/frameworks/compile/linkloader/include/
H A DELFSectionHeader.h36 ELFObjectTy const *owner; member in class:ELFSectionHeader_CRTP
89 read(Archiver &AR, ELFObjectTy const *owner, size_t index = 0);
H A DELFSymbol.h44 ELFObject<Bitwidth> const *owner; member in class:ELFSymbol_CRTP
135 read(Archiver &AR, ELFObject<Bitwidth> const *owner, size_t index = 0);
/frameworks/wilhelm/src/
H A Dlocks.c70 pthread_t owner = thiz->mOwner; local
71 // unlikely, but this could result in a memory fault if owner is corrupt
72 pid_t ownerTid = LIKELY_VALID(owner) ? __pthread_gettid(owner) : -1;
75 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
90 pthread_t owner = thiz->mOwner; local
91 pid_t ownerTid = LIKELY_VALID(owner) ? __pthread_gettid(owner) : -1;
92 if (pthread_equal(pthread_self(), owner)) {
95 *(void **)&owner, ownerTi
[all...]
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp52 StreamSource(TunnelRenderer *owner);
83 TunnelRenderer::StreamSource::StreamSource(TunnelRenderer *owner) argument
84 : mOwner(owner),
/frameworks/base/core/java/android/os/
H A DBinder.java175 * to return the given owner IInterface when the corresponding
178 public void attachInterface(IInterface owner, String descriptor) { argument
179 mOwner = owner;
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java56 UserHandle owner) {
65 mOwner = owner;
81 public static StorageVolume fromTemplate(StorageVolume template, File path, UserHandle owner) { argument
84 template.mAllowMassStorage, template.mMaxFileSize, owner);
54 StorageVolume(File path, int descriptionId, boolean primary, boolean removable, boolean emulated, int mtpReserveSpace, boolean allowMassStorage, long maxFileSize, UserHandle owner) argument

Completed in 473 milliseconds

12