Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
/frameworks/native/libs/binder/include/binder/
DProcessState.h104 RefBase::weakref_type* refs; member
/frameworks/native/opengl/libs/EGL/
Degl_display.h123 uint32_t refs; variable
/frameworks/native/libs/binder/
DIPCThreadState.cpp551 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local
572 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; in processPostWriteDerefs() local
1071 RefBase::weakref_type* refs; in executeCommand() local
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp288 const uint32_t refs = old->getStrongCount(); in replaceTexture() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h1111 upb_inttable *refs; /* Maps owner -> trackedref for incoming refs. */ member
1117 #define UPB_REFCOUNT_INIT(refs, ref2s) \ argument
1120 #define UPB_REFCOUNT_INIT(refs, ref2s) {&static_refcount, NULL, NULL, 0, true} argument
3038 #define UPB_DEF_INIT(name, type, refs, ref2s) \ argument
3081 index, defaultval, refs, ref2s) \ argument
3116 refs, ref2s) \ argument
3134 #define UPB_ENUMDEF_INIT(name, ntoi, iton, defaultval, refs, ref2s) \ argument
3148 #define UPB_ONEOFDEF_INIT(name, ntof, itof, refs, ref2s) \ argument
3160 #define UPB_SYMTAB_INIT(symtab, refs, ref2s) \ argument
/frameworks/rs/cpp/util/
DRefBase.h422 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
317 std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java431 LinkedList<RemoteViewsFrameLayout> refs = get(position); in add() local
468 final LinkedList<RemoteViewsFrameLayout> refs = get(rvfl.cacheIndex); in removeView() local
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4534 const ItemRefs &refs = mItems[i].refsList[r]; in writeIrefBox() local
4738 void MPEG4Writer::addRefs_l(uint16_t itemId, const ItemRefs &refs) { in addRefs_l()