Lines Matching refs:sp
35 const sp<AMessage> ¬ify,
36 const sp<IMediaHTTPService> &httpService,
51 virtual status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit);
56 void onMessageReceived(const sp<AMessage> &msg);
61 virtual sp<MetaData> getFormatMeta(bool audio);
83 sp<AnotherPacketSource> mSource;
91 sp<IMediaHTTPService> mHTTPService;
100 sp<AReplyToken> mDisconnectReplyID;
104 sp<ALooper> mLooper;
105 sp<MyHandler> mHandler;
106 sp<SDPLoader> mSDPLoader;
109 sp<AnotherPacketSource> mAudioTrack;
110 sp<AnotherPacketSource> mVideoTrack;
112 sp<ATSParser> mTSParser;
119 sp<AReplyToken> mSeekReplyID;
121 sp<AnotherPacketSource> getSource(bool audio);
124 void onSDPLoaded(const sp<AMessage> &msg);
125 void onDisconnected(const sp<AMessage> &msg);