Searched defs:refs (Results 1 - 9 of 9) 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/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/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/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
/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...]
/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 232 milliseconds