OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefBase
(Results
1 - 25
of
276
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libmediaplayerservice/
SharedLibrary.h
20
#include <utils/
RefBase
.h>
25
class SharedLibrary : public
RefBase
{
/frameworks/av/media/libstagefright/include/
MP3Seeker.h
22
#include <utils/
RefBase
.h>
26
struct MP3Seeker : public
RefBase
{
/frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessorInterface.h
21
#include <utils/
RefBase
.h>
28
class ZslProcessorInterface : virtual public
RefBase
{
/frameworks/av/services/camera/libcameraservice/camera3/
Camera3StreamBufferListener.h
21
#include <utils/
RefBase
.h>
27
class Camera3StreamBufferListener : public virtual
RefBase
{
Camera3StreamInterface.h
20
#include <utils/
RefBase
.h>
33
class Camera3StreamInterface : public virtual
RefBase
{
/frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h
21
#include <utils/
RefBase
.h>
31
class DisplaySurface : public virtual
RefBase
{
/frameworks/av/include/media/stagefright/foundation/
base64.h
21
#include <utils/
RefBase
.h>
AHandler.h
22
#include <utils/
RefBase
.h>
28
struct AHandler : public
RefBase
{
/frameworks/av/media/libstagefright/rtsp/
APacketSource.h
23
#include <utils/
RefBase
.h>
29
struct APacketSource : public
RefBase
{
ARTPAssembler.h
23
#include <utils/
RefBase
.h>
30
struct ARTPAssembler : public
RefBase
{
/frameworks/native/libs/utils/
RefBase.cpp
17
#define LOG_TAG "
RefBase
"
20
#include <utils/
RefBase
.h>
61
class
RefBase
::weakref_impl : public
RefBase
::weakref_type
66
RefBase
* const mBase;
71
weakref_impl(
RefBase
* base)
90
weakref_impl(
RefBase
* base)
140
// "addStrongRef:
RefBase
=%p, id=%p", mBase, id);
146
// "removeStrongRef:
RefBase
=%p, id=%p", mBase, id);
156
// "renameStrongRefId:
RefBase
=%p, oid=%p, nid=%p"
[
all
...]
/cts/suite/audio_quality/lib/include/audio/
AudioHardware.h
21
#include <utils/
RefBase
.h>
28
class AudioHardware : virtual public android::
RefBase
{
/frameworks/av/include/media/
MediaMetadataRetrieverInterface.h
21
#include <utils/
RefBase
.h>
28
class MediaMetadataRetrieverBase : public
RefBase
/frameworks/av/media/libstagefright/wifi-display/
Parameters.h
20
#include <utils/
RefBase
.h>
24
struct Parameters : public
RefBase
{
ParsedMessage.h
20
#include <utils/
RefBase
.h>
26
struct ParsedMessage : public
RefBase
{
/frameworks/base/libs/hwui/thread/
Task.h
22
#include <utils/
RefBase
.h>
30
class TaskBase: public
RefBase
{
/frameworks/base/services/input/
InputApplication.h
22
#include <utils/
RefBase
.h>
43
class InputApplicationHandle : public
RefBase
{
/frameworks/av/include/media/stagefright/
BufferProducerWrapper.h
25
// Can't use static_cast to cast a
RefBase
back to an IGraphicBufferProducer,
29
struct BufferProducerWrapper :
RefBase
{
NativeWindowWrapper.h
29
struct NativeWindowWrapper :
RefBase
{
MediaExtractor.h
21
#include <utils/
RefBase
.h>
29
class MediaExtractor : public
RefBase
{
MediaMuxer.h
21
#include <utils/
RefBase
.h>
41
struct MediaMuxer : public
RefBase
{
MediaWriter.h
21
#include <utils/
RefBase
.h>
29
struct MediaWriter : public
RefBase
{
/frameworks/native/libs/binder/
IInterface.cpp
24
:
RefBase
() {
/frameworks/wilhelm/src/android/
CallbackProtector.h
22
class CallbackProtector : public
RefBase
{
/frameworks/av/media/libstagefright/timedtext/
TimedTextSource.h
23
#include <utils/
RefBase
.h>
31
class TimedTextSource : public
RefBase
{
Completed in 2654 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>