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

123456789

/frameworks/av/media/libstagefright/include/
H A DMP3Seeker.h22 #include <utils/RefBase.h>
26 struct MP3Seeker : public RefBase {
/frameworks/av/include/media/stagefright/foundation/
H A Dbase64.h21 #include <utils/RefBase.h>
H A DAHandler.h22 #include <utils/RefBase.h>
28 struct AHandler : public RefBase {
H A DAMessage.h24 #include <utils/RefBase.h>
32 struct AMessage : public RefBase {
53 void setObject(const char *name, const sp<RefBase> &obj);
68 bool findObject(const char *name, sp<RefBase> *obj) const;
90 // Warning: RefBase items, i.e. "objects" are _not_ copied but only have
132 RefBase *refValue;
151 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/native/libs/utils/
H A DRefBase.cpp17 #define LOG_TAG "RefBase"
19 #include <utils/RefBase.h>
52 class RefBase::weakref_impl : public RefBase::weakref_type
57 RefBase* const mBase;
62 weakref_impl(RefBase* base)
81 weakref_impl(RefBase* base)
141 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
147 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
157 // "renameStrongRefId: RefBase
548 RefBase::RefBase() function in class:android::RefBase
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.h23 #include <utils/RefBase.h>
29 struct APacketSource : public RefBase {
H A DARTPAssembler.h23 #include <utils/RefBase.h>
30 struct ARTPAssembler : public RefBase {
/frameworks/av/media/libstagefright/wifi-display/
H A DParameters.h20 #include <utils/RefBase.h>
24 struct Parameters : public RefBase {
H A DParsedMessage.h20 #include <utils/RefBase.h>
26 struct ParsedMessage : public RefBase {
/frameworks/base/services/input/
H A DInputApplication.h22 #include <utils/RefBase.h>
43 class InputApplicationHandle : public RefBase {
/frameworks/av/include/media/stagefright/
H A DNativeWindowWrapper.h29 struct NativeWindowWrapper : RefBase {
H A DMediaExtractor.h21 #include <utils/RefBase.h>
29 class MediaExtractor : public RefBase {
/frameworks/native/libs/binder/
H A DIInterface.cpp24 : RefBase() {
/frameworks/av/include/media/
H A DMediaMetadataRetrieverInterface.h21 #include <utils/RefBase.h>
28 class MediaMetadataRetrieverBase : public RefBase
H A DIAudioFlingerClient.h21 #include <utils/RefBase.h>
H A DIAudioRecord.h23 #include <utils/RefBase.h>
H A DIEffectClient.h20 #include <utils/RefBase.h>
H A DIMediaPlayerClient.h20 #include <utils/RefBase.h>
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.h24 #include <utils/RefBase.h>
30 struct JCrypto : public RefBase {
/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h21 #include <utils/RefBase.h>
30 class NamedStopWatch : public RefBase {
/frameworks/base/tools/aapt/
H A DImages.h14 #include <utils/RefBase.h>
/frameworks/wilhelm/src/android/
H A DCallbackProtector.h22 class CallbackProtector : public RefBase {
/frameworks/native/include/binder/
H A DIBinder.h21 #include <utils/RefBase.h>
44 class IBinder : public virtual RefBase
92 class DeathRecipient : public virtual RefBase
/frameworks/av/include/camera/
H A DICameraRecordingProxy.h21 #include <utils/RefBase.h>
H A DICameraRecordingProxyListener.h22 #include <utils/RefBase.h>

Completed in 174 milliseconds

123456789