HomeSort by relevance Sort by last modified time
    Searched refs:RefBase (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/media/libstagefright/include/
MP3Seeker.h 22 #include <utils/RefBase.h>
26 struct MP3Seeker : public RefBase {
  /frameworks/base/include/media/stagefright/foundation/
base64.h 21 #include <utils/RefBase.h>
AHandler.h 22 #include <utils/RefBase.h>
28 struct AHandler : public RefBase {
  /frameworks/base/include/gui/
SensorChannel.h 24 #include <utils/RefBase.h>
31 class SensorChannel : public RefBase
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.h 23 #include <utils/RefBase.h>
29 struct APacketSource : public RefBase {
ARTPAssembler.h 22 #include <utils/RefBase.h>
29 struct ARTPAssembler : public RefBase {
  /frameworks/base/libs/utils/
RefBase.cpp 17 #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=%p, oid=%p, nid=%p"
    [all...]
  /frameworks/base/include/media/
MediaMetadataRetrieverInterface.h 21 #include <utils/RefBase.h>
28 class MediaMetadataRetrieverBase : public RefBase
IAudioFlingerClient.h 21 #include <utils/RefBase.h>
IMediaPlayerClient.h 20 #include <utils/RefBase.h>
IMediaRecorderClient.h 20 #include <utils/RefBase.h>
  /frameworks/base/services/input/
InputApplication.h 22 #include <utils/RefBase.h>
43 class InputApplicationHandle : public RefBase {
InputManager.h 33 #include <utils/RefBase.h>
57 class InputManagerInterface : public virtual RefBase {
  /frameworks/base/libs/binder/
IInterface.cpp 24 : RefBase() {
  /system/media/wilhelm/src/android/
CallbackProtector.h 22 class CallbackProtector : public RefBase {
  /frameworks/base/include/media/stagefright/
MediaExtractor.h 21 #include <utils/RefBase.h>
29 class MediaExtractor : public RefBase {
MediaWriter.h 21 #include <utils/RefBase.h>
29 struct MediaWriter : public RefBase {
NativeWindowWrapper.h 26 // Both Surface and SurfaceTextureClient are RefBase that implement the
28 // a RefBase but acts like one for use with sp<>. This wrapper converts a
33 struct NativeWindowWrapper : RefBase {
  /system/media/mca/filterfw/native/core/
time_util.h 21 #include <utils/RefBase.h>
30 class NamedStopWatch : public RefBase {
  /system/media/mca/filterpacks/base/native/
time_util.h 21 #include <utils/RefBase.h>
30 class NamedStopWatch : public RefBase {
  /frameworks/base/include/camera/
ICameraRecordingProxy.h 21 #include <utils/RefBase.h>
ICameraRecordingProxyListener.h 22 #include <utils/RefBase.h>
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerSource.h 27 struct NuPlayer::Source : public RefBase {
  /frameworks/base/tools/aapt/
Images.h 14 #include <utils/RefBase.h>
  /frameworks/base/include/binder/
IBinder.h 21 #include <utils/RefBase.h>
44 class IBinder : public virtual RefBase
91 class DeathRecipient : public virtual RefBase

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 9