Searched refs:RefBase (Results 1 - 25 of 87) sorted by relevance

1234

/frameworks/base/libs/utils/
H A DRefBase.cpp17 #define LOG_TAG "RefBase"
19 #include <utils/RefBase.h>
51 class RefBase::weakref_impl : public RefBase::weakref_type
56 RefBase* const mBase;
62 weakref_impl(RefBase* base)
79 weakref_impl(RefBase* base)
89 //LOGI("NEW weakref_impl %p for RefBase %p", this, base);
138 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
141 sprintf(buf, "Weak references on RefBase
497 RefBase::RefBase() function in class:android::RefBase
[all...]
/frameworks/base/include/media/stagefright/
H A DMediaExtractor.h21 #include <utils/RefBase.h>
29 class MediaExtractor : public RefBase {
H A DDataSource.h25 #include <utils/RefBase.h>
32 class DataSource : public RefBase {
H A DMediaSource.h23 #include <utils/RefBase.h>
30 struct MediaSource : public RefBase {
H A DHardwareAPI.h23 #include <utils/RefBase.h>
H A DMPEG4Writer.h24 #include <utils/RefBase.h>
33 class MPEG4Writer : public RefBase {
H A DTimedEventQueue.h24 #include <utils/RefBase.h>
31 struct Event : public RefBase {
H A DMetaData.h25 #include <utils/RefBase.h>
56 class MetaData : public RefBase {
H A DSampleTable.h25 #include <utils/RefBase.h>
32 class SampleTable : public RefBase {
/frameworks/base/libs/binder/
H A DIInterface.cpp24 : RefBase() {
/frameworks/base/include/binder/
H A DIBinder.h21 #include <utils/RefBase.h>
44 class IBinder : public virtual RefBase
91 class DeathRecipient : public virtual RefBase
H A DBinder.h79 class BpRefBase : public virtual RefBase
96 RefBase::weakref_type* mRefs;
H A DProcessState.h37 class ProcessState : public virtual RefBase
88 RefBase::weakref_type* refs;
/frameworks/base/include/media/
H A DIAudioFlingerClient.h21 #include <utils/RefBase.h>
H A DIAudioRecord.h23 #include <utils/RefBase.h>
H A DIMediaPlayerClient.h20 #include <utils/RefBase.h>
H A DMediaMetadataRetrieverInterface.h21 #include <utils/RefBase.h>
28 class MediaMetadataRetrieverBase : public RefBase
H A DIAudioTrack.h23 #include <utils/RefBase.h>
H A DIMediaMetadataRetriever.h21 #include <utils/RefBase.h>
H A DMediaPlayerInterface.h24 #include <utils/RefBase.h>
57 class MediaPlayerBase : public RefBase
61 class AudioSink : public RefBase {
/frameworks/base/include/ui/
H A DEGLNativeSurface.h24 #include <utils/RefBase.h>
H A DICameraService.h20 #include <utils/RefBase.h>
H A DIOverlay.h25 #include <utils/RefBase.h>
H A DICameraClient.h20 #include <utils/RefBase.h>
H A DCameraHardwareInterface.h21 #include <utils/RefBase.h>
57 * It is a referenced counted interface with RefBase as its base class.
83 class CameraHardwareInterface : public virtual RefBase {

Completed in 82 milliseconds

1234