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

/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { argument
62 mReferences.putAll(refs);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp485 * which in turn could cause us to add to the pending refs
495 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; local
497 refs->decWeak(mProcess.get());
516 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; local
517 refs->decWeak(mProcess.get());
1001 RefBase::weakref_type* refs; local
1013 refs = (RefBase::weakref_type*)mIn.readPointer();
1015 ALOG_ASSERT(refs->refBase() == obj,
1017 refs, obj, refs
[all...]
H A DProcessState.cpp237 e.refs = NULL;
257 if (b == NULL || !e->refs->attemptIncWeak(this)) {
287 if (b) e->refs = b->getWeakRefs();
294 e->refs->decWeak(this);
318 if (b == NULL || !e->refs->attemptIncWeak(this)) {
322 if (b) e->refs = b->getWeakRefs();
325 e->refs->decWeak(this);
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h82 inline bool isReady() const { return (refs > 0); }
93 inline uint32_t getRefsCount() const { return refs; }
121 uint32_t refs; member in class:android::egl_display_t
H A Degl_display.cpp76 magic('_dpy'), finishOnSwap(false), traceGpuCompletion(false), refs(0), eglIsInitialized(false) {
149 refs++;
150 if (refs > 1) {
290 if (refs == 0) {
301 refs--;
302 if (refs > 0) {
/frameworks/native/include/binder/
H A DProcessState.h89 RefBase::weakref_type* refs; member in struct:android::ProcessState::handle_entry
/frameworks/native/libs/binder/include/binder/
H A DProcessState.h89 RefBase::weakref_type* refs; member in struct:android::ProcessState::handle_entry
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java418 LinkedList<RemoteViewsFrameLayout> refs = get(position);
421 if (refs == null) {
422 refs = new LinkedList<>();
423 put(position, refs);
428 refs.add(layout);
439 final LinkedList<RemoteViewsFrameLayout> refs = removeReturnOld(position);
440 if (refs != null) {
442 for (final RemoteViewsFrameLayout ref : refs) {
455 final LinkedList<RemoteViewsFrameLayout> refs = get(rvfl.cacheIndex);
456 if (refs !
[all...]
/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfig.java57 // Sort the certificates entry refs so that all entries that override pins come before
59 // multiple entry refs by returning the certificate from the first entry ref.
290 public Builder addCertificatesEntryRefs(Collection<? extends CertificatesEntryRef> refs) { argument
294 mCertificatesEntryRefs.addAll(refs);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp288 const uint32_t refs = old->getStrongCount(); local
289 if (ggl_likely(refs == 1)) {
/frameworks/rs/cpp/util/
H A DRefBase.h224 void set_object_and_refs(T* other, weakref_type* refs);
421 void wp<T>::set_object_and_refs(T* other, weakref_type* refs)
423 if (other) refs->incWeak(this);
426 m_refs = refs;
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2080 // Flush out the item refs for this track. Note that it must be called after the
2083 // it affects the 'dimg' refs for tiled image, as we only have the refs after the
4372 const ItemRefs &refs = mItems[i].refsList[r]; local
4373 beginBox(refs.key);
4375 size_t refCount = refs.value.size();
4377 ALOGW("too many entries in %s", refs.key);
4382 writeInt16(refs.value[refIndex]);
4576 void MPEG4Writer::addRefs_l(uint16_t itemId, const ItemRefs &refs) { argument
4577 if (refs
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 388 milliseconds