Home
last modified time | relevance | path

Searched refs:refs (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/libs/binder/
DIPCThreadState.cpp605 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local
607 refs->decWeak(mProcess.get()); in processPendingDerefs()
626 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; in processPostWriteDerefs() local
627 refs->decWeak(mProcess.get()); in processPostWriteDerefs()
1150 RefBase::weakref_type* refs; in executeCommand() local
1162 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1164 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1166 refs, obj, refs->refBase()); in executeCommand()
1173 mOut.writePointer((uintptr_t)refs); in executeCommand()
1178 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
[all …]
DProcessState.cpp286 e.refs = nullptr; in lookupHandleLocked()
310 if (b == nullptr || !e->refs->attemptIncWeak(this)) { in getStrongProxyForHandle()
343 if (b) e->refs = b->getWeakRefs(); in getStrongProxyForHandle()
350 e->refs->decWeak(this); in getStrongProxyForHandle()
/frameworks/native/opengl/libs/EGL/
Degl_display.h80 inline bool isReady() const { return (refs > 0); } in isReady()
91 inline uint32_t getRefsCount() const { return refs; } in getRefsCount()
117 uint32_t refs;
Degl_display.cpp84 refs(0), in egl_display_t()
239 refs++; in initialize()
240 if (refs > 1) { in initialize()
398 if (refs == 0) { in terminate()
409 refs--; in terminate()
410 if (refs > 0) { in terminate()
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap() argument
62 mReferences.putAll(refs); in addReferencesByMap()
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java433 LinkedList<RemoteViewsFrameLayout> refs = get(position); in add() local
436 if (refs == null) { in add()
437 refs = new LinkedList<>(); in add()
438 put(position, refs); in add()
443 refs.add(layout); in add()
454 final LinkedList<RemoteViewsFrameLayout> refs = removeReturnOld(position); in notifyOnRemoteViewsLoaded()
455 if (refs != null) { in notifyOnRemoteViewsLoaded()
457 for (final RemoteViewsFrameLayout ref : refs) { in notifyOnRemoteViewsLoaded()
470 final LinkedList<RemoteViewsFrameLayout> refs = get(rvfl.cacheIndex); in removeView() local
471 if (refs != null) { in removeView()
[all …]
/frameworks/base/services/core/xsd/schema/
DREADME.md1 Please see the [README](https://android.googlesource.com/platform/system/tools/xsdc/+/refs/heads/ma…
/frameworks/base/core/xsd/schema/
DREADME.md1 Please see the [README](https://android.googlesource.com/platform/system/tools/xsdc/+/refs/heads/ma…
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfig.java290 public Builder addCertificatesEntryRefs(Collection<? extends CertificatesEntryRef> refs) {
294 mCertificatesEntryRefs.addAll(refs);
/frameworks/rs/cpp/util/
DRefBase.h225 void set_object_and_refs(T* other, weakref_type* refs);
422 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs() argument
424 if (other) refs->incWeak(this); in set_object_and_refs()
427 m_refs = refs; in set_object_and_refs()
/frameworks/native/include/binder/
DProcessState.h118 RefBase::weakref_type* refs; member
/frameworks/native/libs/binder/include/binder/
DProcessState.h118 RefBase::weakref_type* refs; member
/frameworks/base/
DOWNERS23 # via https://android.git.corp.google.com/All-Projects/+/refs/meta/config/rules.pl.
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies() argument
171 mDependenciesAsRefs = refs; in setDependencies()
317 std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies() argument
318 mImpl->setDependencies(indices, refs); in setDependencies()
/frameworks/base/packages/SystemUI/
Dproguard.flags20 # owning classes when the downstream callback registrars only store weak refs.
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp5349 const ItemRefs &refs = item.refsList[r]; in writeIrefBox() local
5350 beginBox(refs.key); in writeIrefBox()
5352 size_t refCount = refs.value.size(); in writeIrefBox()
5354 ALOGW("too many entries in %s", refs.key); in writeIrefBox()
5359 writeInt16(refs.value[refIndex]); in writeIrefBox()
5567 void MPEG4Writer::addRefs_l(uint16_t itemId, const ItemRefs &refs) { in addRefs_l() argument
5568 if (refs.value.empty()) { in addRefs_l()
5581 it->second.refsList.push_back(refs); in addRefs_l()
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h364 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs);